Monday, September 28, 2009

Print Spooler 100%

Well I was working on a Windows print server today and found that the spooler service was pegged out at 100%. To resolve this stop the print spooler service.

GUI: start>run>services.msc Print Spooler right click stop
CMD: "net stop spooler"

Go to the following directory and delete all the files.

C:\WINDOWS\system32\spool\PRINTERS

Start the print spooler service back up.

GUI: start>run>services.msc Print Spooler right click start
CMD: "net start spooler"

0 comments:

Post a Comment