:eek: when i shut down wins pc freezes

Dani AI

Generated

A short, practical primer added here to frame the thread and fill the gaps in the replies by , and .

The one-line symptom (“Windows freezes when shutting down”) spans many causes across Windows generations: hung device drivers or services, the Win9x “Fast Shutdown” behaviour, mapped network drives, and even antivirus programs that scan media at shutdown. Microsoft documented a set of shutdown troubleshooters and a Windows 98 SE “Shutdown Supplement” that addressed many of those 9x-era cases. (Problems Shutting Down Windows 98 SE). (ftp.zx.net.nz)

Practical Win9x (98/SE/ME) checks that are missing from the thread:

  • Confirm the exact edition (98 vs 98SE vs ME) and whether Safe Mode shuts down cleanly — Safe Mode OK points at a driver/startup program.
  • Disable Fast Shutdown via System Configuration (msconfig → Advanced → “Disable Fast Shutdown”) or set the FastReboot registry value to 0 at:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Shutdown
    FastReboot = 0

    Microsoft’s KB on disabling Fast Shutdown and the Win98 SE shutdown guidance are the authoritative references. (How to Disable Fast Shutdown — KB187607). (ftp.zx.net.nz)

Common Win9x-specific fixes to try (documented by Microsoft): disconnect mapped network drives before shutdown or apply the mapped-drive update (user.exe/user32.dll), and turn off any AV floppy-scan-at-shutdown option (these scenarios are covered in Microsoft’s shutdown articles). For the mapped-drive update see the Microsoft updates referenced in the KBs. (contents.driverguide.com)

If the machine is NT/2000/XP or newer: check the Event Viewer for services that fail to stop, perform a clean boot (see Microsoft’s clean‑boot procedure), and use an explicit shutdown command to test behavior:

shutdown /s /t 0

(Windows documents the shutdown command and options.) For systematic shutdown debugging on modern Windows see Microsoft’s troubleshooting guide and the clean-boot KB. (learn.microsoft.com)

When restating the problem for help, include exact OS and service pack, the last message shown (e.g. “Windows is shutting down” vs a blank cursor), whether Safe Mode shuts down correctly, any new drivers or AV installed, and whether the machine uses ACPI/APM — that information narrows the cause quickly (as requested and as ’s Win9x patch suggestion implied).

Recommended Answers

All 3 Replies

If you want our help, you will have to give us as much information as you possibly can; the simple fact that Windows does not shut down for you tells us basically nothing. There is no single reason why one gets that; it can be caused by too many things for us to even delve into without you giving us as many specifics as you can.

assuming you have posted in the win98/me section im assuming you have that os. In which case it is a common error with windows and MS has a patch to fix it, other than that DMR is right - we need information! :)

This link could be of help. The site discusses a lot of the causes of Win 95/98/ME shutdown problems and offers possible solutions, troubleshooting procedures, and links to more sources of information concerning the problems.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.