From aac0292f76d3f1719b0e414c5a97a2ec7c3a9b8a Mon Sep 17 00:00:00 2001 From: USER Date: Tue, 13 Feb 2024 20:55:40 +0000 Subject: [PATCH] . --- b_power.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/b_power.bat b/b_power.bat index a092304..ae0b5f8 100644 --- a/b_power.bat +++ b/b_power.bat @@ -67,7 +67,7 @@ if "%check_computername%" EQU "RECEPTION4" ( if [%POWERCFG%] == [1] ( echo "Disabling power profiles" - powercfg /q SCHEME_CURRENT > C:\pbefore.txt + powercfg /q SCHEME_CURRENT > C:\Scripts\pbefore.txt powercfg /change monitor-timeout-ac 0 powercfg /change monitor-timeout-dc 0 powercfg /change disk-timeout-ac 0 @@ -76,7 +76,7 @@ if "%check_computername%" EQU "RECEPTION4" ( powercfg /change standby-timeout-dc 0 powercfg -setdcvalueindex SCHEME_CURRENT SUB_BATTERY BATLEVELCRIT 90 powercfg -setdcvalueindex SCHEME_CURRENT SUB_BATTERY BATACTIONCRIT 3 - powercfg /q SCHEME_CURRENT > C:\pafter.txt + powercfg /q SCHEME_CURRENT > C:\Scripts\pafter.txt ) @REM )