Re: Logoff & Shutdown "Ending Program...."
>EVERY SINGLE TIME my wife and I log off or shutdown our XP Home SP3, we get
>"Ending Program. Please wait..." and, possibly later, "This program is not
>responding..." when, to our knowledge, there is NO program running. How can
>we eliminate this inconvenience? Regards to those of you who pointed me to
>the solution of earlier problems.
Try the following:
Go to Start > Run and enter REGEDIT and press OK. This fires up the
registry editor.
Navigate to HKEY_CURRENT_USER\Control Panel\Desktop. Edit the
following keys:
1) AutoEndTasks: Default is 0, make it 1
You can also try the following settings under the same branch:
2) ForegroundLockTimeout: Default is 20000, make it 0
3) HungAppTimeout
efault is 5000, try 1000, if it's still slow, try
500. I don't suggest going anything lower than 250 though as it could
really make programs / services that need a momentd or two to end
act...funny.
4) WaitToKillAppTimeout: Default is 20000, try 1000, if it's still
slow, try 500. I don't suggest going anything lower than 250 though as
it could really make programs / services that need a moment or two to
end act...funny.
Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control
1) WaitToKillServiceTimeout: Default is 20000, try 2000. I don't use
this setting personally and it's questionable whether XP supports it
or not.
When you finish, reboot. Log into XP and then do a shutdown and see
how long it take.
If some of the keys above don't exists, just create them using the
right mouse button.
#1 is a String Value
#2 is DWORD value
#3 is a String value
#4 is a String value
- Thee Chicago Wolf