Automatically Close the “non responding” program
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â€ÂÂÂÂ.
Now, the tutorial.. :)
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 Editor and Reboot.
This works well in Windows XP, but I’m not sure about Vista.
If there is a better way, do let me know about it. :)
Author: Haris NadeemHe is the founder of Sizzled Core and a Pakistani blogger who loves gadgets and exploring out the web!


One Comment
Mike
Interesting.
Submitted in queue @ tweako
( http://www.tweako.com )
Apr 24th, 2007
Leave a Reply