<?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>gHacks technology news &#187; printers</title>
	<atom:link href="http://www.ghacks.net/tag/printers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 22:02:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Deal With Stuck Print Jobs</title>
		<link>http://www.ghacks.net/2008/12/11/how-to-deal-with-stuck-print-jobs/</link>
		<comments>http://www.ghacks.net/2008/12/11/how-to-deal-with-stuck-print-jobs/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 16:50:15 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[print job]]></category>
		<category><![CDATA[print job stuck]]></category>
		<category><![CDATA[printer jammed]]></category>
		<category><![CDATA[printer stuck]]></category>
		<category><![CDATA[printer tips]]></category>
		<category><![CDATA[printers]]></category>
		<category><![CDATA[spooler]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8916</guid>
		<description><![CDATA[It happens from time to time that a print job is not processed by Windows and that it cannot be deleted at the same time; A stuck print job so to speak which will block all the other print jobs from being processed. Even a restart of the computer system will not get rid of [...]]]></description>
			<content:encoded><![CDATA[<p>It happens from time to time that a print job is not processed by Windows and that it cannot be deleted at the same time; A stuck print job so to speak which will block all the other print jobs from being processed. Even a restart of the computer system will not get rid of the stuck print job. There is however a fast and efficient method to remove the stuck print job from the print queue. All that basically needs to be done is to stop the Print Spooler service, delete the stuck print jobs manually and restart the Print Spooler service afterwards.</p>
<p>This can all be done in the Windows command line for maximum effectiveness or in the Windows Explorer interface for users who prefer to click their way through the process. To use the GUI approach you press [Windows R], type [services.msc] and look for the Print Spooler service. Right-click that service and select [Stop] from the context menu. This will stop the Print Spooler which will make it possible to delete the print jobs in the print queue. Keep the window open as we need it again to start the Print Spooler service.</p>
<p>Now use Windows Explorer to open <strong>%systemroot%\system32\spool\printers\</strong> and delete all files that are found inside. Once that has been done it is time to start the Print Spooler service again. This is done in the same menu where it was stopped. a right-click will not show an option to [Start] the Print Spooler service again. All print jobs should be gone and it should be possible to run new print jobs again.</p>
<p><span id="more-8916"></span>If you prefer the command line you can run the following four commands for the same effect. It is probably a good idea to add them to a batch script.</p>
<p><code>net stop spooler<br />
del %systemroot%\system32\spool\printers\*.shd<br />
del %systemroot%\system32\spool\printers\*.spl<br />
net start spooler</code></p>
<p>The script does exactly the same as the manual method.</p>

	Tags: <a href="http://www.ghacks.net/tag/print-job/" title="print job" rel="tag">print job</a>, <a href="http://www.ghacks.net/tag/print-job-stuck/" title="print job stuck" rel="tag">print job stuck</a>, <a href="http://www.ghacks.net/tag/printer-jammed/" title="printer jammed" rel="tag">printer jammed</a>, <a href="http://www.ghacks.net/tag/printer-stuck/" title="printer stuck" rel="tag">printer stuck</a>, <a href="http://www.ghacks.net/tag/printer-tips/" title="printer tips" rel="tag">printer tips</a>, <a href="http://www.ghacks.net/tag/printers/" title="printers" rel="tag">printers</a>, <a href="http://www.ghacks.net/tag/spooler/" title="spooler" rel="tag">spooler</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/24/change-the-print-spooler-directory/" title="Change the Print Spooler Directory (February 24, 2008)">Change the Print Spooler Directory</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/08/19/xdn-tweaker-for-windows/" title="XdN Tweaker for Windows (August 19, 2007)">XdN Tweaker for Windows</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/03/02/windows-xp-run-count-list-and-editor/" title="Windows XP Run Count List and Editor (March 2, 2008)">Windows XP Run Count List and Editor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/12/15/windows-xp-prompts-to-activate-every-time/" title="Windows XP prompts to activate every time (December 15, 2007)">Windows XP prompts to activate every time</a> (6)</li>
	<li><a href="http://www.ghacks.net/2005/12/11/windows-xp-diagnostic-guide/" title="Windows Xp Diagnostic Guide (December 11, 2005)">Windows Xp Diagnostic Guide</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/11/how-to-deal-with-stuck-print-jobs/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
