summaryrefslogtreecommitdiffstats
path: root/answerfiles/SetupComplete.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'answerfiles/SetupComplete.cmd')
-rw-r--r--answerfiles/SetupComplete.cmd9
1 files changed, 9 insertions, 0 deletions
diff --git a/answerfiles/SetupComplete.cmd b/answerfiles/SetupComplete.cmd
new file mode 100644
index 0000000..70cfe12
--- /dev/null
+++ b/answerfiles/SetupComplete.cmd
@@ -0,0 +1,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