From e7599eccc7f22f21056c18f93c4efaa85c850256 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 24 Apr 2024 15:16:20 +0200 Subject: [PATCH] Update win10arm64.xml --- assets/win10arm64.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/win10arm64.xml b/assets/win10arm64.xml index 4fe9fc0..5c08974 100644 --- a/assets/win10arm64.xml +++ b/assets/win10arm64.xml @@ -392,7 +392,12 @@ 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