Turn off Hibernation in Windows autounattend.xml

Turn off Hibernation in Windows to correct issue #162
pull/262/head
Cowboy General 3 years ago committed by Martin Wimpress
parent b9a1405917
commit 9ba10f91df
  1. 5
      quickget

@ -581,6 +581,11 @@ function unattended_windows() {
<Description>Install spice-vdagent SPICE agent</Description>
<Order>4</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>Cmd /c POWERCFG -H OFF</CommandLine>
<Description>Disable Hibernation</Description>
<Order>5</Order>
</SynchronousCommand>
</FirstLogonCommands>
</component>
</settings>

Loading…
Cancel
Save