PHPKB Knowledge Base Logo
 
PCTechBytes Computer Repair Help Tutorials
PC Help Guides  
Knowledge Base Home Knowledge Base Home | Knowledge Base Glossary Glossary
Home > All Categories > Printing and Faxing > Kill Print Jobs Stuck in Queue
Question Title Kill Print Jobs Stuck in Queue

Kill Print Job Stuck in Queue

Once a print job is stuck in queue, nothing will print. Usually, you can navigate to the printer via the Control Panel, select the printer and cancel the document. But occasionally, a job will just sit there and refuse to die. If this happens, you can run the follow script to free it.

Open notepad by going to Start, then Run and typing notepad and hit OK. Copy the following script:

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

Next, save this document as C:\DeletePrintJobs.cmd

Once saved, navigate to Start, then Run and type or paste that filename in the run box.

This will run the script from the command line automatically and shut down when finished. You should notice that all print queues are cleared and you can now resume printing. If you can’t print after running this script, reboot your computer.

If you have any other questions about printers, be sure to join our free computer support message boards .

Authored by: David This question has been viewed 2087 times so far.
Click Here to View all the questions in Printing and Faxing category.
File Attachments File Attachments
There are no attachment file(s) related to this question.
How helpful was this article to you?
Related Questions Related Questions
  1. How to Install a Network Printer
  2. Share Your Printer Over The Network
  3. Installing A Printer
  4. Printer Maintenance Kit
Article Information Additional Information
Article Number: 103
Created: 2008-02-11 3:30 PM
Rating 4 Stars
 
Article Options Article Options
Print Question Print this Question
Email Question Email this Question to Friend
Export to MS Word Export to MS Word
Bookmark Article
del.icio.us Bookmark del.icio.us Bookmark
Digg It Digg It
Furl It Furl It
 
Language Translation Language Translation
 
Search Knowledge Base Search Knowledge Base


Computer Repair | Message Boards | Downloads | Local Computer Repair | Computer Videos

Disclaimer: PCTechBytes, LLC is not responsible for the damage of your PC or any harm that may come to you or your property as a result of information contained on this site. Computer repair should be performed by a professional service rep only. Working on your own computer could result in a voided warranty, loss of use or permanent destruction of data.