David said:
Whenever I attempt to log off I get a message on the screen END
PROGRAM - EXPLORER.EXE which I have to end manually to get my
computer to reboot. Any suggestions on how to resolve this issue?
I can't remember just where I got this info at but it worked for me.
The WaitToKillServiceTimeout value name in the registry allows you to
specify a length of time that the service control manager must wait for
services to complete the shut-down request. Open Registry Editor and
navigate to:
HKEY_LOCAL_MACHINE
\SYSTEM
\CurrentControlSet
\Control
\WaitToKillServiceTimeout
Reduce the Service timeout value (default being 20000ms) to your preference.
(Mine is set to 500)
Similarly, set the AutoEndTasks to 1 in the following registry key:
HKEY_CURRENT_USER
\Control Panel
\Desktop
AutoEndTasks value determines whether user processes end automatically when
the user either logs off or shuts down Windows 2000/XP.
By doing the above [previous two steps], we're forcibly killing a
non-responsive application or service. On the other hand, troubleshooting
the application may also be necessary.