From 9580d3fa62b348301f80f6a5328dab270830a348 Mon Sep 17 00:00:00 2001 From: breadcat Date: Sun, 5 Jul 2020 19:51:22 +0100 Subject: Add a few more kill timers --- win10-prep.bat | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win10-prep.bat') diff --git a/win10-prep.bat b/win10-prep.bat index 830febf..287f81a 100644 --- a/win10-prep.bat +++ b/win10-prep.bat @@ -191,6 +191,9 @@ reg add "HKCU\Control Panel\Desktop" /v "MenuShowDelay" /t REG_SZ /d "75" /f rem auto close non-responding applications on shutdown reg add "HKCU\Control Panel\Desktop" /v "AutoEndTasks" /t REG_SZ /d "1" /f reg add "HKCU\Control Panel\Desktop" /v "HungAppTimeout" /t REG_SZ /d "1000" /f +reg add "HKLM\SYSTEM\ControlSet001\Control" /v "WaitToKillServiceTimeout" /t REG_SZ /d "2000" /f +reg add "HKLM\SYSTEM\ControlSet002\Control" /v "WaitToKillServiceTimeout" /t REG_SZ /d "2000" /f +reg add "HKLM\SYSTEM\CurrentControlSet\Control" /v "WaitToKillServiceTimeout" /t REG_SZ /d "2000" /f rem disable system restore reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableConfig" /t REG_DWORD /d "1" /f rem disable animations -- cgit v1.2.3