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