Computers |
|
| | #1 (permalink) |
| Super Techie Join Date: May 2003
Posts: 469
| utomatically Close Applications Not Responding at Shutdown 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
__________________ Death has a thousand doors, let's see which one our victim chose. "There's one thing that you learn on this job, is that human beings are capable of anything" If you chase two rabbits, you lose them both You say tomato... I say cause of death For sale/trade http://www.tech-forums.net/pc/f40/fu...r-fs-t-139695/ |
| | |