Skip to content

Commit

Permalink
Add disable monitor-timeout commands (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
qux-bbb authored Apr 20, 2024
1 parent 320b12c commit d93258a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer/disable_win7noise.bat
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ reg add "HKLM\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\SslBindingInfo"
REM disable ClickToRunSvc
sc stop "ClickToRunSvc"
sc config "ClickToRunSvc" start= disabled
REM disable monitor-timeout
POWERCFG -CHANGE -monitor-timeout-ac 0
POWERCFG -CHANGE -monitor-timeout-dc 0

REM dr.watson
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug" /v AUTO /t REG_SZ /d 0 /f
Expand Down

0 comments on commit d93258a

Please sign in to comment.