.
This commit is contained in:
@ -67,6 +67,7 @@ if "%check_computername%" EQU "RECEPTION4" (
|
||||
|
||||
if [%POWERCFG%] == [1] (
|
||||
echo "Disabling power profiles"
|
||||
powercfg /q SCHEME_CURRENT > C:\pbefore.txt
|
||||
powercfg /change monitor-timeout-ac 0
|
||||
powercfg /change monitor-timeout-dc 0
|
||||
powercfg /change disk-timeout-ac 0
|
||||
@ -75,6 +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
|
||||
)
|
||||
@REM )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user