File tree 2 files changed +1
-11
lines changed
2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 322
322
323
323
"INSTALL_ACTIVE_DIRECTORY_DOMAIN_SERVICES" : {
324
324
"TYPE" : " SCRIPT" ,
325
- "TODO" : " XXX: Confirm if relative paths for FILENAME work here on CI: ./action_scripts/install_active_directory_forest.ps1" ,
326
- "FILENAME" : " /r7-source/vm-automation/samples/action_scripts/install_active_directory_forest.ps1" ,
325
+ "FILENAME" : " action_scripts/install_active_directory_forest.ps1" ,
327
326
"INTERPRETER" : " %SystemRoot%\\ System32\\ WindowsPowerShell\\ v1.0\\ powershell.exe" ,
328
327
"UPLOAD_DIR" : " C:\\ Windows\\ Temp" ,
329
328
"SUCCESS_TYPE" : " PROCESS" ,
Original file line number Diff line number Diff line change @@ -25,15 +25,6 @@ secedit /export /cfg c:\secpol.cfg
25
25
secedit / configure / db c:\windows\security\local.sdb / cfg c:\secpol.cfg / areas SECURITYPOLICY
26
26
rm - force c:\secpol.cfg - confirm:$false
27
27
28
- # #################################################################################
29
- # Disable Antivirus
30
- # #################################################################################
31
-
32
- if (Get-Module - ListAvailable - Name Defender) {
33
- Set-MpPreference - DisableRealtimeMonitoring $true
34
- New-ItemProperty - Path " Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender" - Name DisableAntiSpyware - Value 1 - PropertyType DWORD - Force
35
- }
36
-
37
28
# ####################################################################################
38
29
# Forest installation
39
30
# ####################################################################################
You can’t perform that action at this time.
0 commit comments