PC Review


Reply
Thread Tools Rate Thread

How can I stop or clear the print spooler?

 
 
Mike W
Guest
Posts: n/a
 
      23rd May 2007
I had a network printer set up in my house and my laptop would print
to it. I now have removed the printer. I mistakenly tried to print
something and recieved an error message that the printer couldn't be
found. Now I continually get the same message that the item will
print when the printer is back and now I can't get into hibernate mode
because the print spooler won't allow it. How can I clear or stop the
printing job? Thanks for any help. Running XP, sp2.

 
Reply With Quote
 
 
 
 
Malke
Guest
Posts: n/a
 
      23rd May 2007
Mike W wrote:
> I had a network printer set up in my house and my laptop would print
> to it. I now have removed the printer. I mistakenly tried to print
> something and recieved an error message that the printer couldn't be
> found. Now I continually get the same message that the item will
> print when the printer is back and now I can't get into hibernate mode
> because the print spooler won't allow it. How can I clear or stop the
> printing job? Thanks for any help. Running XP, sp2.
>


Start>Run>services.msc [enter]

Scroll down to the print spooler service and double-click it to gets its
Properties. Click on the button to Stop the service. Reboot. Then do the
same thing to make sure the service has restarted. If this doesn't clear
it, then go to the Printers applet in Control Panel and make sure your
old printer doesn't show up. If it shows up, right-click it to get its
Properties and cancel all jobs.


Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
 
Reply With Quote
 
John John
Guest
Posts: n/a
 
      23rd May 2007
Mike W wrote:

> I had a network printer set up in my house and my laptop would print
> to it. I now have removed the printer. I mistakenly tried to print
> something and recieved an error message that the printer couldn't be
> found. Now I continually get the same message that the item will
> print when the printer is back and now I can't get into hibernate mode
> because the print spooler won't allow it. How can I clear or stop the
> printing job? Thanks for any help. Running XP, sp2.


At a command prompt issue the following commands, pressing enter after
each line:

NET STOP SPOOLER
cd %systemroot%\SYSTEM32\spool\PRINTERS
del *.spl
del *.shd
NET START SPOOLER

That will delete ALL the print jobs.

John

 
Reply With Quote
 
HeyBub
Guest
Posts: n/a
 
      23rd May 2007
John John wrote:
> Mike W wrote:
>
>> I had a network printer set up in my house and my laptop would print
>> to it. I now have removed the printer. I mistakenly tried to print
>> something and recieved an error message that the printer couldn't be
>> found. Now I continually get the same message that the item will
>> print when the printer is back and now I can't get into hibernate
>> mode because the print spooler won't allow it. How can I clear or
>> stop the printing job? Thanks for any help. Running XP, sp2.

>
> At a command prompt issue the following commands, pressing enter after
> each line:
>
> NET STOP SPOOLER
> cd %systemroot%\SYSTEM32\spool\PRINTERS
> del *.spl
> del *.shd
> NET START SPOOLER
>
> That will delete ALL the print jobs.


Better would be to put the above in a batch file with a shortcut on the
desktop.

Here's our PURGE.BAT

@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



 
Reply With Quote
 
Allen
Guest
Posts: n/a
 
      23rd May 2007
HeyBub wrote:
> John John wrote:
>> Mike W wrote:
>>
>>> I had a network printer set up in my house and my laptop would print
>>> to it. I now have removed the printer. I mistakenly tried to print
>>> something and recieved an error message that the printer couldn't be
>>> found. Now I continually get the same message that the item will
>>> print when the printer is back and now I can't get into hibernate
>>> mode because the print spooler won't allow it. How can I clear or
>>> stop the printing job? Thanks for any help. Running XP, sp2.

>> At a command prompt issue the following commands, pressing enter after
>> each line:
>>
>> NET STOP SPOOLER
>> cd %systemroot%\SYSTEM32\spool\PRINTERS
>> del *.spl
>> del *.shd
>> NET START SPOOLER
>>
>> That will delete ALL the print jobs.

>
> Better would be to put the above in a batch file with a shortcut on the
> desktop.
>
> Here's our PURGE.BAT
>
> @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
>
>
>

HeyBub--

That must be the batch file that I downloaded a few months ago from this
NG. Thank you, thank you, thank you! I t has saved me a great deal of
time over that period of a few months.
Allen
 
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
Clear Documents in Print Spooler Queue muharah@gmail.com Printers 0 7th Dec 2006 11:05 PM
Print Spooler won't clear when using Print Server RBF Windows XP Print / Fax 0 16th Jun 2005 09:11 PM
Spooler can't clear print job Pat Windows XP Print / Fax 0 22nd Sep 2003 03:10 PM
spooler won't clear after print job is finished Kevi Stibitz Windows XP Print / Fax 0 15th Aug 2003 04:15 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:12 AM.