+ Post New Thread
Results 1 to 10 of 10
How do you do....it? Thread, Paused Printing in Technical; How do you stop a print going to a printer in a paused state if the printer ISN'T paused?...
  1. #1
    steve_nfi's Avatar
    Join Date
    Nov 2007
    Location
    Central London
    Posts
    281
    Thank Post
    141
    Thanked 22 Times in 18 Posts
    Rep Power
    13

    Question Paused Printing

    How do you stop a print going to a printer in a paused state if the printer ISN'T paused?

  2. IDG Tech News

  3. #2
    contink's Avatar
    Join Date
    Jul 2006
    Location
    South Yorkshire
    Posts
    3,814
    Thank Post
    296
    Thanked 318 Times in 224 Posts
    Rep Power
    112
    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.

  4. #3
    steve_nfi's Avatar
    Join Date
    Nov 2007
    Location
    Central London
    Posts
    281
    Thank Post
    141
    Thanked 22 Times in 18 Posts
    Rep Power
    13
    Thanks. How can I get hold of a copy.

  5. #4
    joe90bass's Avatar
    Join Date
    Oct 2007
    Location
    S Wales
    Posts
    1,269
    Thank Post
    278
    Thanked 99 Times in 89 Posts
    Rep Power
    45
    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

  6. #5

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    11,831
    Blog Entries
    6
    Thank Post
    591
    Thanked 1,040 Times in 918 Posts
    Rep Power
    223
    I have a batch file that will pause a printer, you can set a scheduled task so it does it automatically at certain times.

  7. #6
    Edu-IT's Avatar
    Join Date
    Nov 2007
    Posts
    5,284
    Thank Post
    306
    Thanked 408 Times in 377 Posts
    Rep Power
    103
    Quote Originally Posted by FN-Greatermanchester View Post
    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.
    Printer Queue - stalled job killer

  8. 2 Thanks to Edu-IT:

    contink (11th June 2008), steve_nfi (12th June 2008)

  9. #7
    contink's Avatar
    Join Date
    Jul 2006
    Location
    South Yorkshire
    Posts
    3,814
    Thank Post
    296
    Thanked 318 Times in 224 Posts
    Rep Power
    112
    Quote Originally Posted by Edu-IT View Post
    Here is the script contink is talking about, I think.
    Printer Queue - stalled job killer
    That be the one

  10. #8
    kennysarmy's Avatar
    Join Date
    Oct 2005
    Location
    UK
    Posts
    698
    Thank Post
    52
    Thanked 24 Times in 11 Posts
    Rep Power
    19
    but does anyone know what caused it?
    why it does it?

    we are getting lots of incidents recently here!

  11. #9
    Dom_'s Avatar
    Join Date
    Dec 2008
    Posts
    937
    Thank Post
    142
    Thanked 118 Times in 102 Posts
    Rep Power
    37

    Driver

    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?

  12. #10
    Gibbo's Avatar
    Join Date
    Feb 2008
    Location
    Cheshire
    Posts
    1,895
    Thank Post
    143
    Thanked 294 Times in 196 Posts
    Rep Power
    78
    I had it on a staff laptop. All her documents were being paused. Turns out it was just a corrupt profile.

    Clearing it from the server and her machine sorted it.

SHARE:
+ Post New Thread

Similar Threads

  1. Printing
    By sLiDeR in forum Network and Classroom Management
    Replies: 9
    Last Post: 30th October 2007, 04:33 PM
  2. Printing
    By binky in forum Windows
    Replies: 1
    Last Post: 6th July 2007, 08:09 AM
  3. Printing in OSX - best way?
    By sidewinder in forum Mac
    Replies: 4
    Last Post: 12th January 2007, 04:21 PM
  4. All In One printing
    By adammouse in forum Hardware
    Replies: 3
    Last Post: 4th July 2006, 02:06 PM
  5. Printing
    By SteveT in forum General Chat
    Replies: 8
    Last Post: 12th November 2005, 12:15 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •