<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>John's Technology Blog</title>
<link>http://www.asp.johnavis.com/</link>
<description>My blog including my Classic ASP tips and tricks, sample scripts, and applications, plus JavaScript; and my experiences with buying and selling on eBay and using PayPal.</description>
<item>
<title>What to do when print jobs won't cancel</title>
<link>http://www.asp.johnavis.com/blog/default.asp?id=345</link>
<description>&lt;i&gt;[This post has nothing to do with ASP but contains valuable information for Windows users.]&lt;/i&gt;&lt;br&gt;&lt;br&gt;Have you ever had one of those print jobs that you cannot cancel. You try cancelling it, switching off the printer, restarting the computer, and it still wants to print?&lt;br&gt;&lt;br&gt;The following commands should solve the problem once and for all. They stop the print spooler, delete any print jobs, then restart the print spooler service.&lt;br&gt;&lt;br&gt;&lt;pre&gt;net stop spooler&lt;br&gt;del %systemroot%\system32\spool\printers\*.shd&lt;br&gt;del %systemroot%\system32\spool\printers\*.spl&lt;br&gt;net start spooler&lt;/pre&gt;You can download the commands in a handy batch file that you can simply double-click on to cancel all current print jobs at any time.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;/blog/uploads/att345_DeletePrintJobs.zip&quot;&gt;DeletePrintJobs.zip&lt;/a&gt;</description>
<comments>http://www.asp.johnavis.com/blog/default.asp?id=345&amp;comments=on#comments</comments>
<pubDate>2008-01-31T12:00:00+10:00</pubDate>
</item>
</channel>
</rss>
