Delete print queue
- Open Command Prompt as Administrator:
Click the Start button, type cmd, right-click on "Command Prompt" and select "Run as administrator".
- Stop the Print Spooler Service:
Typenet stop spooler
and press Enter.
- Delete the Print Queue Files:
Typedel %systemroot%\System32\spool\printers\* /Q
and press Enter.
- Start the Print Spooler Service:
Typenet start spooler
and press Enter.