Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Clear Printer Spooler Queue

32 views
Skip to first unread message

marvo

unread,
Oct 14, 2006, 6:34:52 PM10/14/06
to
Is there a way to clear the printer (HP) spooler queue other
than rebooting the system a couple of times?
Thanks in advance...marvo


Jon

unread,
Oct 14, 2006, 6:52:32 PM10/14/06
to

I was more than a little surprised to hear the following from "marvo"
<marvo...@spamcop.net> in message
news:ekpGzD%237GH...@TK2MSFTNGP05.phx.gbl...


> 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

Lanwench [MVP - Exchange]

unread,
Oct 14, 2006, 6:49:48 PM10/14/06
to
In news:ekpGzD%237GH...@TK2MSFTNGP05.phx.gbl,
marvo <marvo...@spamcop.net> 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?


M8RIX

unread,
Oct 15, 2006, 8:23:56 PM10/15/06
to
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" <marvo...@spamcop.net> wrote in message
news:ekpGzD%237GH...@TK2MSFTNGP05.phx.gbl...

0 new messages