fix battery setup

This commit is contained in:
USER
2024-02-13 20:49:20 +00:00
parent 616cae1e71
commit 5a744e39ff

View File

@ -73,6 +73,8 @@ if "%check_computername%" EQU "RECEPTION4" (
powercfg /change disk-timeout-dc 0
powercfg /change standby-timeout-ac 0
powercfg /change standby-timeout-dc 0
powercfg -setdcvalueindex SCHEME_CURRENT SUB_BATTERY BATLEVELCRIT 90
powercfg -setdcvalueindex SCHEME_CURRENT SUB_BATTERY BATACTIONCRIT 3
)
@REM )