File tree Expand file tree Collapse file tree 4 files changed +146
-121
lines changed Expand file tree Collapse file tree 4 files changed +146
-121
lines changed Original file line number Diff line number Diff line change 392
392
<SynchronousCommand wcm : action =" add" >
393
393
<Order >12</Order >
394
394
<CommandLine >reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f</CommandLine >
395
- <Description >Disable Hibernation Mode</Description >
395
+ <Description >Disable Hibernation</Description >
396
+ </SynchronousCommand >
397
+ <SynchronousCommand wcm : action =" add" >
398
+ <Order >13</Order >
399
+ <CommandLine >cmd /C POWERCFG -X -standby-timeout-ac 0</CommandLine >
400
+ <Description >Disable Sleep</Description >
396
401
</SynchronousCommand >
397
402
</FirstLogonCommands >
398
403
</component >
Original file line number Diff line number Diff line change 411
411
<SynchronousCommand wcm : action =" add" >
412
412
<Order >12</Order >
413
413
<CommandLine >reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f</CommandLine >
414
- <Description >Disable Hibernation Mode </Description >
414
+ <Description >Disable Hibernation</Description >
415
415
</SynchronousCommand >
416
416
<SynchronousCommand wcm : action =" add" >
417
417
<Order >13</Order >
418
+ <CommandLine >cmd /C POWERCFG -X -standby-timeout-ac 0</CommandLine >
419
+ <Description >Disable Sleep</Description >
420
+ </SynchronousCommand >
421
+ <SynchronousCommand wcm : action =" add" >
422
+ <Order >14</Order >
418
423
<CommandLine >reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f</CommandLine >
419
424
<Description >Disable unsupported hardware notifications</Description >
420
425
</SynchronousCommand >
421
426
<SynchronousCommand wcm : action =" add" >
422
- <Order >14 </Order >
427
+ <Order >15 </Order >
423
428
<CommandLine >reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f</CommandLine >
424
429
<Description >Disable unsupported hardware notifications</Description >
425
430
</SynchronousCommand >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ info "Booting ${APP}${BOOT_DESC} on a ${CPU} using QEMU v${VERS} with kernel $(u
29
29
30
30
terminal
31
31
tail -fn +0 " $QEMU_LOG " 2> /dev/null &
32
- ( sleep 6 ; [ ! -f " $QEMU_END " ] && info " Windows started succesfully, visit http://localhost:8006/ to view the screen..." ) &
32
+ ( sleep 10 ; [ ! -f " $QEMU_END " ] && info " Windows started succesfully, visit http://localhost:8006/ to view the screen..." ) &
33
33
cat " $QEMU_TERM " 2> /dev/null | tee " $QEMU_PTY " &
34
34
wait $! || :
35
35
You can’t perform that action at this time.
0 commit comments