add system config bat and others

This commit is contained in:
Julian Freeman
2025-12-06 17:38:29 -04:00
parent f883583b3e
commit 7eadb3400c
4 changed files with 249 additions and 19 deletions

View File

@@ -123,6 +123,10 @@
"Type": "FileCopy",
"Source": "./assets/hosts",
"Destination": "$env:SystemRoot\\System32\\drivers\\etc\\hosts"
},
{
"Type": "Command",
"Command": "\"$PSScriptRoot\\config\\sys_config.bat\""
}
]
}