add system config
This commit is contained in:
17
apps.json
17
apps.json
@@ -108,5 +108,22 @@
|
||||
"Path": "./config/adobe_acrobat.reg"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "System Optimize",
|
||||
"Id": "System.Config",
|
||||
"Version": "",
|
||||
"Enabled": 1,
|
||||
"PostInstall": [
|
||||
{
|
||||
"Type": "RegImport",
|
||||
"Path": "./config/sys_optimize.reg"
|
||||
},
|
||||
{
|
||||
"Type": "FileCopy",
|
||||
"Source": "./assets/hosts",
|
||||
"Destination": "$env:SystemRoot\\System32\\drivers\\etc\\hosts"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user