summaryrefslogtreecommitdiffstats
path: root/answerfiles/SetupComplete.cmd
blob: 70cfe12a1972f31c9d667fdbc32246ab5acb98c9 (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:a:\dcinstall.ini > c:\dcinstall.log 2>&1
rem echo Install Enterprise Root CA
rem cscript a:\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