Clear Print Queue Command Line Style

By | 2009-07-25

If you have a long list of hung print jobs in Windows 7 or Vista, you can clear the print queue easily by using these steps.

  1. Click Start.
  2. Type Command.
  3. Right-click Command Prompt and select Run as administrator.
  4. Type:

net stop spooler
del \%systemroot\%\System32\spool\printers\* /Q
net start spooler

The print queue on your Windows 7/Vista system should now be cleared. Type exit and press Enter to exit the command window. The first line stops the spooler, the second line removes the print jobs from the queue, and the third line restarts the spooler service.

Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.