Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- """
- === DISCLAIMER ===
- The following comments are for reference only.
- Do not include them in the saved script.
- File Data:
- - Filename: modify_timeout.reg
- - Version: 1.00
- - Author: Jeoi Reqi
- Registry Modification Notes:
- - This '.reg' file modifies the shutdown timeout value in the Windows registry.
- - The 'WaitToKillServiceTimeout' value is set to 500 milliseconds, allowing for a faster shutdown process.
- - This modification can potentially reduce the time it takes for Windows to shut down after initiating the shutdown command.
- ==================
- """
- Windows Registry Editor Version 5.00
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
- "WaitToKillServiceTimeout"="500"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement