From 830a372bc9716b5c50cfbbf385a2502e8485b608 Mon Sep 17 00:00:00 2001 From: Moritz Holtz <moritz.holtz@rwth-aachen.de> Date: Thu, 25 Sep 2014 17:04:34 +0200 Subject: [PATCH] windows-registry-file to disable windows hiberboot. Completly untested!! I have hacked this from scratch! --- Installer-USB-Stick/scripts/disable_hiberboot--DRAFT--.reg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Installer-USB-Stick/scripts/disable_hiberboot--DRAFT--.reg diff --git a/Installer-USB-Stick/scripts/disable_hiberboot--DRAFT--.reg b/Installer-USB-Stick/scripts/disable_hiberboot--DRAFT--.reg new file mode 100644 index 0000000..25e83cb --- /dev/null +++ b/Installer-USB-Stick/scripts/disable_hiberboot--DRAFT--.reg @@ -0,0 +1,7 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Power] +"HiberbootEnabled"="0" + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power] +"HiberbootEnabled"="0" -- GitLab