From 04c20c98b22f546e4693f2fad3e5ca583ca2c0cb Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 8 Feb 2024 16:09:28 +0100 Subject: [PATCH] Update win11arm64.xml --- assets/win11arm64.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/assets/win11arm64.xml b/assets/win11arm64.xml index 842f9c8..cc58c79 100644 --- a/assets/win11arm64.xml +++ b/assets/win11arm64.xml @@ -333,7 +333,7 @@ Docker true - 1 + 65432 true</PlainText> @@ -355,8 +355,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> @@ -418,11 +418,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> </FirstLogonCommands> </component> </settings>