<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to forcefully clear all jobs from a print queue</title>
	<atom:link href="http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 22:28:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: sue B</title>
		<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/comment-page-1/#comment-62757</link>
		<dc:creator>sue B</dc:creator>
		<pubDate>Wed, 10 Aug 2011 10:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/2007/03/uncategorized/how-to-forcefully-clear-all-jobs-from-a-print-queue/#comment-62757</guid>
		<description>This worked well on Windows 7, using HP Officejet Pro 8500A with HP Deskjet 9800 driver.  Thanks!</description>
		<content:encoded><![CDATA[<p>This worked well on Windows 7, using HP Officejet Pro 8500A with HP Deskjet 9800 driver.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/comment-page-1/#comment-48056</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 29 Oct 2010 14:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/2007/03/uncategorized/how-to-forcefully-clear-all-jobs-from-a-print-queue/#comment-48056</guid>
		<description>Hello.  This guide helped - thank you!  however, I see the gentleman above tried to give us an easy way to make a batch file to do this process automatically... but its a little wrong.  I thought a step-by-step would help out a little...

1.  Create a new Notepad Document.

2.  Copy &amp; Paste this into that document:

net stop spooler
del /f C:\Windows\System32\spool\printers\*.*
net start spooler

3.  Goto &#039;File&#039;, &#039;Save As&#039;, then choose where you want to save the file and save it as &quot;Clear Print Que.bat&quot; (without quotes).

4. Close Notepad and you&#039;re done!

Now, to use this in the future, just run the .bat file, during which it will ask you if you&#039;re sure you want to continue, hit the &#039;y&#039; key and press enter to finish up the operation.  

Note:  the man above didnt have this line right in his original post:
&quot;del /f C:Windows\System32\spool\printers\*.*&quot;
should have been:
&quot;del /f C:\Windows\System32\spool\printers\*.*&quot;
-notice the backslash, &quot;\&quot;, in between C: and Windows in the corrected version.</description>
		<content:encoded><![CDATA[<p>Hello.  This guide helped &#8211; thank you!  however, I see the gentleman above tried to give us an easy way to make a batch file to do this process automatically&#8230; but its a little wrong.  I thought a step-by-step would help out a little&#8230;</p>
<p>1.  Create a new Notepad Document.</p>
<p>2.  Copy &amp; Paste this into that document:</p>
<p>net stop spooler<br />
del /f C:\Windows\System32\spool\printers\*.*<br />
net start spooler</p>
<p>3.  Goto &#8216;File&#8217;, &#8216;Save As&#8217;, then choose where you want to save the file and save it as &#8220;Clear Print Que.bat&#8221; (without quotes).</p>
<p>4. Close Notepad and you&#8217;re done!</p>
<p>Now, to use this in the future, just run the .bat file, during which it will ask you if you&#8217;re sure you want to continue, hit the &#8216;y&#8217; key and press enter to finish up the operation.  </p>
<p>Note:  the man above didnt have this line right in his original post:<br />
&#8220;del /f C:Windows\System32\spool\printers\*.*&#8221;<br />
should have been:<br />
&#8220;del /f C:\Windows\System32\spool\printers\*.*&#8221;<br />
-notice the backslash, &#8220;\&#8221;, in between C: and Windows in the corrected version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ann</title>
		<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/comment-page-1/#comment-41201</link>
		<dc:creator>Ann</dc:creator>
		<pubDate>Thu, 15 Jul 2010 21:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/2007/03/uncategorized/how-to-forcefully-clear-all-jobs-from-a-print-queue/#comment-41201</guid>
		<description>Thank you for the clear and easy to follow instructions. It worked perfectly.</description>
		<content:encoded><![CDATA[<p>Thank you for the clear and easy to follow instructions. It worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jodi</title>
		<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/comment-page-1/#comment-38560</link>
		<dc:creator>Jodi</dc:creator>
		<pubDate>Tue, 01 Jun 2010 17:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/2007/03/uncategorized/how-to-forcefully-clear-all-jobs-from-a-print-queue/#comment-38560</guid>
		<description>Thank you for posting this! For someone who doesn&#039;t muck around much in the Administrative tools part of the computer much, each step was clear and easy to follow.</description>
		<content:encoded><![CDATA[<p>Thank you for posting this! For someone who doesn&#8217;t muck around much in the Administrative tools part of the computer much, each step was clear and easy to follow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexP</title>
		<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/comment-page-1/#comment-36912</link>
		<dc:creator>AlexP</dc:creator>
		<pubDate>Thu, 06 May 2010 10:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/2007/03/uncategorized/how-to-forcefully-clear-all-jobs-from-a-print-queue/#comment-36912</guid>
		<description>Totally does what it says on the label. Just wish I&#039;d thought of this site 2 hours ago!</description>
		<content:encoded><![CDATA[<p>Totally does what it says on the label. Just wish I&#8217;d thought of this site 2 hours ago!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cesar</title>
		<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/comment-page-1/#comment-36656</link>
		<dc:creator>cesar</dc:creator>
		<pubDate>Sat, 01 May 2010 03:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/2007/03/uncategorized/how-to-forcefully-clear-all-jobs-from-a-print-queue/#comment-36656</guid>
		<description>Que tal.

yo tengo un problema similar, desconectamos una impresora hp de la red, pero la  conectamos dias despues y  tiene una cola de impresion muy grande al conectarla comienza  a imprimir, y no se como cancelar  esos trabajos. alguien me podria ayudar? tengo privilegios de administrador pero no tengo acceso  al servidor.</description>
		<content:encoded><![CDATA[<p>Que tal.</p>
<p>yo tengo un problema similar, desconectamos una impresora hp de la red, pero la  conectamos dias despues y  tiene una cola de impresion muy grande al conectarla comienza  a imprimir, y no se como cancelar  esos trabajos. alguien me podria ayudar? tengo privilegios de administrador pero no tengo acceso  al servidor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muks</title>
		<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/comment-page-1/#comment-36438</link>
		<dc:creator>Muks</dc:creator>
		<pubDate>Tue, 27 Apr 2010 10:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/2007/03/uncategorized/how-to-forcefully-clear-all-jobs-from-a-print-queue/#comment-36438</guid>
		<description>Hi... I faced a very strange situation yesterday. I clicked on print spooler and stopped the service. Then I cleared all the pending jobs and then started the print spooler again. But to my surprise now the printers have also got deleted (the one which we see from printers and faxes in control panel). Could you please explain what could be the reason for the same and how to rectify it?</description>
		<content:encoded><![CDATA[<p>Hi&#8230; I faced a very strange situation yesterday. I clicked on print spooler and stopped the service. Then I cleared all the pending jobs and then started the print spooler again. But to my surprise now the printers have also got deleted (the one which we see from printers and faxes in control panel). Could you please explain what could be the reason for the same and how to rectify it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary</title>
		<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/comment-page-1/#comment-33944</link>
		<dc:creator>Mary</dc:creator>
		<pubDate>Wed, 17 Mar 2010 09:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/2007/03/uncategorized/how-to-forcefully-clear-all-jobs-from-a-print-queue/#comment-33944</guid>
		<description>Wonderful, Kalyhan.  This has saved us novices much grief.  Thank you</description>
		<content:encoded><![CDATA[<p>Wonderful, Kalyhan.  This has saved us novices much grief.  Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalyhan</title>
		<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/comment-page-1/#comment-32045</link>
		<dc:creator>kalyhan</dc:creator>
		<pubDate>Sun, 14 Feb 2010 16:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/2007/03/uncategorized/how-to-forcefully-clear-all-jobs-from-a-print-queue/#comment-32045</guid>
		<description>Found the solution from another Vista user online for Vista Home Premium Users:

If you are on Vista Home Premium, go through the following steps to clear &quot;deleted&quot; print jobs from the print queue.

 1) Go to Control Panel

2) Select System and Maintenance

3) Select Administrative Tools

4) Double-click on Services

5) In the list of services, scroll down until you find one called &quot;Print Spooler&quot;

6) Right-click on &quot;Print Spooler&quot; and select &quot;Restart&quot;

7) The &quot;deleted&quot; jobs will disappear and any queued jobs in your print queue will print

My printer did spit out two blank sheets of paper - but it DID work.</description>
		<content:encoded><![CDATA[<p>Found the solution from another Vista user online for Vista Home Premium Users:</p>
<p>If you are on Vista Home Premium, go through the following steps to clear &#8220;deleted&#8221; print jobs from the print queue.</p>
<p> 1) Go to Control Panel</p>
<p>2) Select System and Maintenance</p>
<p>3) Select Administrative Tools</p>
<p>4) Double-click on Services</p>
<p>5) In the list of services, scroll down until you find one called &#8220;Print Spooler&#8221;</p>
<p>6) Right-click on &#8220;Print Spooler&#8221; and select &#8220;Restart&#8221;</p>
<p>7) The &#8220;deleted&#8221; jobs will disappear and any queued jobs in your print queue will print</p>
<p>My printer did spit out two blank sheets of paper &#8211; but it DID work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalyhan</title>
		<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/comment-page-1/#comment-32043</link>
		<dc:creator>kalyhan</dc:creator>
		<pubDate>Sun, 14 Feb 2010 16:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/2007/03/uncategorized/how-to-forcefully-clear-all-jobs-from-a-print-queue/#comment-32043</guid>
		<description>I&#039;ve tried this several times over the past year.  Maybe because I have Vista, I am left with 2 Shockwave files in the printers folder that won&#039;t delete.  Can anyone advise how to delete these two files - until then, the print spooler remains locked up.  Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried this several times over the past year.  Maybe because I have Vista, I am left with 2 Shockwave files in the printers folder that won&#8217;t delete.  Can anyone advise how to delete these two files &#8211; until then, the print spooler remains locked up.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sb</title>
		<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/comment-page-1/#comment-29351</link>
		<dc:creator>sb</dc:creator>
		<pubDate>Wed, 23 Dec 2009 17:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/2007/03/uncategorized/how-to-forcefully-clear-all-jobs-from-a-print-queue/#comment-29351</guid>
		<description>You&#039;re a hero - thanks! My print queue is no longer jammed up! Added to my favourites!</description>
		<content:encoded><![CDATA[<p>You&#8217;re a hero &#8211; thanks! My print queue is no longer jammed up! Added to my favourites!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Le@ndro</title>
		<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/comment-page-1/#comment-28710</link>
		<dc:creator>Le@ndro</dc:creator>
		<pubDate>Fri, 11 Dec 2009 18:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/2007/03/uncategorized/how-to-forcefully-clear-all-jobs-from-a-print-queue/#comment-28710</guid>
		<description>Really great! I was tired of restarting the print server all the time.

BIG thanks!</description>
		<content:encoded><![CDATA[<p>Really great! I was tired of restarting the print server all the time.</p>
<p>BIG thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/comment-page-1/#comment-28692</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Fri, 11 Dec 2009 15:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/2007/03/uncategorized/how-to-forcefully-clear-all-jobs-from-a-print-queue/#comment-28692</guid>
		<description>Worked perfect, but I still had to go back and clear the queue one last time. You may want to add that to the write-up.</description>
		<content:encoded><![CDATA[<p>Worked perfect, but I still had to go back and clear the queue one last time. You may want to add that to the write-up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/comment-page-1/#comment-28533</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 09 Dec 2009 19:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/2007/03/uncategorized/how-to-forcefully-clear-all-jobs-from-a-print-queue/#comment-28533</guid>
		<description>Wow, that worked great and it was badly needed.  Thank you for the instructions.  We are up and running once again!</description>
		<content:encoded><![CDATA[<p>Wow, that worked great and it was badly needed.  Thank you for the instructions.  We are up and running once again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Almostillmatic</title>
		<link>http://www.online-tech-tips.com/computer-tips/how-to-forcefully-clear-all-jobs-from-a-print-queue/comment-page-1/#comment-27615</link>
		<dc:creator>Almostillmatic</dc:creator>
		<pubDate>Mon, 23 Nov 2009 04:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/2007/03/uncategorized/how-to-forcefully-clear-all-jobs-from-a-print-queue/#comment-27615</guid>
		<description>Exactly what I needed. Thank you for the simple solution. Printers are back up and running!</description>
		<content:encoded><![CDATA[<p>Exactly what I needed. Thank you for the simple solution. Printers are back up and running!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/22 queries in 0.007 seconds using disk
Object Caching 496/502 objects using disk

Served from: www.online-tech-tips.com @ 2012-02-13 13:11:07 -->
