<?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>SysSU.com &#187; How to</title>
	<atom:link href="http://syssu.com/category/how-to/feed" rel="self" type="application/rss+xml" />
	<link>http://syssu.com</link>
	<description>Tech blog and Forum</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:22:02 +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>Stop The Never Ending &#8220;Cancel Print Job&#8221; (Windows)</title>
		<link>http://syssu.com/2010/03/stop-the-never-ending-cancel-print-job-windows</link>
		<comments>http://syssu.com/2010/03/stop-the-never-ending-cancel-print-job-windows#comments</comments>
		<pubDate>Thu, 18 Mar 2010 01:44:12 +0000</pubDate>
		<dc:creator>sel</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[print spooler]]></category>
		<category><![CDATA[printers]]></category>
		<category><![CDATA[spoolsv]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[text document]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://syssu.com/?p=179</guid>
		<description><![CDATA[If you have ever canceled a print job within windows you probably had a time or two when it just froze, and it seemed like it was never going to cancel that print job. According to Ask Reddit this is because Windows is unable to to cancel the print job while the file created from [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsyssu.com%2F2010%2F03%2Fstop-the-never-ending-cancel-print-job-windows"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsyssu.com%2F2010%2F03%2Fstop-the-never-ending-cancel-print-job-windows&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: left">If you have ever canceled a print job within windows you probably had a time or two when it just froze, and it seemed like it was never going to cancel that print job. According to <a title="Cancel Print Job by Ask Reddit" href="http://www.reddit.com/r/AskReddit/comments/bdktu/why_does_it_take_around_seventytwo_eons_to_cancel/" target="_blank">Ask Reddit</a> this is because Windows is unable to to cancel the print job while the file created from printing is still in use. To fix this problem Ask Reddit gave the manual and quick batch file version that you can find below.</p>
<p><img class="size-full wp-image-189 aligncenter" title="stop-print" src="http://syssu.com/files/2010/03/stop-print.jpg" alt="" width="500" height="200" /></p>
<p style="text-align: center">
<p><span id="more-179"></span></p>
<p><strong>To manually fix the problem do these steps:</strong></p>
<blockquote><p>open task manager, stop spoolsv.exe, navigate to c:\windows\system32\spool\printers\, delete everything in this folder, open the run box, run spoolsv.exe again. print.</p>
<p>- <strong>From: </strong><a href="http://www.reddit.com/r/AskReddit/comments/bdktu/why_does_it_take_around_seventytwo_eons_to_cancel/" target="_blank">Ask Reddit</a></p></blockquote>
<p>Or if you are not that savvy you can create a new text document and save it as <strong>clearprint.bat</strong> with the following code below.</p>
<pre><code>@echo off
echo Stopping print spooler.
echo.
net stop spooler
echo deleting stuff... where? I'm not sure. Just deleting stuff.
echo.
FOR %%A IN (%systemroot%\  system32\  spool\  printers\   \  *.*) DO DEL %%A
echo Starting print spooler.
echo.
net start spooler</code></pre>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://syssu.com/2010/03/stop-the-never-ending-cancel-print-job-windows/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://syssu.com/2010/03/stop-the-never-ending-cancel-print-job-windows&amp;title=Stop+The+Never+Ending+%22Cancel+Print+Job%22+%28Windows%29" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://syssu.com/2010/03/stop-the-never-ending-cancel-print-job-windows&amp;title=Stop+The+Never+Ending+%22Cancel+Print+Job%22+%28Windows%29" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://syssu.com/2010/03/stop-the-never-ending-cancel-print-job-windows&amp;t=Stop+The+Never+Ending+%22Cancel+Print+Job%22+%28Windows%29" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Stop+The+Never+Ending+%22Cancel+Print+Job%22+%28Windows%29+-+http://tinyurl.com/y5w6xor&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://syssu.com/2010/03/stop-the-never-ending-cancel-print-job-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Software Alternatives With Google</title>
		<link>http://syssu.com/2009/12/find-software-alternatives-with-google</link>
		<comments>http://syssu.com/2009/12/find-software-alternatives-with-google#comments</comments>
		<pubDate>Fri, 01 Jan 2010 02:49:54 +0000</pubDate>
		<dc:creator>sel</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://syssu.com/?p=59</guid>
		<description><![CDATA[Have you ever wanted to open a file but didn&#8217;t have the correct software for it? Or wanted to be able to do something like create a PDF document or run your own server but not pay for the well known expensive software like Adobe Acrobat or WHS? You can use Google to find free [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsyssu.com%2F2009%2F12%2Ffind-software-alternatives-with-google"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsyssu.com%2F2009%2F12%2Ffind-software-alternatives-with-google&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Have you ever wanted to open a file but didn&#8217;t have the correct software for it? Or wanted to be able to do something like create a PDF document or run your own server but not pay for the well known expensive software like Adobe Acrobat or WHS? You can use Google to find free or cheaper alternatives by doing a vs or alternative search.</p>
<p>For example if you want to find an alternative for creating PDF files type in &#8220;Adobe Acrobat vs&#8221; minus the quotes and you will get many suggestions. You can also do a search for &#8220;Adobe Acrobat Alternative&#8221; to find a free or cheaper alternative.</p>
<p>This is also a great tool to use if you need to find alternatives for different operating systems. For example lets say you just switched to a MAC from Windows and you are use to the oh so familiar &#8220;notepad&#8221; well if you do a search &#8220;notepad alternative for mac&#8221; you will be filled with a bunch of alternative choices to choose from.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://syssu.com/2009/12/find-software-alternatives-with-google/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://syssu.com/2009/12/find-software-alternatives-with-google&amp;title=Find+Software+Alternatives+With+Google" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://syssu.com/2009/12/find-software-alternatives-with-google&amp;title=Find+Software+Alternatives+With+Google" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://syssu.com/2009/12/find-software-alternatives-with-google&amp;t=Find+Software+Alternatives+With+Google" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Find+Software+Alternatives+With+Google+-+http://tinyurl.com/3xctm2s&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://syssu.com/2009/12/find-software-alternatives-with-google/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
