junk fax blocker freezes printer

Discussion in 'Hardware' started by DustinJSanders, Mar 24, 2011.

  1. DustinJSanders

    DustinJSanders Private E-2

    Hey everybody, I have an issue that I could use help on.

    I have an HP Officejet Pro 8500 A909n with a junk fax blocker capability. The problem is that it locks up the printer every time we get a junk fax. In order to clear it, we have to reboot the machine. This is a real pain in the *** because our faxes are time sensitive medical information.

    I tried messing with the settings, but you can only add/remove numbers to a blacklist and turn the capability on/off. If we turn it off we'll be wasting paper and ink every time we get a junk fax.

    The printer is a networked printer. It's wired to one of the computers here in the office and then wirelessly connected to all the others.

    Any suggestions oh gods of majorgeeks.com?
     
  2. DustinJSanders

    DustinJSanders Private E-2

    I guess this is just one of those cracks in the universe where there isn't an answer, just like where the socks go in the dryer...
     
  3. bigbazza

    bigbazza R.I.P. 14/12/2011 - Good Onya Geek

    Use Notepad to make this batch file, and then add a Shortcut to your Desktop. Make sure it is saved as a .bat file, not a TXT file, otherwise it won't work.

    For a batch file to delete Printer spool, if corrupted, or you want to clear it.
    -----------------
    change to C:\ and type in as prn-clear.bat to clear print queue.
    ------------------

    @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 !!

    ------------------
    Works for me with my HP printer.

    Bazza
     
  4. DustinJSanders

    DustinJSanders Private E-2

    Hey bigbazza, thanks, I'll try it out!
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds