Why is my shutdown time so long?

5

Running windows XP SP2 I can be waiting for up to 5 minutes after hitting the shut-down button until the machine actually switches off.

I have tried killing an non essential services/application before I shut down to see if that makes a difference but it doesn't appear to.

Can anyone suggest why the machine takes so long to close down and possible solutions (NOTE: To actually boot up the computer is extremely quick and I don't have many application/services starting up either)

Dean

Posted 2009-10-20T08:20:09.523

Reputation: 418

1check the event log. – None – 2009-10-20T08:24:55.130

There is nothing in the event log for the time of shutdown that has warnings or errors – Dean – 2009-10-20T08:30:55.507

When did this start btw? – Manos Dilaverakis – 2009-10-20T09:09:26.740

I have noticed it getting gradually slower over the course of the last 2 months – Dean – 2009-10-20T09:22:00.613

Answers

2

There might be a way to fasten the shutdown by cutting the time for killing services (taken from here):

The first two settings can be found in the key HKEY_CURRENT_USER\Control Panel\Desktop. They are called HungAppTimeout and WaitToKillAppTimeout. You should also set the key AutoEndTasks to 1 if it is not set to this value already.

The timeout settings for Services can be found in the Registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control and is called WaitToKillServiceTimeout. The value is entered in miliseconds which means that the value 2000 should be entered if you want to set this to 2 seconds each.

Bobby

Posted 2009-10-20T08:20:09.523

Reputation: 8 534

1

Try going through device manager through your USB section and disable the setting to allow Windows to turn off the device to save power. This can sometimes cause a shutdown to hang. I had a laptop in last week that had the hanging shutdown and this corrected.

DHayes

Posted 2009-10-20T08:20:09.523

Reputation: 2 103

0

Are you a member of a domain? Roaming profiles?

Chris

Posted 2009-10-20T08:20:09.523

Reputation: 233