• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Print jobs stuck in your queue?

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.
You could also try stopping the print spooler, then deleting any spooled files...

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

Give the script a name like C:\DeletePrintJobs.cmd, then just type that into the Run box to run it.
 
Back