mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
11 lines
332 B
Batchfile
11 lines
332 B
Batchfile
REM @echo off
|
|
powercfg.exe -x -monitor-timeout-ac 0
|
|
powercfg.exe -x -monitor-timeout-dc 0
|
|
powercfg.exe -x -disk-timeout-ac 0
|
|
powercfg.exe -x -disk-timeout-dc 0
|
|
powercfg.exe -x -standby-timeout-ac 0
|
|
powercfg.exe -x -standby-timeout-dc 0
|
|
powercfg.exe -x -hibernate-timeout-ac 0
|
|
powercfg.exe -x -hibernate-timeout-dc 0
|
|
pause
|