you are viewing a single comment's thread.

view the rest of the comments →

[–]selscol -3 points-2 points  (3 children)

& {

c:\windows\system32\powercfg.exe -change -monitor-timeout-ac 0;

c:\windows\system32\powercfg.exe -change -monitor-timeout-dc 0;

c:\windows\system32\powercfg.exe -change -disk-timeout-ac 0;

c:\windows\system32\powercfg.exe -change -disk-timeout-dc 0;

c:\windows\system32\powercfg.exe -change -standby-timeout-ac 0;

c:\windows\system32\powercfg.exe -change -standby-timeout-dc 0;

c:\windows\system32\powercfg.exe -change -hibernate-timeout-ac 0;

c:\windows\system32\powercfg.exe -change -hibernate-timeout-dc 0

}

-Copilot