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