1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Resolved Can't cancel a queued print job

Discussion in 'Windows XP' started by g.watson, 2011/05/27.

  1. 2011/05/27
    g.watson

    g.watson Well-Known Member Thread Starter

    Joined:
    2002/03/27
    Messages:
    333
    Likes Received:
    2
    I'm running an HP Officejet 5610 all-in-one. I don't often need to cancel a print job, but when I do need to (just noticed it was the wrong page, or something like that) it seems to completely lock up the whole printer sub-system: I can't print anything else, the cancelled operation remains in the printer jobs window with "cancelling" next to it but won't go away. The only remedy seems to be to shut down and re-boot, but even this doesn't always clear the print queue.

    Is there any quick and dirty way to zap the whole print queue and start out clean?
     
  2. 2011/05/27
    Steve R Jones

    Steve R Jones SuperGeek Staff

    Joined:
    2001/12/30
    Messages:
    12,315
    Likes Received:
    252
    How many times a day does this happen:eek:

    You could try "stopping" the Print Spooler... Then Cancel the print job - then re-start the print spooler.

    Can also try unplugging the power cord to the printer.
     

  3. to hide this advert.

  4. 2011/05/27
    g.watson

    g.watson Well-Known Member Thread Starter

    Joined:
    2002/03/27
    Messages:
    333
    Likes Received:
    2
    Hi Steve and thanks for quick reply. It's not that it happens many times a day; it's just that when it does happen everything grinds to a halt. Haven't tried unpluggung the power cord to the printer (I'd have to crawl around under my desk to do that), but in an emergency I could try it. More to the point: how do I stop the print spooler?
     
  5. 2011/05/27
    retiredlearner

    retiredlearner SuperGeek WindowsBBS Team Member

    Joined:
    2004/06/25
    Messages:
    7,214
    Likes Received:
    514
    Hi Geoffrey, my experiences with HP printers is they don't like being rushed to carry out commands.
    When the printer is operating - do you have a small screen indicating the progress?
    Is there a Stop Print button showing?
    Can you open the Print Icon in the Task bar > Open Printer > Cancel All Documents?

    It usually takes some little time to stop the current print job - some may print 2-3 pages before responding. Neil.
     
  6. 2011/05/27
    g.watson

    g.watson Well-Known Member Thread Starter

    Joined:
    2002/03/27
    Messages:
    333
    Likes Received:
    2
    Hi, RL, thanks for input. Yes, there's a small display, but that doesn't help. There's also a Cancel button, but this isn't the problem: it's the Printer icon on the Taskbar. When I open that and "Cancel all documents" or select a document and "Cancel print job" (I'm translating from my Italian system here, so it may not be the exact same text), it marks the print jobs "Cancelling" but then seems to lock up and freeze.
     
  7. 2011/05/27
    Steve R Jones

    Steve R Jones SuperGeek Staff

    Joined:
    2001/12/30
    Messages:
    12,315
    Likes Received:
    252
    Control Panel->Admin Tools->Services->Print Spooler->double click to open and click the STOP button.
     
  8. 2011/05/27
    g.watson

    g.watson Well-Known Member Thread Starter

    Joined:
    2002/03/27
    Messages:
    333
    Likes Received:
    2
    Thanks, Steve. But I assume that requires logging in to an account with admin privileges, and then out again and back in to my limited account. Which takes just as long as shutting down and rebooting and solving it that way. Next time it happens when I just happen to be logged in as Admin, I'll try that. But I normally use the limited account for security, since I'm on inernet all day.

    Come to think of it, maybe that's why it doesn't like my attempts to cancel a print job - because I'm not Admin, maybe?
     
  9. 2011/05/27
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Here's a handy script I haved used occasionally with "stubborn printers ".
    Copy+Paste the text below into Notepad and SaveAs: clear-spool.cmd.
    Double click the file to get rid of print jobs that won't cancel.

    Code:
    @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
    pause
     
  10. 2011/05/27
    g.watson

    g.watson Well-Known Member Thread Starter

    Joined:
    2002/03/27
    Messages:
    333
    Likes Received:
    2
    Hi Tony and thanks. I saved your script and tried it, but I got "Access denied" and "System error 5 ". Maybe it requires admin privileges?
     
  11. 2011/05/27
    Steve R Jones

    Steve R Jones SuperGeek Staff

    Joined:
    2001/12/30
    Messages:
    12,315
    Likes Received:
    252
    Yep. Probably does require Admin....
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.