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 ...
-
12th December 2008, 03:10 PM #1 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
-
-
IDG Tech News
-
12th December 2008, 03:12 PM #2 restart the print spooler service?
-
-
12th December 2008, 03:23 PM #3 Would Prnqctl.vbs found in \windows\system32 help?
Iain.
-
-
12th December 2008, 03:28 PM #4 Go to the UNC path of the machine, Printers and Faxes, then open the print queue from there?
-
-
12th December 2008, 07:53 PM #5 If it's a local printer, can you not give them print management access ?
Then they can clear it themselves... in theory
-
-
12th December 2008, 07:55 PM #6 
Originally Posted by
User3204
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.
-
-
12th December 2008, 09:56 PM #7 Use computer management to remotely restart the spooler.
Or delete them as webman says.
-
-
13th December 2008, 12:20 PM #8 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.
-
-
17th December 2008, 01:01 PM #9 Thanks guys for all the answers. Plenty for me to go at!
-
SHARE:
Similar Threads
-
By mark in forum Hardware
Replies: 7
Last Post: 23rd October 2008, 08:48 PM
-
Replies: 11
Last Post: 1st October 2008, 12:09 PM
-
By starscream in forum Windows
Replies: 7
Last Post: 20th June 2007, 10:52 AM
-
By speckytecky in forum Hardware
Replies: 7
Last Post: 26th March 2007, 09:56 PM
-
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
-
Forum Rules