Advertisement
Python253

modify_timeout

Mar 18th, 2024
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.69 KB | None | 0 0
  1. """
  2. === DISCLAIMER ===
  3. The following comments are for reference only.
  4. Do not include them in the saved script.
  5.  
  6. File Data:
  7. - Filename: modify_timeout.reg
  8. - Version: 1.00
  9. - Author: Jeoi Reqi
  10.  
  11. Registry Modification Notes:
  12. - This '.reg' file modifies the shutdown timeout value in the Windows registry.
  13.  
  14. - The 'WaitToKillServiceTimeout' value is set to 500 milliseconds, allowing for a faster shutdown process.
  15.  
  16. - This modification can potentially reduce the time it takes for Windows to shut down after initiating the shutdown command.
  17. ==================
  18. """
  19.  
  20. Windows Registry Editor Version 5.00
  21.  
  22. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
  23. "WaitToKillServiceTimeout"="500"
  24.  
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement