steve_nfi Posted June 11, 2008 Posted June 11, 2008 How do you stop a print going to a printer in a paused state if the printer ISN'T paused?
contink Posted June 11, 2008 Posted June 11, 2008 I did a vbs script that runs on a schedule somewhere in the script forum for clearing a print queue and restarting the spooler.. You might be able to adapt that to suit your needs.
joe90bass Posted June 11, 2008 Posted June 11, 2008 I run this as a batch file nightly to clear queues, not sure if it helps? Might have even got it from someone on edugeek. echo Printers - Shutting down the print spooler net stop "pcounter printer control" net stop "print spooler" echo Printers - Deleting print queues del c:\WINDOWS\system32\spool\PRINTERS\*.* /q net start "print spooler" net start "pcounter printer control" echo Printers - Print spooler Started
FN-GM Posted June 11, 2008 Posted June 11, 2008 I have a batch file that will pause a printer, you can set a scheduled task so it does it automatically at certain times.
Edu-IT Posted June 11, 2008 Posted June 11, 2008 I have a batch file that will pause a printer, you can set a scheduled task so it does it automatically at certain times. The documents being sent to print are being queued as paused even though the printer isn't paused. If you stop and restart the printer spooler then your problems should be solved. As others have suggested you could create a script and set it to run at certain times. Here is the script contink is talking about, I think. http://www.edugeek.net/forums/scripts/6860-printer-queue-stalled-job-killer.html 2
contink Posted June 11, 2008 Posted June 11, 2008 Here is the script contink is talking about, I think. http://www.edugeek.net/forums/scripts/6860-printer-queue-stalled-job-killer.html That be the one
kennysarmy Posted December 18, 2008 Posted December 18, 2008 but does anyone know what caused it? why it does it? we are getting lots of incidents recently here!
Dom_ Posted December 18, 2008 Posted December 18, 2008 Have you tried using a different driver? I have a similar issue on a few printers (same models). Might be worth getting the latest ones from the manufacturers website? Just out of curiosity what printer/s are causing you issues?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now