
Spriglet #5: Have a print job in Windows that just won’t go away? Here’s how to fix it:
®= right-click, © = click, © © = double-click
- ® on My Computer and choose “Manage”
- © on “Services” in the left pane
- © © on “Print Spooler” in the right pane
- © the “Stop” button
- Leave this window open and hit Windows-E to bring up an Explorer window
- Drill down to c:\windows\system32\printers\spool
- Highlight and delete all of the files in here
- Back on the Print Spooler Properties window, © Start
- © Start, © Settings, © Printers and Faxes, © © the printer with the stuck job
- Hit F5 to refresh. All of the print jobs should now be gone.
UPDATE: Check out the shorter batch file method in the comments below. Thanks, White Panther.








![[wvpv]](http://sprignaturemoves.com/blog/wp-content/uploads/2012/02/mug_cartoon5_300x300_blog.jpg)




![what others do with talent, I do with obstinate fixation [what others do with talent, I do with obstinate fixation]](http://sprignaturemoves.com/blog/wp-content/uploads/2011/05/sm-subtitle1.png)
Faster (batch file)
@echo off
net stop spooler
del /f /q C:Windowssystem32spoolerPRINTERS*.*
net start spooler
remove the “s” from https:// at the beginning of the url.