Extremely Slow Windows XP Shutdown – Fixed

2017/05/01
By
Modified: 2017/04/30

Several years I had this problem in one particular instance of Windows XP Professional – an extremely slow shutdown upon clicking on Shutdown button.  For several minutes system would completely freeze, and then Shutdown/Restart dialog box would finally come up.

What did I know about the problem.  It was extremely annoying.  It was persistent.  And it was happening only on one  instance of XP, so that excluded the possibility of a faulty hardware.

It was so bad, that I came up with a workaround.  I would open up a Task Manager and end one after another svchost.exe processes running under SYSTEM name.  A counter and warning would appear saying that your system will be shut down in one minute.  At this point I would be able to press a normal Shutdown button and restart within seconds.

At one point I needed to move this instance from old PC to a new one.  To my disbelief the problem persisted on the new PC as well.  At this point I started to search up and down the Internet for an answer.

Microsoft troubleshooting document suggested to check shutdown from a Safe mode.  If it is fast, the problem is with one of the services that needed to be stopped upon shutdown.  And yes, my shutdown from Safe move was very quick.

I am ashamed to admit that only after that discovery I finally looked at event log.  It was right there in black and white:

The server {9B1F122C-2982-4E91-AA8B-E071D54F2A4D} did not register
with DCOM within the required timeout.

The persistent error right around the shutdown time and the error mentioning time out.  Jackpot! Computer is trying to do something and freezes for several minutes before coming back after time out.

The actual fix was simple and prosaic.   I searched registry for this long string  {9B1F122C-…} and simply deleted it.

That is it.  The very next shutdown was perky, and snappy, and  fast just like on a brand new installation.

Tags: , , , , , , ,


15 Responses to Extremely Slow Windows XP Shutdown – Fixed

  1. fed2k
    2013/04/10 at 23:18

    Thankz! 2013 and still resolving windows xp annoying problems!!!

  2. duzenko
    2012/07/24 at 16:06

    thx, helped me a lot
    especially Anon’s comment about re-registering WU

  3. Jame M
    2012/07/06 at 12:41

    Like you, I scoured the Internet… and luckily found your post! It worked perfectly.

    You sir, are awesome. Praises of your greatness will be sung by future generations, and a statue will be erected in your honor.

  4. Daniel
    2012/06/21 at 02:48

    You save my day dude.. it happens on my computer in last few days…

  5. Rob
    2012/06/19 at 12:51

    I have the exact same problem and will try this too.

  6. malinich
    2012/06/18 at 05:30

    Thank you! it helped me too with windows 2003 R2 SP2. Thanx

  7. Anon
    2012/06/05 at 09:49

    Do not delete that key. That error is related to windows automatic update, which indicates, for some reason, one of the its dll is not registered properly. instead of deleting that key, create a batch.bat file, paste these lines there, and fire it up:

    net stop wuauserv
    regsvr32 /s wuapi.dll
    regsvr32 /s wups.dll
    regsvr32 /s wuaueng.dll
    regsvr32 /s wuaueng1.dll
    regsvr32 /s wucltui.dll
    regsvr32 /s wuweb.dll
    regsvr32 /s jscript.dll
    regsvr32 /s atl.dll
    regsvr32 /s softpub.dll
    regsvr32 /s msxml3.dll
    net start wuauserv

  8. Ralph
    2012/06/04 at 13:01

    Had this problem on a bunch of pcs on our network. Thank you!!!

  9. Barry
    2012/04/30 at 15:32

    I have a computer with the same problem. your solution work flawlesss for me.

  10. Charles
    2012/04/03 at 09:52

    Thank you, thank you, thank you! I had the same problem. Your solution really works–my PC shuts down in a flash now.

Add Your Comment Ваш Комментарий

Your email address will not be published. Required fields are marked *

* Ваше Имя *
* Ваш Email (не будет показан на сайте)*

*