File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 389
389
<CommandLine >reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f</CommandLine >
390
390
<Description >Disable Hibernation Mode</Description >
391
391
</SynchronousCommand >
392
+ <SynchronousCommand wcm : action =" add" >
393
+ <Order >12</Order >
394
+ <CommandLine >reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" /v "AllowInsecureGuestAuth" /t REG_DWORD /d 1 /f</CommandLine >
395
+ <Description >Allow guest access to network shares</Description >
396
+ </SynchronousCommand >
392
397
</FirstLogonCommands >
393
398
</component >
394
399
</settings >
Original file line number Diff line number Diff line change 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 >
421
426
</FirstLogonCommands >
422
427
</component >
423
428
</settings >
You can’t perform that action at this time.
0 commit comments