From 9ba10f91df2309bfa5ac0b511f2ad0d12e209a97 Mon Sep 17 00:00:00 2001
From: Cowboy General <94553456+cowboygeneral@users.noreply.github.com>
Date: Sat, 20 Nov 2021 08:42:31 -0500
Subject: [PATCH] Turn off Hibernation in Windows autounattend.xml
Turn off Hibernation in Windows to correct issue #162
---
quickget | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/quickget b/quickget
index b5a5582..6e86355 100755
--- a/quickget
+++ b/quickget
@@ -581,6 +581,11 @@ function unattended_windows() {
Install spice-vdagent SPICE agent
4
+
+ Cmd /c POWERCFG -H OFF
+ Disable Hibernation
+ 5
+