File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 333
333
<AutoLogon >
334
334
<Username >Docker</Username >
335
335
<Enabled >true</Enabled >
336
- <LogonCount >1 </LogonCount >
336
+ <LogonCount >65432 </LogonCount >
337
337
<Password >
338
338
<Value />
339
339
<PlainText >true</PlainText >
355
355
<FirstLogonCommands >
356
356
<SynchronousCommand wcm : action =" add" >
357
357
<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 >
360
360
</SynchronousCommand >
361
361
<SynchronousCommand wcm : action =" add" >
362
362
<Order >2</Order >
418
418
<CommandLine >reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f</CommandLine >
419
419
<Description >Disable Hibernation Mode</Description >
420
420
</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 >
426
421
</FirstLogonCommands >
427
422
</component >
428
423
</settings >
You can’t perform that action at this time.
0 commit comments