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 )