<?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; spooler</title>
	<atom:link href="http://www.ghacks.net/tag/spooler/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 23:31:44 +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>
		<item>
		<title>Change the Print Spooler Directory</title>
		<link>http://www.ghacks.net/2008/02/24/change-the-print-spooler-directory/</link>
		<comments>http://www.ghacks.net/2008/02/24/change-the-print-spooler-directory/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 18:35:59 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[registry tips]]></category>
		<category><![CDATA[spooler]]></category>
		<category><![CDATA[windows registry]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/02/24/change-the-print-spooler-directory/</guid>
		<description><![CDATA[The default Print Spooler directory is located in system32/spool/PRINTERS on the system partition. Changing that directory to another one can have several positive side effects. It could speed up printing if you move it to another hard drive which normally reduces the slow down users experience when printing documents. This is basically the same effect that you experience when moving the Pagefile to another hard drive.]]></description>
			<content:encoded><![CDATA[<p>The default Print Spooler directory is located in system32/spool/PRINTERS on the system partition. Changing that directory to another one can have several positive side effects. It could speed up printing if you move it to another hard drive which normally reduces the slow down users experience when printing documents. This is basically the same effect that you experience when moving the Pagefile to another hard drive.</p>
<p>Changing the Print Spooler directory is an easy task. It can be done by changing the default directory in the Windows Registry. Press Windows R, type regedit and hit enter. This loads the Registry editor. Navigate to the key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers and change the value of the key DefaultSpoolDirectory from C:\Windows\system32\spool\printers to another directory of your choice.</p>
<p>The setting can be alternatively changed in the Control Panel. Double-Click Printers and Faxes. Click on file, Server Properties and change tot he Advanced tab. Type the path of the new directory in the Spool Folder box.</p>
<p><span id="more-3327"></span>It is furthermore possible to change the directory for a selected printer instead. To do that click on the key of the specific printer in the Registry (subdirectory of Printers) and check if the value SpoolDirectory exists.</p>
<p>If the value does not exist create it by right-clicking in the right pane and creating a new REG_SZ value. Name it SpoolDirectory. Now double-click that value and add the path that you want to assign to this printer.</p>

	Tags: <a href="http://www.ghacks.net/tag/printer/" title="printer" rel="tag">printer</a>, <a href="http://www.ghacks.net/tag/registry-tips/" title="registry tips" rel="tag">registry tips</a>, <a href="http://www.ghacks.net/tag/spooler/" title="spooler" rel="tag">spooler</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-registry/" title="windows registry" rel="tag">windows registry</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/04/04/prevent-applications-from-stealing-focus/" title="Prevent applications from stealing focus (April 4, 2008)">Prevent applications from stealing focus</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/02/08/how-to-change-the-edit-application-in-windows/" title="How To Change The Edit Application In Windows (February 8, 2009)">How To Change The Edit Application In Windows</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/defrag-the-registry-with-regdefrag/" title="Defrag the Registry with Regdefrag (May 13, 2008)">Defrag the Registry with Regdefrag</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/04/11/windows-cannot-find-msconfig/" title="Windows Cannot Find Msconfig (April 11, 2009)">Windows Cannot Find Msconfig</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/08/13/view-saved-windows-explorer-folder-settings/" title="View Saved Windows Explorer Folder Settings (August 13, 2008)">View Saved Windows Explorer Folder Settings</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/02/24/change-the-print-spooler-directory/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
