- 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.
- PC is stuck on shutdown : "Saving your settings" (Microsoft Windows) by BoazBoaz
- Windows Server 2003 hangs on "applying computer settings" (Windows Server) by Gavin
- After restart 2003 SP1 Hangs at "Applying Computer Settings" (Windows Server) by you know who maybe
- Server hangs at "Applying computer settings" b4 logon screen (Windows Server) by Andyw
- system hangs at "applying my personal settings". (Windows 2000) by Alan Simmoms

