<?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>mylivingtech.com&#187; Mylivingtech.com</title>
	<atom:link href="http://mylivingtech.com/tag/tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://mylivingtech.com</link>
	<description>Experiences from Living with Technologies</description>
	<lastBuildDate>Tue, 20 Jul 2010 09:32:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Quick TIP :  Cancelling Print jobs without restarting</title>
		<link>http://mylivingtech.com/2009/01/general/quick-tip-cancelling-print-jobs-without-restarting/</link>
		<comments>http://mylivingtech.com/2009/01/general/quick-tip-cancelling-print-jobs-without-restarting/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 04:38:25 +0000</pubDate>
		<dc:creator>Geekboy</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://mylivingtech.com/?p=149</guid>
		<description><![CDATA[Clicked on the &#8220;Print&#8221; command? but realised that you forgot to change something? You may even know to use the Printer Spooler function in Windows XP and Vista. But it just shows it&#8217;s deleting the Print job but takes forever! Here&#8217;s a quick tip. Open a command prompt (go to Start &#124; Run, then type [...]]]></description>
			<content:encoded><![CDATA[<p>Clicked on the &#8220;Print&#8221; command? but realised that you forgot to change something?</p>
<p><img class="alignleft size-full wp-image-153" title="killprinterjob" src="http://mylivingtech.com/wp-content/uploads/2009/01/killprinterjob.gif" alt="killprinterjob" width="400" height="133" />You may even know to use the Printer Spooler function in Windows XP and Vista. But it just shows it&#8217;s deleting the Print job but takes forever!</p>
<p>Here&#8217;s a quick tip.</p>
<p>Open a command prompt (go to Start | Run, then type cmd) and enter the following:</p>
<p><code>net stop spooler<br />
del c:\windows\system32\spool\printers\*.shd<br />
del c:\windows\system32\spool\printers\*.spl<br />
net start spooler</code></p>
<p>It should kill all the pending jobs to your printer&#8230;</p>
<p>You can download the batch file from here.   <a title="Kill Printer Jobs. batch file" href="http://mylivingtech.com/wp-content/uploads/files/killprinterjobs.bat">killprinterjobs.bat</a><br />
<em>[Please check if your folder names are the same before using!<br />
Right mouse click and save it to your main hard disk directory to run from cmd.]</em></p>
<p>Save some trees and recycle your paper. <img src='http://mylivingtech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://mylivingtech.com/2009/01/general/quick-tip-cancelling-print-jobs-without-restarting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
