From 38baaa13d61e4fa9ad09c702336e474c019cc09d Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 8 Feb 2024 15:51:28 +0100 Subject: [PATCH] Update win11x64.xml --- assets/win11x64.xml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/assets/win11x64.xml b/assets/win11x64.xml index 0b1459a..7e2bf4d 100644 --- a/assets/win11x64.xml +++ b/assets/win11x64.xml @@ -332,7 +332,7 @@ Docker true - 1 + 65432 true</PlainText> @@ -354,8 +354,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> @@ -417,16 +417,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>14</Order> - <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>15</Order> - <CommandLine>msiexec /i E:\virtio-win-gt-x64.msi /qb!</CommandLine> - <Description>Install VirtIO drivers</Description> - </SynchronousCommand> </FirstLogonCommands> </component> </settings>