From 2cdad2980acf78591dc356af9c0fc33a7927ef69 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 8 Feb 2024 15:52:39 +0100 Subject: [PATCH] Update win81x64.xml --- assets/win81x64.xml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/assets/win81x64.xml b/assets/win81x64.xml index 9578b9d..7f39db4 100644 --- a/assets/win81x64.xml +++ b/assets/win81x64.xml @@ -235,7 +235,7 @@ Docker true - 1 + 65432 true</PlainText> @@ -257,8 +257,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> @@ -310,16 +310,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>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>13</Order> - <CommandLine>msiexec /i E:\virtio-win-gt-x64.msi /qb!</CommandLine> - <Description>Install VirtIO drivers</Description> - </SynchronousCommand> </FirstLogonCommands> </component> </settings>