From 0b5540107cef946f57836eea8b5eef44fe4914ca Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 24 Apr 2024 15:07:32 +0200 Subject: [PATCH] Update win11x64-enterprise-eval.xml --- assets/win11x64-enterprise-eval.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/win11x64-enterprise-eval.xml b/assets/win11x64-enterprise-eval.xml index 9a2e177..476cde8 100644 --- a/assets/win11x64-enterprise-eval.xml +++ b/assets/win11x64-enterprise-eval.xml @@ -408,15 +408,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