Jump to content

Recommended Posts

Posted
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.
Posted

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

Posted
I have a batch file that will pause a printer, you can set a scheduled task so it does it automatically at certain times.
Posted
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

  • Thanks 2
  • 6 months later...
Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...