summaryrefslogtreecommitdiffstats
path: root/answerfiles/SetupComplete.cmd.in
blob: 0c3fc103af03870b07ada438991196c48577a8ab (plain)
1
2
3
4
5
6
7
8
9
echo hello from SetupComplete.cmd
rem echo Disable LUA
rem reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
rem echo Setup AD as Domain Controller
rem dcpromo.exe /unattend:@SETUP_PATH@\dcinstall.ini > c:\dcinstall.log 2>&1
rem echo Install Enterprise Root CA
rem cscript @SETUP_PATH@\Setupca.vbs /IE
rem echo Enable LUA
rem reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f