This commit is contained in:
USER
2024-02-13 20:55:40 +00:00
parent 099d7531b4
commit aac0292f76

View File

@ -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 )