add system config

This commit is contained in:
Julian Freeman
2025-12-06 12:47:24 -04:00
parent e58df80181
commit f883583b3e
4 changed files with 19570 additions and 33 deletions

View File

@@ -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"
}
]
}
]