Tech Support > Operating Systems > Windows 2000 > System Hangs when "Saving Your Settings"
System Hangs when "Saving Your Settings"
Posted by Paul Osterhues on November 22nd, 2003


Hi -

Lately my Win2k Pro installation has been hanging when I shutdown my computer. It reaches the "Saving Your Settings" part of the shutdown and then it pauses for about a minute. I can remember finding an article online about this and it said to remove a certain security update, but I didn't document it and the problem has crept up again. Any ideas?

Posted by Wouter on November 22nd, 2003


"Paul Osterhues" <anonymous@discussions.microsoft.com> wrote in
news: 38A48441-F843-4EDF-885A-C451C1BDBB0A@microsoft.com

Don't delete security updates.
I found SP4 solved the shutdown issue.
Before SP4 I used a logoff and logon script to disable/enable
the printer spooler, this was the workaround to shutdown
properly:

Logoff script in:
\WINNT\system32\GroupPolicy\User\Scripts\Logoff
@echo off
net stop spooler /y

Logon script in: \WINNT\system32\GroupPolicy\User\Scripts\Logon
@echo off
net start spooler

Run: gpedit.msc
Local Computer Policy>User Configuration>Windows
Settings>Scripts (Logon/Logoff)
Double click the Logon and Logoff entries in the right pane to
point to your scripts.