User Tools

Site Tools


software:printspooler

This is an old revision of the document!


common causes of print spooler stop

http://www.brianmadden.com/forums/t/15322.aspx

  • @echo off
  • :: clnspool.cmd - delete pending print jobs and restart spooler
  • :: for Citrix PS4 environment, uncomment the following line and later line
  • :: net stop “Citrix Print Manager Service”
  • del /q %systemroot%\system32\spool\printers\*.*
  • net start spooler
  • :: net start “Citrix Print Manager Service”
  • :done

http://support.microsoft.com/kb/934885

http://answers.microsoft.com/en-us/windows/forum/windows_xp-hardware/print-spooler-service-is-not-running/31596c8a-f954-4c23-b4c9-e2d12839353d

* To remove spooled print jobs that could be causing this problem, simply remove (or delete) files with extensions of “.spl” or “.shd” from the Spool location while the Print Spooler is stopped. This location is generally “c:\<windows directory>\system32\spool\printers”

http://social.technet.microsoft.com/Forums/en-US/winserverprint/thread/247959b9-a750-4252-86ee-8df6b41337c3/

spool not open

software/printspooler.1333464037.txt.gz · Last modified: 2012/04/03 14:40 by superwizard