Skip to content

Commit 04c20c9

Browse files
authored
Update win11arm64.xml
1 parent c312ae0 commit 04c20c9

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

assets/win11arm64.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
<AutoLogon>
334334
<Username>Docker</Username>
335335
<Enabled>true</Enabled>
336-
<LogonCount>1</LogonCount>
336+
<LogonCount>65432</LogonCount>
337337
<Password>
338338
<Value />
339339
<PlainText>true</PlainText>
@@ -355,8 +355,8 @@
355355
<FirstLogonCommands>
356356
<SynchronousCommand wcm:action="add">
357357
<Order>1</Order>
358-
<CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t REG_DWORD /d 0 /f</CommandLine>
359-
<Description>Set AutoLogonCount to 0</Description>
358+
<CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f</CommandLine>
359+
<Description>Allow guest access to network shares</Description>
360360
</SynchronousCommand>
361361
<SynchronousCommand wcm:action="add">
362362
<Order>2</Order>
@@ -418,11 +418,6 @@
418418
<CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f</CommandLine>
419419
<Description>Disable Hibernation Mode</Description>
420420
</SynchronousCommand>
421-
<SynchronousCommand wcm:action="add">
422-
<Order>14</Order>
423-
<CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f</CommandLine>
424-
<Description>Allow guest access to network shares</Description>
425-
</SynchronousCommand>
426421
</FirstLogonCommands>
427422
</component>
428423
</settings>

0 commit comments

Comments
 (0)