Created
May 2, 2021 09:31
-
-
Save AdrienVR/700d89e34d2703bc7362d239478de905 to your computer and use it in GitHub Desktop.
Prevent Windows Shutdown from being blocked by any app or service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] | |
"WaitToKillAppTimeout"="1" | |
"HungAppTimeout"="1000" | |
[HKEY_CURRENT_USER\Control Panel\Desktop] | |
"AutoEndTasks"="1" | |
"WaitToKillServiceTimeout"="1" | |
"WaitToKillAppTimeout"="1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment