Update win11arm64.xml

This commit is contained in:
Kroese 2024-02-08 02:47:47 +01:00 committed by GitHub
parent 7a0f06fada
commit 521e434b86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -418,6 +418,11 @@
<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>