mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Turn off Hibernation in Windows autounattend.xml
Turn off Hibernation in Windows to correct issue #162
This commit is contained in:
parent
b9a1405917
commit
9ba10f91df
1 changed files with 5 additions and 0 deletions
5
quickget
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…
Reference in a new issue