 |
|
PCTechBytes Computer Repair Help Tutorials |
PC Help Guides |
Knowledge Base Home | Glossary |
|
Home > All Categories
> Printing and Faxing > Kill Print Jobs Stuck in Queue |
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 |
| There are no attachment file(s) related to this question. |
| |
|
|
|
Related Questions |
- How to Install a Network Printer
- Share Your Printer Over The Network
- Installing A Printer
- Printer Maintenance Kit
|
|
|
|
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. |
| |
| Copyright 2008 PCTechBytes, LLC |
|