From a4ee47c95d192e053fe217e32287fa1e48459d3b Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 24 Apr 2024 15:08:14 +0200 Subject: [PATCH] Update win11x64.xml --- assets/win11x64.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/win11x64.xml b/assets/win11x64.xml index 3fa19df..8f2809f 100644 --- a/assets/win11x64.xml +++ b/assets/win11x64.xml @@ -410,15 +410,20 @@ 12 reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f - Disable Hibernation Mode + Disable Hibernation 13 + cmd /C POWERCFG -X -standby-timeout-ac 0 + Disable Sleep + + + 14 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications - 14 + 15 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications