sri
Moderator

Joined: 28 Jan 2006
Posts: 381
Location: Hyderabad , India

|
Automatically Close Applications Not Responding at Shutdown
Automatically 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
1 [Start] [Run] [Regedit]
2 Registry Key: HKEY_USERS\.DEFAULT\Control Panel\Desktop
3 Data Type: REG_SZ [String Value] // Value Name: AutoEndTasks
4 Modify/Create the Value Name [AutoEndTasks] according to the Value Data listed below
5 Value Data: [0 = AutoEndTasks Disabled / 1 = AutoEndTasks Enabled]
6 Exit Registry and Reboot
To Implement for Individual Users
1 [Start] [Run] [Regedit]
2 Registry Key: HKEY_CURRENT_USER\Control Panel\Desktop
3 Data Type: REG_SZ [String Value] // Value Name: AutoEndTasks
4 Modify/Create the Value Name [AutoEndTasks] according to the Value Data listed below.
5 Value Data: [0 = AutoEndTasks Disabled / 1 = AutoEndTasks Enabled]
6 Exit Registry and Reboot
- srikanth dhanwada
|