PC Review


Reply
Thread Tools Rate Thread

Clear Printer Spooler Queue

 
 
marvo
Guest
Posts: n/a
 
      14th Oct 2006
Is there a way to clear the printer (HP) spooler queue other
than rebooting the system a couple of times?
Thanks in advance...marvo


 
Reply With Quote
 
 
 
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a
 
      14th Oct 2006
In news:ekpGzD%(E-Mail Removed),
marvo <(E-Mail Removed)> typed:
> Is there a way to clear the printer (HP) spooler queue other
> than rebooting the system a couple of times?
> Thanks in advance...marvo


Are you using a dedicated print server (computer), or are all workstations
printing directly to the printer's internal print server/jetdirect device as
a local printer? You can (usually) delete all items in the queue by opening
the printer object in your computer or on the print server machine's
printers applet.

You can restart the print spooler service - either in Services, or via a
command line -

net stop spooler <enter>
net start spooler <enter>

What's the reason you're having to do this with any frequency, btw?


 
Reply With Quote
 
Jon
Guest
Posts: n/a
 
      14th Oct 2006


I was more than a little surprised to hear the following from "marvo"
<(E-Mail Removed)> in message
news:ekpGzD%(E-Mail Removed)...
> Is there a way to clear the printer (HP) spooler queue other
> than rebooting the system a couple of times?
> Thanks in advance...marvo
>
>


Stop and restart the spooler service

--
Jon

 
Reply With Quote
 
M8RIX
Guest
Posts: n/a
 
      16th Oct 2006
Here is a batch file that someone turned me onto that works very well.
Copy the following text into notepad and save the file as (anything you
want).bat - To use it, just click on the Bat file.

@echo off
echo.
echo Purging the print queue . . .
net stop Spooler
echo Deleting all print jobs . . .
ping localhost -n 4 > nul
del /q %SystemRoot%\system32\spool\printers\*.*
net start Spooler
echo Done!
ping localhost -n 4 > nul



"marvo" <(E-Mail Removed)> wrote in message
news:ekpGzD%(E-Mail Removed)...
> Is there a way to clear the printer (HP) spooler queue other
> than rebooting the system a couple of times?
> Thanks in advance...marvo
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
can't delete printer, print job, or clear spooler folder tai Windows XP Print / Fax 10 26th Jul 2011 02:13 PM
Re: HELP!!!! Can't clear printer queue! Cari \(MS-MVP\) Windows Vista Print / Fax / Scan 1 12th Dec 2008 10:27 PM
Clear Documents in Print Spooler Queue muharah@gmail.com Printers 0 7th Dec 2006 11:05 PM
Printer queue won't clear, won't duplex =?Utf-8?B?QWJieSBL?= Windows XP Print / Fax 1 26th Feb 2005 09:03 PM
Printer Queue Will Not Clear =?Utf-8?B?TWluaXN0ZXJK?= Microsoft Windows 2000 3 18th Dec 2004 02:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:36 PM.