![]() |
![]() |
|
|
Occasionally I have a print job that fails to print. When this happens I open "Printers and faxes", right click on the offending print job and then click cancel. This |
![]() |
|
|
#1 | ||
|
Guest
Posts: n/a
|
Occasionally I have a print job that fails to print. When this happens I
open "Printers and faxes", right click on the offending print job and then click cancel. This generally solves the problem. However, sometimes the status shows "Deleting - Printing" but the printing never deletes. If I repeat this procedure the result is unchanged. Then other print jobs back up behind the one that won't print. If I click "Cancel all documents" then all documents are deleted except the offending job. The only solution that I have found is to reboot. Other: 1. This is a local printer. 2. If I try to put the computer into standby, I get the message, "The service 'Print Spooler' is preventing the machine from entering standby. Try stopping this service and try again.") Win XP, SP2 Thanks, Don Culp |
||
|
|
|
#2 | ||
|
Guest
Posts: n/a
|
From: "Don Culp" <dculp@krell-engineering.com>
| Occasionally I have a print job that fails to print. When this happens I | open "Printers and faxes", right click on the offending print job and then | click cancel. This generally solves the problem. However, sometimes the | status shows "Deleting - Printing" but the printing never deletes. If I | repeat this procedure the result is unchanged. Then other print jobs back up | behind the one that won't print. If I click "Cancel all documents" then all | documents are deleted except the offending job. The only solution that I | have found is to reboot. | Other: | 1. This is a local printer. | 2. If I try to put the computer into standby, I get the message, "The | service 'Print Spooler' is preventing the machine from entering standby. Try | stopping this service and try again.") | Win XP, SP2 | Thanks, | Don Culp In a command prompt type; net stop spooler wait until it stops and then type; net start spooler Then close the Commad Prompt. -- Dave http://www.claymania.com/removal-trojan-adware.html Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp |
||
|
| Sponsored Links |
|
|
#3 | ||
|
Guest
Posts: n/a
|
"Don Culp" <dculp@krell-engineering.com> wrote in message news:eq4M4etQJHA.420@TK2MSFTNGP03.phx.gbl... > Occasionally I have a print job that fails to print. When this happens I > open "Printers and faxes", right click on the offending print job and then > click cancel. This generally solves the problem. However, sometimes the > status shows "Deleting - Printing" but the printing never deletes. If I > repeat this procedure the result is unchanged. Then other print jobs back > up behind the one that won't print. If I click "Cancel all documents" then > all documents are deleted except the offending job. The only solution that > I have found is to reboot. > > Other: > > 1. This is a local printer. > > 2. If I try to put the computer into standby, I get the message, "The > service 'Print Spooler' is preventing the machine from entering standby. > Try stopping this service and try again.") > > Win XP, SP2 > > Thanks, > Don Culp > > Don the following lines of code for a batch file should dump any stuck print jobs. It was posted on one of these newsgroups and I have found it very useful. @echo off echo. echo Purging the print queue . . . net stop Spooler echo Deleting all print jobs . . . ping localhost -n 4 > nul del /q %SystemRoot%\system32\spool\printers\*.* net start Spooler echo Done! ping localhost -n 4 > nul Copy and paste the lines of code into notepad, save and change the extension to .bat and place it in a location you can later find. Create a shortcut to the batch file and place it on your desktop. When you have a stuck print job, double click on your icon on the desktop. |
||
|
|
|
#4 | ||
|
Guest
Posts: n/a
|
Don Culp wrote:
> Occasionally I have a print job that fails to print. When this happens I > open "Printers and faxes", right click on the offending print job and then > click cancel. This generally solves the problem. However, sometimes the > status shows "Deleting - Printing" but the printing never deletes. If I > repeat this procedure the result is unchanged. Then other print jobs back up > behind the one that won't print. If I click "Cancel all documents" then all > documents are deleted except the offending job. The only solution that I > have found is to reboot. > > Other: > > 1. This is a local printer. > > 2. If I try to put the computer into standby, I get the message, "The > service 'Print Spooler' is preventing the machine from entering standby. Try > stopping this service and try again.") > > Win XP, SP2 > > Thanks, > Don Culp > > Some newer printers have a "cancel" button on their front panels. HP, for one, suggests using this method for my HP 5610. I've also had success with the batch file recommended by others on my previous printer. Bill |
||
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't cancel print job | Phil | Windows Vista | 7 | 09-14-2008 11:48 PM |
| how do i cancel those images from oe? | asdasd | Windows 2000 Workstation | 1 | 04-10-2008 05:16 PM |
| Constant Cancel Allow pop-up | Kipp | Windows Vista Security | 3 | 01-01-2008 02:10 PM |
| How do I cancel printing? | Dom J | Windows XP | 7 | 12-06-2007 02:17 AM |
| can't cancel print job | alice | Windows XP | 5 | 11-04-2007 04:57 AM |