Automatically Close Applications Not Responding at Shutdown
A lot of applications (CoPilot seems to be the worst about this) for one reason or another hang or deny windows the ability to shut down requiring you to manually push "OK" or "End task" before you can continue. More than once I've gotten back in my car to a carpc still running after a few minutes because something held up the shutdown. Here's a tweak to prevent that (taken from here). It forces applications to close when a shutdown is taking place.
When an application fails to respond during shutdown a dialog box is displayed prompting the user to either end it now or to wait. Enabling the value AutoEndTasks will take care of the non-responding application without user intervention. This is often referred to as “Force Exit”.
To Implement for All Users
[Start] [Run] [Regedit]
Registry Key: HKEY_USERS\.DEFAULT\Control Panel\Desktop
Data Type: REG_SZ [String Value] // Value Name: AutoEndTasks
Modify/Create the Value Name [AutoEndTasks] according to the Value Data listed below.
Value Data: [0 = AutoEndTasks Disabled / 1 = AutoEndTasks Enabled]
Exit Registry and Reboot
To Implement for Individual Users
[Start] [Run] [Regedit]
Registry Key: HKEY_CURRENT_USER\Control Panel\Desktop
Data Type: REG_SZ [String Value] // Value Name: AutoEndTasks
Modify/Create the Value Name [AutoEndTasks] according to the Value Data listed below.
Value Data: [0 = AutoEndTasks Disabled / 1 = AutoEndTasks Enabled]
Exit Registry and Reboot



LinkBack URL
About LinkBacks

Reply With Quote



is one of my best friends.

Bookmarks