Shutdown Error Message

W

Warren

At shutdown, I am receiving intermittent error messages. However, the
message appears so close to actual shutdown that I cannot read it. At this
point, is there any way to diagnose the problem when there is not time to
read the message. The Event Viewer does not log an error message. If
anyone has an idea how to diagnose this, I would be very appreciative.
 
W

Wesley Vogel

Probably End Program.

Try this...
http://www.kellys-korner-xp.com/xp_tweaks.htm

Read the instructions at the top.
76. Right hand side
Auto End Tasks to Enable a Proper Shutdown

shutdown.reg is the file you want.

Reboot after you have merged the shutdown.reg file.

shutdown.reg does the following:

* Sets ClearPageFileAtShutdown to 0.
If ClearPageFileAtShutdown is set to 1, shutdown takes a *long* time.

* Sets AutoEndTasks to 1.
Processes end automatically. The system does *NOT* wait until the process
ends, and, the process will *NOT* take more time than the value of the
HungAppTimeout entry, the End Task dialog box does *NOT* appear, stating
that the application cannot respond to the End Task request.

* Sets WaitToKillServiceTimeout to 1000 (1 second).
Determines how long the system waits for services to stop after notifying
the service that the system is shutting down. The Default value is 20000
(20 seconds).

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top