System Hangs when "Saving Your Settings"

G

Guest

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?
 
W

Wouter

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?

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.
 

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