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.

Windows Vista Cannot delete document from printer

Discussion in 'Legacy Windows' started by IvanH, 2009/03/18.

  1. 2009/03/18
    IvanH

    IvanH Well-Known Member Thread Starter

    Joined:
    2006/12/05
    Messages:
    565
    Likes Received:
    19
    I am using Windows Vista SP1 with an HP Photosmart C5280 local printer.

    I couldn't print anything and thus I clicked into Control Panel/Printers and double-clicked on the printer icon. The printer's print queue window opens and a " "Print Job Details" document is there at the top with a "Printing" status. My new document to be printed follows.

    I could delete the new document from the queue, but not the first. After my attempt to delete hte "Print Job Details" document, the status changed to "Deleting - Printing ".

    I tried pulling off the "Cancel" button on the printer; unplugging the USB cable, and reboot the notebook. The document is still sticking there.

    How can I delete the document and resume the printer function?
     
  2. 2009/03/18
    Ranger SVO

    Ranger SVO Inactive

    Joined:
    2006/05/13
    Messages:
    297
    Likes Received:
    4
    You should be able to delete the files by going to Windows/system32/spool/printers. The files you want to delete are there. Before you can delete them tou will need to shut down the print spooler service.
     

  3. to hide this advert.

  4. 2009/03/19
    Frank D

    Frank D Inactive

    Joined:
    2004/07/15
    Messages:
    553
    Likes Received:
    6
    Or, you can save the following (everything between the === lines) as a ".bat" file (for example, named "stopprint.bat ", not including the quote marks) in your root directory, then creating a shortcut to it (for example, on the desktop), and double-clicking the shortcut to activate the file whenever your printer is clogged. This will run a DOS-style script, clear the print queue, and return your printer to you.

    Note: This works in WinXP. I don't use Vista, so I don't know if it will work there. Can someone knowledgeable please comment?

    Frank D

    ================
    net stop spooler
    ping 127.0.0.1 -n 3
    del %systemroot%\system32\spool\printers\*.* /F /Q /S
    ping 127.0.0.1 -n 3
    net start spooler
    ================
     
    Last edited: 2009/03/19
  5. 2009/03/19
    IvanH

    IvanH Well-Known Member Thread Starter

    Joined:
    2006/12/05
    Messages:
    565
    Likes Received:
    19
    Thanks Ranger. I shut down the print spooler service and it works.
     
  6. 2009/03/19
    Ranger SVO

    Ranger SVO Inactive

    Joined:
    2006/05/13
    Messages:
    297
    Likes Received:
    4
    Your welcome, I've had to do that more than once.
     

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.