+ Post New Thread
Results 1 to 9 of 9
Windows Thread, Deleting Prints From Remote PC in Technical; I often get calls like "the printer is not printing and we can't delete the print queue because the prints ...
  1. #1
    moggy's Avatar
    Join Date
    Nov 2007
    Location
    Derbyshire
    Posts
    114
    Thank Post
    14
    Thanked 2 Times in 2 Posts
    Rep Power
    10

    Deleting Prints From Remote PC

    I often get calls like "the printer is not printing and we can't delete the print queue because the prints which are stuck are another users".

    The printer concerned is a locally connected colour A3 printer.

    I usually finish having to go down to the PC, log off the current user, log on as admin and delete the 'stuck' prints, then hand back to the user.

    Is there a way I can delete the printers queue remotely say from a run command, i.e. is there a well known path which will give me remote access to the queue to delete the offending files?

    TIA

  2. IDG Tech News

  3. #2

    Join Date
    Mar 2007
    Posts
    1,318
    Thank Post
    52
    Thanked 153 Times in 142 Posts
    Rep Power
    38
    restart the print spooler service?

  4. #3
    Iain's Avatar
    Join Date
    Oct 2006
    Location
    Warwickshire
    Posts
    162
    Thank Post
    25
    Thanked 79 Times in 44 Posts
    Rep Power
    25
    Would Prnqctl.vbs found in \windows\system32 help?

    Iain.

  5. #4

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,284
    Blog Entries
    2
    Thank Post
    598
    Thanked 879 Times in 617 Posts
    Rep Power
    287
    Go to the UNC path of the machine, Printers and Faxes, then open the print queue from there?

  6. #5
    User3204's Avatar
    Join Date
    Aug 2006
    Location
    Wirral
    Posts
    739
    Thank Post
    54
    Thanked 62 Times in 58 Posts
    Rep Power
    28
    If it's a local printer, can you not give them print management access ?

    Then they can clear it themselves... in theory

  7. #6
    Sylv3r's Avatar
    Join Date
    Jul 2005
    Location
    Co. Durham
    Posts
    2,784
    Thank Post
    340
    Thanked 295 Times in 260 Posts
    Rep Power
    111
    Quote Originally Posted by User3204 View Post
    If it's a local printer, can you not give them print management access ?

    Then they can clear it themselves... in theory
    Yep, that works here.

  8. #7
    Galway's Avatar
    Join Date
    Jun 2007
    Location
    West Yorkshire
    Posts
    692
    Thank Post
    5
    Thanked 95 Times in 82 Posts
    Rep Power
    23
    Use computer management to remotely restart the spooler.

    Or delete them as webman says.

  9. #8

    Join Date
    Feb 2006
    Location
    Derbyshire
    Posts
    1,381
    Thank Post
    181
    Thanked 211 Times in 171 Posts
    Rep Power
    60
    If it is an odd file/corrupt job/windows randomness that is causing a problem with the spooler, restarting the service won't always fix it. You may also need to clear files from the spool directory.

    In a batch file -

    net stop spooler
    del %systemroot%\system32\spool\printers\*.shd
    del %systemroot%\system32\spool\printers\*.spl
    net start spooler

    You can psexec this remotely, or you could wrap an autoit script/tool of your choice around it and set it to 'runas' a local admin so other users on the PC can run it and fix the queue themself.

  10. #9
    moggy's Avatar
    Join Date
    Nov 2007
    Location
    Derbyshire
    Posts
    114
    Thank Post
    14
    Thanked 2 Times in 2 Posts
    Rep Power
    10
    Thanks guys for all the answers. Plenty for me to go at!

SHARE:
+ Post New Thread

Similar Threads

  1. Replies: 7
    Last Post: 23rd October 2008, 08:48 PM
  2. Release prints but not print...
    By amvc in forum Windows
    Replies: 11
    Last Post: 1st October 2008, 12:09 PM
  3. Prints won't collate?
    By starscream in forum Windows
    Replies: 7
    Last Post: 20th June 2007, 10:52 AM
  4. Replies: 7
    Last Post: 26th March 2007, 09:56 PM
  5. Colour laser prints too dark!
    By altecsole in forum Windows
    Replies: 1
    Last Post: 23rd January 2006, 05:19 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
  •