From 11fc46baeec33f1f0e81da20da532a41406e633d Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 8 Feb 2024 15:56:37 +0100 Subject: [PATCH] Update win2012r2-eval.xml --- assets/win2012r2-eval.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/assets/win2012r2-eval.xml b/assets/win2012r2-eval.xml index 2f87332..0583fa1 100644 --- a/assets/win2012r2-eval.xml +++ b/assets/win2012r2-eval.xml @@ -241,7 +241,7 @@ Docker true - 1 + 65432 true</PlainText> @@ -263,8 +263,8 @@ <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> - <CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t REG_DWORD /d 0 /f</CommandLine> - <Description>Set AutoLogonCount to 0</Description> + <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f</CommandLine> + <Description>Allow guest access to network shares</Description> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <Order>2</Order> @@ -316,11 +316,6 @@ <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f</CommandLine> <Description>Disable Hibernation Mode</Description> </SynchronousCommand> - <SynchronousCommand wcm:action="add"> - <Order>12</Order> - <CommandLine>msiexec /i E:\virtio-win-gt-x64.msi /qb!</CommandLine> - <Description>Install VirtIO drivers</Description> - </SynchronousCommand> </FirstLogonCommands> </component> </settings>