From 53e3b11acc5bb4d58136c6730a89ab1768694fa6 Mon Sep 17 00:00:00 2001 From: USER Date: Fri, 26 Apr 2024 21:51:28 +0100 Subject: [PATCH] fix power --- b_power.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/b_power.bat b/b_power.bat index 446474a..031443b 100644 --- a/b_power.bat +++ b/b_power.bat @@ -76,6 +76,7 @@ if "%check_computername%" EQU "RECEPTION4" ( powercfg /change standby-timeout-dc 0 powercfg -setdcvalueindex SCHEME_CURRENT SUB_BATTERY BATLEVELCRIT 75 powercfg -setdcvalueindex SCHEME_CURRENT SUB_BATTERY BATACTIONCRIT 3 + powercfg -setacvalueindex SCHEME_CURRENT SUB_BATTERY BATACTIONCRIT 3 powercfg /q SCHEME_CURRENT > C:\Scripts\pafter.txt ) @REM )