Skip to content

Commit

Permalink
Turn off Hibernation in Windows autounattend.xml
Browse files Browse the repository at this point in the history
Turn off Hibernation in Windows to correct issue #162
  • Loading branch information
cowboygeneral authored and flexiondotorg committed Dec 3, 2021
1 parent b9a1405 commit 9ba10f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions quickget
Expand Up @@ -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>
Expand Down

0 comments on commit 9ba10f9

Please sign in to comment.