<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>johna's blog</title>
<link>https://johna.compoutpost.com/</link>
<description>...mostly about web development and programming, with a little bit of anything else related to the Internet, computers and technology.</description>
<item>
<title>What to do when print jobs won't cancel</title>
<link>https://johna.compoutpost.com/blog/345/what-to-do-when-print-jobs-won-t-cancel/</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>https://johna.compoutpost.com/blog/345/what-to-do-when-print-jobs-won-t-cancel/#comments</comments>
<pubDate>2008-01-31T12:00:00+10:00</pubDate>
<category>Windows XP</category>
<guid>https://johna.compoutpost.com/blog/345</guid>
</item>
</channel>
</rss>
