PC Review


Reply
Thread Tools Rating: Thread Rating: 4 votes, 5.00 average.

can't delete printer, print job, or clear spooler folder

 
 
New Member
Join Date: Jul 2011
Posts: 1
 
      26th Jul 2011
[QUOTE=tralfaz;10755814]
Quote:
Originally Posted by t1janpr33
I've created a batchfile that will stop the spoolerservice, delete all existing SPL and SHP files, then restart the spoolerservice
.........................................................................................

Great post and very useful batch file! thanks t1janpr33!

I needed to use it so often that I made an icon on my desktop for it.
Here's how that is done, in case someone need to know...

Copy t1janpr33's code and make a batch file with it like this..

Select this following code with your mouse:

@echo off
cls
net stop spooler
del %systemroot%\system32\spool\*.spl
del %systemroot%\system32\spool\*.shd

net start spooler

Press CTRL C to copy it to your clipboard

Open notepad
Paste that code into notepad with CTRL V

Click on File-->Save As
Change the type of file from txt to "All Files"
Give it a file name like "Cancel Print jobs.bat"
Save it to a location that you will remember. I saved mine to C:\
(the root directory of the C drive). Don't save it to your desktop because you can't change the icon for it if you do.

Go to your desktop view
Right click on the desktop and chose NEW-->Shortcut
Click on the browse button and locate your file "Cancel Print Jobs.bat" in the root directory of drive C (or wherever you put it).
Click NEXT
I changed the shortcut name to Cancel Print jobs (left off the .bat part)
Now find the new icon on your desktop and right click it
Click on "Properties"
click on "Change Icon"
Select a printer icon

That's it. Thanks again to t1janpr33 for providing the very useful batch file code.

tralfaz
Brilliant SOLUTION....Our IT manager was not able to solve my problem. good thing i found this solution in google...Thanks guys...
 
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
How can I stop or clear the print spooler? Mike W Windows XP General 4 23rd May 2007 05:06 PM
Clear Printer Spooler Queue marvo Windows XP General 3 16th Oct 2006 01:23 AM
Is it Possible: Watch print spooler--if print appears, extract print data as file to disk and delete from spooler RDI Microsoft VB .NET 0 7th Apr 2004 09:38 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 01:13 PM.