From d1a036c5112f1670c195ea3d4c8b42ac7e3aa082 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 24 Apr 2024 15:17:13 +0200 Subject: [PATCH] Update win11arm64.xml --- assets/win11arm64.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/win11arm64.xml b/assets/win11arm64.xml index 32022b5..c7e5574 100644 --- a/assets/win11arm64.xml +++ b/assets/win11arm64.xml @@ -411,15 +411,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