Your own personal IT department

How to cancel printing or to delete a print job that is stuck in the print queue in Windows

Open command prompt in Administrator mode and run the following commands

net stop spooler
del %systemroot%\system32\spool\printers\*.shd
del %systemroot%\system32\spool\printers\*.spl
net start spooler

 
Comments

No comments yet.

Leave a Reply