From f9240165d536e3158b5846389e3c10ec757426a7 Mon Sep 17 00:00:00 2001 From: USER Date: Mon, 3 Apr 2023 16:20:07 +0100 Subject: [PATCH] . --- b_power.bat | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/b_power.bat b/b_power.bat index d48365f..4e3ed82 100644 --- a/b_power.bat +++ b/b_power.bat @@ -62,7 +62,7 @@ if "%check_computername%" EQU "RECEPTION4" ( @REM ) else ( if [%POWERCFG%] == [0] ( echo "Reset power profiles" - powercfg /change monitor-timeout-ac 0 + powercfg -restoredefaultschemes ) if [%POWERCFG%] == [1] ( @@ -74,15 +74,6 @@ if "%check_computername%" EQU "RECEPTION4" ( powercfg /change standby-timeout-ac 0 powercfg /change standby-timeout-dc 0 ) - @REM if [%POWERCFG%] == [2] ( - @REM echo "Installing Zebra" - @REM %EXE% -ExecutionPolicy Bypass -File %ZEBRAPS% - @REM ) - @REM if [%POWERCFG%] == [3] ( - @REM echo "Installing Brother and Zebra" - @REM %EXE% -ExecutionPolicy Bypass -File %BROTHERPS% - @REM %EXE% -ExecutionPolicy Bypass -File %ZEBRAPS% - @REM ) @REM ) echo "FINISHED: %~n0" \ No newline at end of file