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
5
quickget
5
quickget
|
@ -581,6 +581,11 @@ function unattended_windows() {
|
||||||
<Description>Install spice-vdagent SPICE agent</Description>
|
<Description>Install spice-vdagent SPICE agent</Description>
|
||||||
<Order>4</Order>
|
<Order>4</Order>
|
||||||
</SynchronousCommand>
|
</SynchronousCommand>
|
||||||
|
<SynchronousCommand wcm:action="add">
|
||||||
|
<CommandLine>Cmd /c POWERCFG -H OFF</CommandLine>
|
||||||
|
<Description>Disable Hibernation</Description>
|
||||||
|
<Order>5</Order>
|
||||||
|
</SynchronousCommand>
|
||||||
</FirstLogonCommands>
|
</FirstLogonCommands>
|
||||||
</component>
|
</component>
|
||||||
</settings>
|
</settings>
|
||||||
|
|
Loading…
Reference in New Issue