<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech N Life &#187; Dialog box</title>
	<atom:link href="http://tech-n-life.com/index.php/tag/dialog-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech-n-life.com</link>
	<description>Your Tech Update</description>
	<lastBuildDate>Tue, 16 Aug 2011 08:26:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>yoU NeEd ThiS Tip &#8211; How To Force A Printer To Cancel A Print Job</title>
		<link>http://tech-n-life.com/index.php/2010/03/you-need-this-tip-how-to-force-a-printer-to-cancel-a-print-job/</link>
		<comments>http://tech-n-life.com/index.php/2010/03/you-need-this-tip-how-to-force-a-printer-to-cancel-a-print-job/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:32:40 +0000</pubDate>
		<dc:creator>Konrad Walsh-(admin)</dc:creator>
				<category><![CDATA[Hardware & Software]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Batch file]]></category>
		<category><![CDATA[Dialog box]]></category>
		<category><![CDATA[Double-click]]></category>
		<category><![CDATA[Lexmark]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[Spooling]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://tech-n-life.com/?p=2156</guid>
		<description><![CDATA[There are two big annoyances with Printers, one is when Windows cannot kill the print job and second is when the paper is stuck. In both situations hitting the Cancel button is useless, since Windows can in fact never kill the print job while the temp file is created and the job is still in [...]]]></description>
			<content:encoded><![CDATA[<div id="in_post_ad_top_1" style="margin: 5px;padding: 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-8350415631214616";
/* 300x250, created 2/22/10 */
google_ad_slot = "4891633524";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>There are two big annoyances with Printers, one is when Windows  cannot kill the print job and second is when the paper is stuck. In both  situations hitting the Cancel button is useless, since Windows can in  fact never kill the print job while the temp file is created and the job  is still in use.</p>

<p><br class="spacer_" /></p>

<p>To fix this  issue, you need to first open the task manager, stop spoolsv.exe  service, and then delete everything inside the following directory,</p>

<blockquote><p>C:\windows\system32\spool\printers\</p></blockquote>

<p>Now  open Run dialog box, enter spoolsv.exe and hit Enter. Doing this will  run the spoolsv.exe service again.</p>

<p>If you face this problem  frequently, why not create a simple batch file which can perform all  these actions for you? To do so, copy the following text in the notepad  and save it as “AddictiveTipsFixPrinter.bat”:</p>

<blockquote><div id="in_post_ad_middle_1" style="margin: 5px;padding: 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-8350415631214616";
google_ad_slot = "2064052456";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div><p>@echo  off<br />
 echo Stopping print spooler.<br />
 echo.<br />
 net stop spooler<br />
 echo Erasing Temporary Junk Printer Documents<br />
 echo.<br />
 del /Q /F /S  “%systemroot%\System32\Spool\Printers\*.*<br />
 echo Starting print  spooler.<br />
 echo.<br />
 net start spooler</p></blockquote>

<p>To make it  easier, we have provided the batch file below. All you need to do is to  double-click it and try printing again.</p>

<p>If you have Lexmark <a href="http://www.addictivetips.com/tag/printer/">printer</a>, you need  to add the following code after the “net stop spooler” command:</p>

<blockquote><p>sc  config spooler depend= RPCSS</p></blockquote>

<p>This is important  because Lemark printer can seriously mess up the services and makes it  impossible to start the print spooler. Thanks goes to <a href="http://www.bradkovach.com/printflush/">Print Flush</a> for the  code.</p>

<p><br class="spacer_" /></p>

<p>VIA Addictive</p>

<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/0e4986e0-2ff5-4456-b8b1-c8e527dd34a5/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=0e4986e0-2ff5-4456-b8b1-c8e527dd34a5" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution">
<script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script>
</span></div><div id="in_post_ad_bottom_1" style="clear:both;margin: 5px;padding: 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-8350415631214616";
/* 300x250, created 2/22/10 */
google_ad_slot = "4891633524";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://tech-n-life.com/index.php/2010/03/you-need-this-tip-how-to-force-a-printer-to-cancel-a-print-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

