Quantcast
Channel: How can I change the way my computer shuts down - Super User
Viewing all articles
Browse latest Browse all 2

Answer by Carrein for How can I change the way my computer shuts down

$
0
0
  1. Launch regedit to access the registry editor.

  2. Search for the following Registry Key: HKEY_CURRENT_USER\Control Panel\Desktop

  3. Create a new string value named AutoEndTasks and set its value to 1.

This should prevent Windows from gracefully shutting down and will automatically terminate running process.

For something more granular:

  • Search for the following Registry Key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
  • Edit the WaitToKillServiceTimeout value.

For active user programs such as Word, which asks if you like to quit without saving etc.

  • Search for the following Registry Key: HKEY_CURRENT_USER\ControlPanel\Desktop
  • Create two Reg_SZ values Key - HungAppTimeout and WaitToKillAppTimeout
  • Modify their value as required, WaitToKillAppTimeout represents the window of time in which a application need to respond before fordibly being killed. HungAppTimeout specifies the window of time to allow for an app to exit before being deemed unresponsive.

Full article detailing the process here.


Viewing all articles
Browse latest Browse all 2

Trending Articles