<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.howtogeek.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
	<channel>
		<title>the How-To Geek</title>
		
		<link>http://www.howtogeek.com</link>
		<description>Computer Help from your Friendly How-To Geek</description>
		<pubDate>Sun, 08 Nov 2009 02:23:54 +0000</pubDate>
		<generator>http://wordpress.org/?v=2.8.5</generator>
		<language>en</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
						<image><link>http://www.howtogeek.com/</link><url>http://www.howtogeek.com/logov2.png</url><title>the How-To Geek</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.howtogeek.com/HowToGeek" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
			<title>Week in Geek: The Stupid Geek Tricks to Hide Extra Windows Edition</title>
			<link>http://www.howtogeek.com/howto/6260/week-in-geek-the-stupid-geek-tricks-to-hide-extra-windows-edition/</link>
			<comments>http://www.howtogeek.com/howto/6260/week-in-geek-the-stupid-geek-tricks-to-hide-extra-windows-edition/#comments</comments>
			<pubDate>Sat, 07 Nov 2009 07:56:51 +0000</pubDate>
			<dc:creator>The Geek</dc:creator>
					<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Week in Geek]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/?p=6260</guid>
						<description>&lt;p&gt;One of my favorite little features in Windows 7 is the shortcut key combination that hides all the open windows except for the one you are working on. It&amp;#8217;s a great way to clear out the extra window clutter. Also, Wave invites.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Hiding Extra Windows&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;So, you&amp;#8217;re using Windows 7 and you&amp;#8217;ve got loads of stuff open on your screen. No matter, just press the Win+Home keyboard shortcut&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/11/image13.png" width="640" height="374"&gt; &lt;/p&gt;
&lt;p&gt;And all the windows hide except for the one you were using. Useful! But you probably already knew that&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/11/image19.png" width="640" height="374"&gt; &lt;/p&gt;
&lt;p&gt;What you didn&amp;#8217;t think about is that there&amp;#8217;s probably an easier way to use that shortcut key combination. Instead of using Win+Home, I prefer to use the Win+H shortcut combination since it&amp;#8217;s easier to use without moving my fingers off the main row.&lt;/p&gt;
&lt;p&gt;What we&amp;#8217;ll do is create a really simple &lt;a href="http://www.autohotkey.com"&gt;AutoHotkey&lt;/a&gt; script to do just that. You&amp;#8217;ll need to make sure AutoHotkey is installed, then create a new .ahk script (you can use the New –&amp;gt; AutoHotkey script item on the context menu).&lt;/p&gt;
&lt;p&gt;Next you&amp;#8217;ll paste in some boilerplate code:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;#InstallKeybdHook&lt;br /&gt;#Persistent&lt;br /&gt;#HotkeyInterval,100&lt;br /&gt;SetKeyDelay, –1&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And then here&amp;#8217;s the line that actually does the work. When you press Win+H, which in AutoHotkey language is #h, it will use the Send function to push down the Windows key, press the Home key, and then release the Windows key. (of course, your keyboard keys won&amp;#8217;t actually move. This isn&amp;#8217;t an auto-play piano).&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;#h::Send,{LWin down}{Home}{LWin up}&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Once you&amp;#8217;ve created the script you can double-click it, and the shortcut key should start working immediately.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Oh, so you aren&amp;#8217;t using Windows 7 yet? Well you can still &lt;/em&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/get-macs-hide-others-cmdopth-keyboard-shortcut-for-windows/"&gt;&lt;em&gt;get Mac’s Hide Others (cmd+opt+H) Keyboard Shortcut for Windows&lt;/em&gt;&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Wave Invites? Who Said Wave Invites?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;We were given 20 invites to the Google Wave preview, and we &lt;a href="http://www.howtogeek.com/howto/6242/we-have-20-google-wave-invites.-want-one/"&gt;offered them up to the readers&lt;/a&gt;. Out of a whopping 454 total comments requesting a login, we&amp;#8217;ve picked 22 people that we&amp;#8217;ll send an invitation to Google Wave.&lt;/p&gt;
&lt;p&gt;Fuzzy math! And yes, we are aware that 22 &amp;gt; 20, but reader Xander volunteered to give up 2 of his invites as well, bringing the total to 22. He&amp;#8217;s &lt;a href="http://twitter.com/housecalls905"&gt;also on Twitter&lt;/a&gt;, in case you are wondering what generous soul would do such a thing. &lt;em&gt;Thanks Xander!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Note: Google Wave invitations are being manually approved on Google&amp;#8217;s end of things, so be patient.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Weekly Random Links, Courtesy of Tiny Hacker&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is just a sampling of the random geekery over at Tiny Hacker this week. Want them in your feed reader or inbox each day? Head over to &lt;a href="http://tinyhacker.com/"&gt;TinyHacker&lt;/a&gt; and subscribe.&lt;/p&gt;
&lt;table id="rounduptable" border="0" cellspacing="0" cellpadding="0" width="600"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign="top" width="139"&gt;&lt;strong&gt;&lt;img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image25.png" width="140" height="88"&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td valign="top" width="461"&gt;&lt;a href="http://tinyhacker.com/hacks/got-carpal-tunnel-instead-of-getting-off-the-pc-install-an-app-to-help/"&gt;&lt;strong&gt;Got Carpal Tunnel? Instead of Getting Off the PC, Install an App to Help!&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="139"&gt;&lt;strong&gt;&lt;img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image33.png" width="140" height="110"&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td valign="top" width="461"&gt;&lt;a href="http://tinyhacker.com/hacks/tweak-the-windows-7-taskbar-behavior-the-easy-way/"&gt;&lt;strong&gt;Tweak the Windows 7 Taskbar Behavior the Easy Way&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="139"&gt;&lt;strong&gt;&lt;img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image30.png" width="140" height="97"&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td valign="top" width="461"&gt;&lt;a href="http://tinyhacker.com/hacks/betterprivacy-clears-out-those-hidden-flash-tracking-cookies/"&gt;&lt;strong&gt;BetterPrivacy Clears Out those Hidden Flash Tracking Cookies&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="139"&gt;&lt;strong&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/11/image15.png" width="140" height="101"&gt; &lt;/strong&gt;&lt;/td&gt;
&lt;td valign="top" width="461"&gt;&lt;a href="http://tinyhacker.com/hacks/power-up-your-firefox-tabs-the-lightweight-way/"&gt;&lt;strong&gt;Power Up Your Firefox Tabs the Lightweight Way&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="139"&gt;&lt;strong&gt;&lt;img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image27.png" width="140" height="88"&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td valign="top" width="461"&gt;&lt;a href="http://tinyhacker.com/hacks/fun-logic-game-stuck-in-a-room-with-2-people/"&gt;&lt;strong&gt;Fun Logic Game: Stuck in a Room With 2 People&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="139"&gt;&lt;strong&gt;&lt;img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image22.png" width="140" height="75"&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td valign="top" width="461"&gt;&lt;a href="http://tinyhacker.com/hacks/find-and-recover-those-files-you-didnt-mean-to-delete/"&gt;&lt;strong&gt;Find and Recover Those Files You Didn’t Mean to Delete&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="139"&gt;&lt;strong&gt;&lt;img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image21.png" width="136" height="76"&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td valign="top" width="461"&gt;&lt;a href="http://tinyhacker.com/hacks/share-one-mouse-and-keyboard-with-multiple-pcs/"&gt;&lt;strong&gt;Share One Mouse and Keyboard with Multiple PCs&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="139"&gt;&lt;strong&gt;&lt;img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image12.png" width="140" height="61"&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td valign="top" width="461"&gt;&lt;a href="http://tinyhacker.com/hacks/save-firefox-bookmark-searches-to-make-dynamic-folders/"&gt;&lt;strong&gt;Save Firefox Bookmark Searches to Make Dynamic Folders&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="139"&gt;&lt;strong&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/11/image16.png" width="138" height="110"&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td valign="top" width="461"&gt;&lt;a href="http://tinyhacker.com/hacks/99-freeware-programs-to-trick-out-your-pc/"&gt;&lt;strong&gt;99 freeware programs to trick out your PC&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="139"&gt;&lt;strong&gt;&lt;img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image1.png" width="137" height="67"&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td valign="top" width="461"&gt;&lt;a href="http://tinyhacker.com/hacks/turn-task-manager-into-a-cpu-usage-widget/"&gt;&lt;strong&gt;Turn Task Manager Into a CPU Usage Widget&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="139"&gt;&lt;strong&gt;&lt;img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image6.png" width="134" height="73"&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td valign="top" width="461"&gt;&lt;a href="http://tinyhacker.com/hacks/windows-7-libraries-the-complete-guide/"&gt;&lt;strong&gt;Complete Guide to Windows 7 Libraries&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="139"&gt;&lt;strong&gt;&lt;img title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/10/image38.png" width="133" height="102"&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td valign="top" width="461"&gt;&lt;a href="http://tinyhacker.com/hacks/add-cpu-and-memory-meters-to-your-windows-7-taskbar/"&gt;&lt;strong&gt;Add CPU and Memory Meters to Your Windows 7 Taskbar&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Super User has Super Questions with Super Answers&amp;#8230; Super!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;More great stuff from Super User, as usual.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://superuser.com/questions/64815/tips-for-approaching-a-hanging-computer"&gt;Tips for approaching a hanging computer?&lt;/a&gt;
&lt;li&gt;&lt;a href="http://superuser.com/questions/64602/when-is-the-best-time-to-purchase-a-new-computer"&gt;When is the best time to purchase a new computer?&lt;/a&gt;
&lt;li&gt;&lt;a href="http://superuser.com/questions/65593/word-2003-doc-formatting-lost-in-html-emails"&gt;Word 2003 .DOC formatting lost in HTML Emails&lt;/a&gt;
&lt;li&gt;&lt;a href="http://superuser.com/questions/64612/hidden-features-of-windows-command-prompt"&gt;Hidden features of Windows command prompt&lt;/a&gt;
&lt;li&gt;&lt;a href="http://superuser.com/questions/64842/installing-windows-7-64-bit-on-a-mac-pro-without-bootcamp"&gt;Installing Windows 7 (64 bit) on a Mac Pro without Bootcamp?&lt;/a&gt;
&lt;li&gt;&lt;a href="http://superuser.com/questions/65840/how-to-install-snow-leopard-in-vmware"&gt;How to install snow leopard in VMWare&lt;/a&gt;
&lt;li&gt;&lt;a href="http://superuser.com/questions/64564/can-you-store-cds-dvds-in-a-fireproof-safe"&gt;Can you store CDs/DVDs in a fireproof safe?&lt;/a&gt;
&lt;li&gt;&lt;a href="http://superuser.com/questions/65158/is-there-spyware-in-most-crack-cracked-keygen-software"&gt;Is there spyware in most crack/cracked/keygen software?&lt;/a&gt;
&lt;li&gt;&lt;a href="http://superuser.com/questions/65246/windows-7-libraries-how-do-you-back-them-up"&gt;Windows 7 “Libraries” &amp;#8211; How do you back them up?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Did I use the same joke last week? I vaguely think I did. Oh well. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Last Year in Geek&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;One year ago, we were being lazy and not posting nearly enough. Here&amp;#8217;s a couple of the interesting things that we did post during our non-lazy time.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/keyboard-ninja/keyboard-ninja-toggle-hidden-files-with-a-shortcut-key-in-windows/"&gt;Keyboard Ninja: Toggle Hidden Files with a Shortcut Key in Windows&lt;/a&gt;
&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/add-control-panel-to-the-desktop-right-click-menu/"&gt;Add Control Panel to the Desktop Right-Click Menu in Vista&lt;/a&gt;
&lt;li&gt;&lt;a href="http://blogs.howtogeek.com/mysticgeek/2008/11/10/easily-determine-windows-uptime-in-vista-or-xp/"&gt;Easily Determine Windows Uptime in Windows 7, Vista or XP&lt;/a&gt;
&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/power-up-and-manage-your-windows-send-to-menu-with-send-to-toys/"&gt;Power Up and Manage Your Windows Send To Menu with Send To Toys&lt;/a&gt;
&lt;li&gt;&lt;a href="http://blogs.howtogeek.com/mysticgeek/2008/10/30/benchmark-startup-times-of-software-applications-with-apptimer/"&gt;Benchmark Startup Times of Software Applications with AppTimer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;The Weekly Geek Note&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="You would think I would have gone with C# instead of B flat." border="0" alt="You would think I would have gone with C# instead of B flat." src="http://www.howtogeek.com/wp-content/uploads/2009/11/image17.png" width="204" height="203"&gt;&lt;/p&gt;
		&lt;table border='0' cellpadding='3' cellspacing='0' id='articleTable'&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Similar Articles&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Tinyhacker - Tiny Geek Hacks&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows/stupid-geek-tricks-shrink-the-xp-volume-control/" rel="bookmark" title="Permanent Link: Stupid Geek Tricks: Shrink the XP Volume Control"&gt;Stupid Geek Tricks: Shrink the XP Volume Control&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/5239/stupid-geek-tricks-duplicate-a-tab-with-a-shortcut-key-in-chrome-or-firefox/" rel="bookmark" title="Permanent Link: Stupid Geek Tricks: Duplicate a Tab with a Shortcut Key in Chrome or Firefox"&gt;Stupid Geek Tricks: Duplicate a Tab with a Shortcut Key in Chrome or Firefox&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows-7/stupid-geek-tricks-secret-items-on-the-windows-7-send-to-menu/" rel="bookmark" title="Permanent Link: Stupid Geek Tricks: Secret Items on the Windows 7 Send To Menu"&gt;Stupid Geek Tricks: Secret Items on the Windows 7 Send To Menu&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/stupid-geek-tricks-hide-data-in-a-secret-text-file-compartment/" rel="bookmark" title="Permanent Link: Stupid Geek Tricks: Hide Data in a Secret Text File Compartment"&gt;Stupid Geek Tricks: Hide Data in a Secret Text File Compartment&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/stupid-geek-tricks-open-an-explorer-window-from-the-command-prompts-current-directory/" rel="bookmark" title="Permanent Link: Stupid Geek Tricks: Open an Explorer Window from the Command Prompt&amp;#8217;s Current Directory"&gt;Stupid Geek Tricks: Open an Explorer Window from the Command Prompt&amp;#8217;s Current Directory&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/"&gt;Open Doors is a Fun Logic-Based Flash Game&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/"&gt;Split Large Files into Smaller Pieces using GSplit&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/"&gt;How to Connect Multiple Computers to One Monitor&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/"&gt;Make Any Web Page Printer Friendly with Printee&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/"&gt;Our Favorite Finder Icon&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/"&gt;JumpLaunch Uses Windows 7 Jump Lists as a Launcher&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Latest Software Reviews&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Super User Daily&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/pcmover-professional/"&gt;PCmover Professional&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/"&gt;Spyware Doctor + Antivirus 2010&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/"&gt;Cakewalk Guitar Tracks Pro USB&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/"&gt;BitDefender Total Security 2010&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://superuser.com/questions/67321/how-to-take-an-image-of-an-hard-drive-partition"&gt;How to take an image of an hard drive partition&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67319/firefox-search-or-operator"&gt;Firefox search OR operator&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67308/how-to-create-a-startup-script-in-snow-leopard"&gt;How to create a startup script in Snow Leopard?&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67299/busted-sound-card"&gt;busted sound card&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Geek Arcade&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Popular Forum Threads&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/open-doors/"&gt;Open Doors&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/boombot/"&gt;Boombot&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/demolition-city/"&gt;Demolition City&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/heavy-weapons/"&gt;Heavy Weapons&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;
					&lt;ul&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'&gt;No pop out sidebar in windows 7?&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/logon-studio-vista'&gt;Logon studio vista did not change image, automically  help!!&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/geforce-9400-gt-512mb-pci-e-hdcp-hdmi-graphics-card'&gt;GEFORCE 9400 GT 512MB PCI E HDCP HDMI GRAPHICS CARD&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/cpu-usage-very-high'&gt;(Solved) - CPU usage very high&lt;/a&gt;&lt;/li&gt;
										&lt;/ul&gt;
				&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RJJOxGUKkMTHSin4VyQoa8ojmqM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RJJOxGUKkMTHSin4VyQoa8ojmqM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RJJOxGUKkMTHSin4VyQoa8ojmqM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RJJOxGUKkMTHSin4VyQoa8ojmqM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=IYzmJMJ4qFY:aYi2LyO8YfI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=IYzmJMJ4qFY:aYi2LyO8YfI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=IYzmJMJ4qFY:aYi2LyO8YfI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=IYzmJMJ4qFY:aYi2LyO8YfI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/HowToGeek/~4/IYzmJMJ4qFY" height="1" width="1"/&gt;</description>
						<wfw:commentRss>http://www.howtogeek.com/howto/6260/week-in-geek-the-stupid-geek-tricks-to-hide-extra-windows-edition/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
						</item>
				<item>
			<title>Backup Your Ubuntu Machine Easily with SBackup</title>
			<link>http://www.howtogeek.com/howto/5126/backup-your-ubuntu-machine-easily-with-sbbackup/</link>
			<comments>http://www.howtogeek.com/howto/5126/backup-your-ubuntu-machine-easily-with-sbbackup/#comments</comments>
			<pubDate>Fri, 06 Nov 2009 19:00:18 +0000</pubDate>
			<dc:creator>Vivek</dc:creator>
					<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/?p=5126</guid>
						<description>&lt;p&gt;Your computer&amp;#8217;s data is very critical and losing it can can occur due to variety of reasons. A complete (or even partial) backup of your system is always a good idea. SBackup is a tool that&amp;#8217;ll help you backup and restore data on your Ubuntu machine with utmost ease.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SB Backup&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;SBackup is a simple backup solution for the Ubuntu desktop. It allows you to backup selected files and directories, define the file size limit, use regular expressions to exclude files and folders, and much more. These backups can then be saved locally, on removal media or even on remote directory. Let&amp;#8217;s see how to install and configure SBackup for creating a backup and restore solution for an Ubuntu machine.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Install SBackup&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Type the following command to install SBackup on your Ubuntu machine:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;sudo apt-get install sbackup&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img class="alignnone size-full wp-image-5134" alt="sbackup" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup.png" width="600" height="423"&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Backing up using SBackup&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Once installed SBackup will be available under System \ Administration \ Simple Backup Config.&lt;/p&gt;
&lt;p&gt;&lt;img class="alignnone size-full wp-image-5133" alt="sbackup1" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup1.png" width="600" height="445"&gt;&lt;/p&gt;
&lt;p&gt;SBackup window will look like the one below:&lt;/p&gt;
&lt;p&gt;&lt;img class="alignnone size-full wp-image-5135" alt="sbackup2" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup2.png" width="585" height="409"&gt;&lt;/p&gt;
&lt;p&gt;As you can see on the first tab &amp;#8220;General&amp;#8221;, there are 3 options for making backup. Depending on your need you can choose the one that you want to use. It can be used in 3 modes.&lt;/p&gt;
&lt;p&gt;1. &lt;strong&gt;Use recommended backup settings&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Has all the default settings. All you have to do is click &amp;#8220;Backup now&amp;#8221; button to backup the default files and folders.&lt;/p&gt;
&lt;p&gt;2. &lt;strong&gt;Use custom backup settings&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This one is for custom backups where the user can define what she/he wants to backup on a regular basis. This setting can be configured for automatic backups&lt;/p&gt;
&lt;p&gt;3. &lt;strong&gt;Manual backups only&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This option should be used if you do not want to have regular automatic backups. You can backup manually whenever you think you need backups.&lt;/p&gt;
&lt;p&gt;However, for the sake of this demo let&amp;#8217;s use &amp;#8220;Use custom backup settings&amp;#8221;.&lt;/p&gt;
&lt;p&gt;The next tab is &amp;#8220;include&amp;#8221; which let&amp;#8217;s you define the folders and files you want to include while creating a backup. You can click add a file or folder by clicking the respective buttons.&lt;/p&gt;
&lt;p&gt;&lt;img class="alignnone size-full wp-image-5136" alt="sbackup3" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup3.png" width="585" height="409"&gt;&lt;/p&gt;
&lt;p&gt;The third tab is &amp;#8220;exclude&amp;#8221;. Here you can define, path, filetypes, regex and maximum size for exclusion criteria. For example you have added a directory included for backup, but you don&amp;#8217;t want to backup files larger than 50 MB, you can use the exclude tab to define it.&lt;/p&gt;
&lt;p&gt;&lt;img class="alignnone size-full wp-image-5137" alt="sbackup4" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup4.png" width="585" height="409"&gt;&lt;/p&gt;
&lt;p&gt;The fourth tab is &amp;#8220;Destination&amp;#8221;. This one is used to define the destination location where you want to save the backup file.&lt;/p&gt;
&lt;p&gt;&lt;img class="alignnone size-full wp-image-5138" alt="sbackup5" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup5.png" width="585" height="409"&gt;&lt;/p&gt;
&lt;p&gt;As you can see there are 3 options for setting up destination backup location. The first one is the default location /var/backup/. The second option can be used to define the custom backup destination. The third option is used when you want the backup destination on a remote location.&lt;/p&gt;
&lt;p&gt;The fifth tab is to set up schedule of backup. This one is pretty self explanatory.&lt;/p&gt;
&lt;p&gt;&lt;img class="alignnone size-full wp-image-5139" alt="sbackup6" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup6.png" width="585" height="409"&gt;&lt;/p&gt;
&lt;p&gt;The last tab &amp;#8220;purging&amp;#8221; is about how the old backup files will be handled. You can choose from one of the 2 options. In my case I am leaving it as the default selection which is &lt;em&gt;Logarithmic (Recommended).&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img class="alignnone size-full wp-image-5140" alt="sbackup7" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup7.png" width="585" height="409"&gt;&lt;/p&gt;
&lt;p&gt;We are done with configuring all the settings. All that is left is to click the &amp;#8220;Save&amp;#8221; button for the backup settings to be effective. However, you can also click &amp;#8220;Backup Now !&amp;#8221; button to make an instant backup.&lt;/p&gt;
&lt;p&gt;&lt;img class="alignnone size-full wp-image-5141" alt="sbackup8" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup8.png" width="585" height="409"&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Restoring from a backup&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In order to restore from an existing backup go to System \ Administration \ System Backup Restore.&lt;/p&gt;
&lt;p&gt;&lt;img class="alignnone size-full wp-image-5142" alt="sbackup9" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup9.png" width="600" height="466"&gt;&lt;/p&gt;
&lt;p&gt;Select from the available backups, the one that you want to restore.&lt;/p&gt;
&lt;p&gt;&lt;img class="alignnone size-full wp-image-5143" alt="sbackup10" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sbackup10.png" width="503" height="564"&gt;&lt;/p&gt;
&lt;p&gt;If you are looking for a quality backup app for your Linux desktop, SBackup is a great choice.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Links&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://sourceforge.net/projects/sbackup/"&gt;http://sourceforge.net/projects/sbackup/&lt;/a&gt;&lt;/p&gt;
		&lt;table border='0' cellpadding='3' cellspacing='0' id='articleTable'&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Similar Articles&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Tinyhacker - Tiny Geek Hacks&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/internet/firefox/backup-and-restore-firefox-profiles-easily/" rel="bookmark" title="Permanent Link: Backup and Restore Firefox Profiles Easily"&gt;Backup and Restore Firefox Profiles Easily&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/ubuntu/enable-copy-and-paste-from-ubuntu-vmware-guest/" rel="bookmark" title="Permanent Link: Enable Copy and Paste from Ubuntu VMware Guest"&gt;Enable Copy and Paste from Ubuntu VMware Guest&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/vmware/moving-a-linked-clones-base-virtual-machine-in-vmware/" rel="bookmark" title="Permanent Link: Moving a Linked Clone&amp;#8217;s Base Virtual Machine in VMware"&gt;Moving a Linked Clone&amp;#8217;s Base Virtual Machine in VMware&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/ubuntu/how-to-share-folders-with-your-ubuntu-virtual-machine-guest/" rel="bookmark" title="Permanent Link: How to Share folders with your Ubuntu Virtual Machine (guest)"&gt;How to Share folders with your Ubuntu Virtual Machine (guest)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/vmware/allow-access-to-a-vmware-virtual-machinenat-from-another-computer/" rel="bookmark" title="Permanent Link: Allow Access to a VMware Virtual Machine(NAT) From Another Computer"&gt;Allow Access to a VMware Virtual Machine(NAT) From Another Computer&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/"&gt;Open Doors is a Fun Logic-Based Flash Game&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/"&gt;Split Large Files into Smaller Pieces using GSplit&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/"&gt;How to Connect Multiple Computers to One Monitor&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/"&gt;Make Any Web Page Printer Friendly with Printee&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/"&gt;Our Favorite Finder Icon&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/"&gt;JumpLaunch Uses Windows 7 Jump Lists as a Launcher&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Latest Software Reviews&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Super User Daily&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/pcmover-professional/"&gt;PCmover Professional&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/"&gt;Spyware Doctor + Antivirus 2010&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/"&gt;Cakewalk Guitar Tracks Pro USB&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/"&gt;BitDefender Total Security 2010&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://superuser.com/questions/67321/how-to-take-an-image-of-an-hard-drive-partition"&gt;How to take an image of an hard drive partition&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67319/firefox-search-or-operator"&gt;Firefox search OR operator&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67308/how-to-create-a-startup-script-in-snow-leopard"&gt;How to create a startup script in Snow Leopard?&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67299/busted-sound-card"&gt;busted sound card&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Geek Arcade&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Popular Forum Threads&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/open-doors/"&gt;Open Doors&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/boombot/"&gt;Boombot&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/demolition-city/"&gt;Demolition City&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/heavy-weapons/"&gt;Heavy Weapons&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;
					&lt;ul&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'&gt;No pop out sidebar in windows 7?&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/logon-studio-vista'&gt;Logon studio vista did not change image, automically  help!!&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/geforce-9400-gt-512mb-pci-e-hdcp-hdmi-graphics-card'&gt;GEFORCE 9400 GT 512MB PCI E HDCP HDMI GRAPHICS CARD&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/cpu-usage-very-high'&gt;(Solved) - CPU usage very high&lt;/a&gt;&lt;/li&gt;
										&lt;/ul&gt;
				&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Shijjt7eDtNnJpVUY8NhU-pPUX4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Shijjt7eDtNnJpVUY8NhU-pPUX4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Shijjt7eDtNnJpVUY8NhU-pPUX4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Shijjt7eDtNnJpVUY8NhU-pPUX4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=JdBYwv7Vgq0:Wt5Ic064Ihw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=JdBYwv7Vgq0:Wt5Ic064Ihw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=JdBYwv7Vgq0:Wt5Ic064Ihw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=JdBYwv7Vgq0:Wt5Ic064Ihw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/HowToGeek/~4/JdBYwv7Vgq0" height="1" width="1"/&gt;</description>
						<wfw:commentRss>http://www.howtogeek.com/howto/5126/backup-your-ubuntu-machine-easily-with-sbbackup/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
						</item>
				<item>
			<title>Friday Fun: Server Quest II</title>
			<link>http://www.howtogeek.com/howto/6195/friday-fun-server-quest-ii/</link>
			<comments>http://www.howtogeek.com/howto/6195/friday-fun-server-quest-ii/#comments</comments>
			<pubDate>Fri, 06 Nov 2009 13:00:00 +0000</pubDate>
			<dc:creator>Mysticgeek</dc:creator>
					<category><![CDATA[Geek Fun]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/6195/friday-fun-server-quest-ii/</guid>
						<description>&lt;p&gt;Finally another Friday has arrived and you&amp;#8217;re sick of dealing with your IT department because they never fix anything. Today take a look at Server Quest II which is a fun game from Microsoft&amp;#8217;s TechNet that puts you in the roll of an IT professional.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Server Quest II&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The game is aimed at Administrators and IT Professionals but if you think you can do it better try it out.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="1-sq" border="0" alt="1-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/1sq.png" width="640" height="413"&gt; &lt;/p&gt;
&lt;p&gt;Choose between two characters, Matt or Alicia where each has their own geeky characteristics.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="2-sq" border="0" alt="2-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/2sq.png" width="655" height="318"&gt; &lt;/p&gt;
&lt;p&gt;Decide what kind of geek you are…&lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="3-sq" border="0" alt="3-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/3sq.png" width="620" height="309"&gt; &lt;/p&gt;
&lt;p&gt;The controls are very basic…just the arrow keys and spacebar.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="4-sq" border="0" alt="4-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/4sq.png" width="549" height="354"&gt; &lt;/p&gt;
&lt;p&gt;You start out in your IT dungeon office and people come to bug you about things not working. Challenges vary from querying a database to a user&amp;#8217;s monitor not working because it isn&amp;#8217;t plugged in.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="5-sq" border="0" alt="5-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/5sq.png" width="646" height="589"&gt; &lt;/p&gt;
&lt;p&gt;You can walk around to the cubes and talk to the other employees. &lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="6-sq" border="0" alt="6-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/6sq.png" width="640" height="371"&gt; &lt;/p&gt;
&lt;p&gt;Mini games with different challenges come up. In this example, Matt is biking around to grab a bunch of emails that were accidently sent out to an entire contact list.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="8-sq" border="0" alt="8-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/8sq.png" width="640" height="350"&gt; &lt;/p&gt;
&lt;p&gt;After you complete a mission, go back to your computer and check your email for another task.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="7-sq" border="0" alt="7-sq" src="http://www.howtogeek.com/wp-content/uploads/2009/11/7sq.png" width="640" height="400"&gt; &lt;/p&gt;
&lt;p&gt;If you work in IT you&amp;#8217;ll find a lot of humor and fun in Server Quest II. If you are a worker who thinks they can get things done better than those lazy game playing IT geeks, you&amp;#8217;ll have fun with this game as well.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/click/serverquest/"&gt;Play Server Quest II&lt;/a&gt;&lt;/p&gt;
		&lt;table border='0' cellpadding='3' cellspacing='0' id='articleTable'&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Similar Articles&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Tinyhacker - Tiny Geek Hacks&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/" rel="bookmark" title="Permanent Link: Setup OpenSSH Server on Ubuntu Linux"&gt;Setup OpenSSH Server on Ubuntu Linux&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/ubuntu/access-your-mysql-server-remotely-over-ssh/" rel="bookmark" title="Permanent Link: Access Your MySQL Server Remotely Over SSH"&gt;Access Your MySQL Server Remotely Over SSH&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows/add-an-external-drive-to-windows-home-server/" rel="bookmark" title="Permanent Link: Add an External Drive to Windows Home Server"&gt;Add an External Drive to Windows Home Server&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/ubuntu/share-ubuntu-home-directories-using-samba/" rel="bookmark" title="Permanent Link: Share Ubuntu Home Directories using Samba"&gt;Share Ubuntu Home Directories using Samba&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows/how-to-remote-desktop-to-the-actual-server-console-on-windows-2003/" rel="bookmark" title="Permanent Link: How to Remote Desktop to the Actual Server Console on Windows 2003"&gt;How to Remote Desktop to the Actual Server Console on Windows 2003&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/"&gt;Open Doors is a Fun Logic-Based Flash Game&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/"&gt;Split Large Files into Smaller Pieces using GSplit&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/"&gt;How to Connect Multiple Computers to One Monitor&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/"&gt;Make Any Web Page Printer Friendly with Printee&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/"&gt;Our Favorite Finder Icon&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/"&gt;JumpLaunch Uses Windows 7 Jump Lists as a Launcher&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Latest Software Reviews&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Super User Daily&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/pcmover-professional/"&gt;PCmover Professional&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/"&gt;Spyware Doctor + Antivirus 2010&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/"&gt;Cakewalk Guitar Tracks Pro USB&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/"&gt;BitDefender Total Security 2010&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://superuser.com/questions/67321/how-to-take-an-image-of-an-hard-drive-partition"&gt;How to take an image of an hard drive partition&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67319/firefox-search-or-operator"&gt;Firefox search OR operator&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67308/how-to-create-a-startup-script-in-snow-leopard"&gt;How to create a startup script in Snow Leopard?&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67299/busted-sound-card"&gt;busted sound card&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Geek Arcade&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Popular Forum Threads&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/open-doors/"&gt;Open Doors&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/boombot/"&gt;Boombot&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/demolition-city/"&gt;Demolition City&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/heavy-weapons/"&gt;Heavy Weapons&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;
					&lt;ul&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'&gt;No pop out sidebar in windows 7?&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/logon-studio-vista'&gt;Logon studio vista did not change image, automically  help!!&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/geforce-9400-gt-512mb-pci-e-hdcp-hdmi-graphics-card'&gt;GEFORCE 9400 GT 512MB PCI E HDCP HDMI GRAPHICS CARD&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/cpu-usage-very-high'&gt;(Solved) - CPU usage very high&lt;/a&gt;&lt;/li&gt;
										&lt;/ul&gt;
				&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/wYgE8Vw86e9ajR_54kPPYKWU3X8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wYgE8Vw86e9ajR_54kPPYKWU3X8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/wYgE8Vw86e9ajR_54kPPYKWU3X8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wYgE8Vw86e9ajR_54kPPYKWU3X8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=jZgs-lPANfk:I3BC_4utAcI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=jZgs-lPANfk:I3BC_4utAcI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=jZgs-lPANfk:I3BC_4utAcI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=jZgs-lPANfk:I3BC_4utAcI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/HowToGeek/~4/jZgs-lPANfk" height="1" width="1"/&gt;</description>
						<wfw:commentRss>http://www.howtogeek.com/howto/6195/friday-fun-server-quest-ii/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
						</item>
				<item>
			<title>Move the Progress Bar to the Tabs in Firefox</title>
			<link>http://www.howtogeek.com/howto/5774/move-the-progress-bar-to-the-tabs-in-firefox/</link>
			<comments>http://www.howtogeek.com/howto/5774/move-the-progress-bar-to-the-tabs-in-firefox/#comments</comments>
			<pubDate>Fri, 06 Nov 2009 07:00:00 +0000</pubDate>
			<dc:creator>Asian Angel</dc:creator>
					<category><![CDATA[Firefox]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/?p=5774</guid>
						<description>&lt;p&gt;Do you like having the Progress Bar to monitor webpage loading but prefer to keep the Status Bar hidden? Now you can easily move the Progress Bar to your tabs with the Tab Progress Bar extension.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Before&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here is the “Progress Bar” showing in the “Status Bar” while a webpage is loading…nice if you like having the “Status Bar” displayed. But what if you prefer to have the “Status Bar” hidden?&lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" src="http://www.howtogeek.com/wp-content/uploads/2009/11/1ff.png" border="0" alt="1-ff" width="642" height="543" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;After&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Once you have installed the extension, the “Progress Bar” will display on any tabs that are currently loading leaving you free to completely hide the “Status Bar” if you desire.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Note: There are no options to have to worry with for this extension…just install and go.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" src="http://www.howtogeek.com/wp-content/uploads/2009/11/sshot20091104203534.png" border="0" alt="sshot-2009-11-04-[20-35-34]" width="642" height="543" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you are looking for a way to move Status Bar functionality to your tabs, then the Tab Progress Bar extension will make a nice addition to your Firefox Browser. If you want to hide the Status Bar until you need it, check out our article on how to &lt;a href="http://www.howtogeek.com/howto/4463/auto-hide-the-status-bar-in-firefox/"&gt;Auto-Hide the Status Bar in Firefox&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Links&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/14644" target="_blank"&gt;Download the Tab Progress Bar extension (Mozilla Add-ons)&lt;/a&gt;&lt;/p&gt;
		&lt;table border='0' cellpadding='3' cellspacing='0' id='articleTable'&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Similar Articles&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Tinyhacker - Tiny Geek Hacks&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/internet/firefox/you-really-want-to-completely-disable-tabs-in-firefox/" rel="bookmark" title="Permanent Link: You Really Want to Completely Disable Tabs in Firefox?"&gt;You Really Want to Completely Disable Tabs in Firefox?&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/internet/firefox/quick-hits-11-firefox-tab-how-tos/" rel="bookmark" title="Permanent Link: Quick Hits: 11 Firefox Tab How-Tos"&gt;Quick Hits: 11 Firefox Tab How-Tos&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/internet/firefox/quick-tip-save-windows-and-tabs-when-restarting-firefox/" rel="bookmark" title="Permanent Link: Quick Tip: Save Windows and Tabs When Restarting Firefox"&gt;Quick Tip: Save Windows and Tabs When Restarting Firefox&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/internet/firefox/make-firefox-use-multiple-rows-of-tabs/" rel="bookmark" title="Permanent Link: Make Firefox Use Multiple Rows of Tabs"&gt;Make Firefox Use Multiple Rows of Tabs&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/internet/firefox/quick-tip-remove-close-button-from-firefox-tabs/" rel="bookmark" title="Permanent Link: Quick Tip: Remove Close Button from Firefox Tabs"&gt;Quick Tip: Remove Close Button from Firefox Tabs&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/"&gt;Open Doors is a Fun Logic-Based Flash Game&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/"&gt;Split Large Files into Smaller Pieces using GSplit&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/"&gt;How to Connect Multiple Computers to One Monitor&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/"&gt;Make Any Web Page Printer Friendly with Printee&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/"&gt;Our Favorite Finder Icon&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/"&gt;JumpLaunch Uses Windows 7 Jump Lists as a Launcher&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Latest Software Reviews&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Super User Daily&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/pcmover-professional/"&gt;PCmover Professional&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/"&gt;Spyware Doctor + Antivirus 2010&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/"&gt;Cakewalk Guitar Tracks Pro USB&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/"&gt;BitDefender Total Security 2010&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://superuser.com/questions/67321/how-to-take-an-image-of-an-hard-drive-partition"&gt;How to take an image of an hard drive partition&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67319/firefox-search-or-operator"&gt;Firefox search OR operator&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67308/how-to-create-a-startup-script-in-snow-leopard"&gt;How to create a startup script in Snow Leopard?&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67299/busted-sound-card"&gt;busted sound card&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Geek Arcade&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Popular Forum Threads&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/open-doors/"&gt;Open Doors&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/boombot/"&gt;Boombot&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/demolition-city/"&gt;Demolition City&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/heavy-weapons/"&gt;Heavy Weapons&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;
					&lt;ul&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'&gt;No pop out sidebar in windows 7?&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/logon-studio-vista'&gt;Logon studio vista did not change image, automically  help!!&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/geforce-9400-gt-512mb-pci-e-hdcp-hdmi-graphics-card'&gt;GEFORCE 9400 GT 512MB PCI E HDCP HDMI GRAPHICS CARD&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/cpu-usage-very-high'&gt;(Solved) - CPU usage very high&lt;/a&gt;&lt;/li&gt;
										&lt;/ul&gt;
				&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/nJ5cZMcm3q1WxR1yuZvHMrMdSFM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nJ5cZMcm3q1WxR1yuZvHMrMdSFM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/nJ5cZMcm3q1WxR1yuZvHMrMdSFM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nJ5cZMcm3q1WxR1yuZvHMrMdSFM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=GyzXVLT4k94:KXZQ_7F6qg0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=GyzXVLT4k94:KXZQ_7F6qg0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=GyzXVLT4k94:KXZQ_7F6qg0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=GyzXVLT4k94:KXZQ_7F6qg0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/HowToGeek/~4/GyzXVLT4k94" height="1" width="1"/&gt;</description>
						<wfw:commentRss>http://www.howtogeek.com/howto/5774/move-the-progress-bar-to-the-tabs-in-firefox/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
						</item>
				<item>
			<title>We Have 20 Google Wave Invites. Want One?</title>
			<link>http://www.howtogeek.com/howto/6242/we-have-20-google-wave-invites.-want-one/</link>
			<comments>http://www.howtogeek.com/howto/6242/we-have-20-google-wave-invites.-want-one/#comments</comments>
			<pubDate>Thu, 05 Nov 2009 21:59:08 +0000</pubDate>
			<dc:creator>The Geek</dc:creator>
					<category><![CDATA[Geek Stuff]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/?p=6242</guid>
						<description>&lt;p&gt;Google Wave is all the rage these days, probably in large part because you need to be invited to participate in the preview version. Want an invite? &lt;del datetime="2009-11-07T07:18:06+00:00"&gt;We&amp;#8217;ve got 20 of them to give away.&lt;/del&gt; Sorry, the giveaway is over!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What&amp;#8217;s Google Wave, You Ask?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The all-knowing Google robots decided to come up with a new solution to the problem of collaborating on the web. You can edit and discuss documents in real-time with a group of people. The Google Wave team says Wave is &amp;#8220;what email would look like if it were invented today.&amp;#8221;&lt;/p&gt;
&lt;p&gt;Right now, that&amp;#8217;s the extent of what it does, though the underlying framework will eventually allow a lot more interesting uses.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/11/image11.png" width="633" height="661"&gt;&lt;/p&gt;
&lt;p&gt;Instead of bothering to take you on a tour of how it works, instead we&amp;#8217;ll just point you towards the very best source on the subject, the &lt;a href="http://completewaveguide.com/"&gt;Complete Guide to Google Wave&lt;/a&gt;, written by Adam Pash and Gina Trapani from Lifehacker.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://completewaveguide.com/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/11/image12.png" width="295" height="439"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Be Quiet and Give Me My Invite Already!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Fine! We&amp;#8217;ll get down to business. Here&amp;#8217;s what you need to do:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Leave a comment with your idea for a topic that you would like to see us write about.&lt;/li&gt;
&lt;li&gt;Include the keyword googlewave in your comment (for spam checking purposes).&lt;/li&gt;
&lt;li&gt;Make sure to use your real email address (nobody will see it but us).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We&amp;#8217;ll pick 20 random people from the comments, and announce the winners in our weekly roundup, so even if you are reading this on Friday you can still participate.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Note that your comment might not be approved immediately, but rest assured that it&amp;#8217;s sitting in the queue.&lt;/em&gt;&lt;/p&gt;
		&lt;table border='0' cellpadding='3' cellspacing='0' id='articleTable'&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Similar Articles&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Tinyhacker - Tiny Geek Hacks&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/6260/week-in-geek-the-stupid-geek-tricks-to-hide-extra-windows-edition/" rel="bookmark" title="Permanent Link: Week in Geek: The Stupid Geek Tricks to Hide Extra Windows Edition"&gt;Week in Geek: The Stupid Geek Tricks to Hide Extra Windows Edition&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/4918/tired-of-waiting-for-google-wave-try-shareflow-now/" rel="bookmark" title="Permanent Link: Tired of Waiting for Google Wave? Try ShareFlow Now"&gt;Tired of Waiting for Google Wave? Try ShareFlow Now&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/internet/firefox/quick-tip-show-pagerank-in-firefox-while-google-toolbar-is-hidden/" rel="bookmark" title="Permanent Link: Quick Tip: Show PageRank in Firefox while Google Toolbar is Hidden"&gt;Quick Tip: Show PageRank in Firefox while Google Toolbar is Hidden&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/internet/firefox/make-firefox-quick-search-use-googles-beta-search-keys/" rel="bookmark" title="Permanent Link: Make Firefox Quick Search Use Google&amp;#8217;s Beta Search Keys"&gt;Make Firefox Quick Search Use Google&amp;#8217;s Beta Search Keys&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/internet/firefox/quickly-add-appointments-to-google-calendar-in-firefox/" rel="bookmark" title="Permanent Link: Quickly Add Appointments to Google Calendar in Firefox"&gt;Quickly Add Appointments to Google Calendar in Firefox&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/"&gt;Open Doors is a Fun Logic-Based Flash Game&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/"&gt;Split Large Files into Smaller Pieces using GSplit&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/"&gt;How to Connect Multiple Computers to One Monitor&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/"&gt;Make Any Web Page Printer Friendly with Printee&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/"&gt;Our Favorite Finder Icon&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/"&gt;JumpLaunch Uses Windows 7 Jump Lists as a Launcher&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Latest Software Reviews&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Super User Daily&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/pcmover-professional/"&gt;PCmover Professional&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/"&gt;Spyware Doctor + Antivirus 2010&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/"&gt;Cakewalk Guitar Tracks Pro USB&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/"&gt;BitDefender Total Security 2010&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://superuser.com/questions/67321/how-to-take-an-image-of-an-hard-drive-partition"&gt;How to take an image of an hard drive partition&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67319/firefox-search-or-operator"&gt;Firefox search OR operator&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67308/how-to-create-a-startup-script-in-snow-leopard"&gt;How to create a startup script in Snow Leopard?&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67299/busted-sound-card"&gt;busted sound card&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Geek Arcade&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Popular Forum Threads&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/open-doors/"&gt;Open Doors&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/boombot/"&gt;Boombot&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/demolition-city/"&gt;Demolition City&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/heavy-weapons/"&gt;Heavy Weapons&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;
					&lt;ul&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'&gt;No pop out sidebar in windows 7?&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/logon-studio-vista'&gt;Logon studio vista did not change image, automically  help!!&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/geforce-9400-gt-512mb-pci-e-hdcp-hdmi-graphics-card'&gt;GEFORCE 9400 GT 512MB PCI E HDCP HDMI GRAPHICS CARD&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/cpu-usage-very-high'&gt;(Solved) - CPU usage very high&lt;/a&gt;&lt;/li&gt;
										&lt;/ul&gt;
				&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/r6ukckYMIJ_pFDBVnQs0CxOQgUY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/r6ukckYMIJ_pFDBVnQs0CxOQgUY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/r6ukckYMIJ_pFDBVnQs0CxOQgUY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/r6ukckYMIJ_pFDBVnQs0CxOQgUY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=etjp3yFgzbI:ch_2h_leGC8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=etjp3yFgzbI:ch_2h_leGC8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=etjp3yFgzbI:ch_2h_leGC8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=etjp3yFgzbI:ch_2h_leGC8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/HowToGeek/~4/etjp3yFgzbI" height="1" width="1"/&gt;</description>
						<wfw:commentRss>http://www.howtogeek.com/howto/6242/we-have-20-google-wave-invites.-want-one/feed/</wfw:commentRss>
			<slash:comments>454</slash:comments>
						</item>
				<item>
			<title>Getting Started with TrueCrypt (to Secure Your Data)</title>
			<link>http://www.howtogeek.com/howto/6169/use-truecrypt-to-secure-your-data/</link>
			<comments>http://www.howtogeek.com/howto/6169/use-truecrypt-to-secure-your-data/#comments</comments>
			<pubDate>Thu, 05 Nov 2009 19:00:00 +0000</pubDate>
			<dc:creator>Mysticgeek</dc:creator>
					<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Security]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/6169/use-truecrypt-to-secure-your-hard-drive/</guid>
						<description>&lt;p&gt;BitLocker is a hard drive encryption utility in Windows 7 and Vista, unfortunately it&amp;#8217;s only available in Ultimate and Enterprise editions and not in XP at all. Today we take a look at TrueCrypt, which is a free utility that will enable encryption functionality to other versions.&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;TrueCrypt&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;TrueCrypt is a free Open Source disk encryption utility that works with Windows, Mac, and Linux. It allows you to encrypt an entire drive, partition or flash drive and ensure no one can access the data without the right password. It provides on-the-fly encryption and after the drive is encrypted you can continue to use everything like you normally would.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Installation is straight forward and it&amp;#8217;s recommended to create a system restore point before installing.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="3-tc" border="0" alt="3-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/3tc.png" width="605" height="441"&gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Click on the Create Volume button to begin setting the disc up for encryption.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="15-tc" border="0" alt="15-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/15tc.png" width="608" height="526"&gt; &lt;/p&gt;
&lt;p&gt;The entire process is wizard driven which makes it easy to use even for beginners. You can encrypt a virtual disk, removable drive, or an entire system drive. There are a lot more steps than what we show here, but the wizard makes all of your choices easy.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2-tc" border="0" alt="2-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/2tc.png" width="615" height="318"&gt; &lt;/p&gt;
&lt;p&gt;You can choose different levels of encryption. There are several types to choose from and each has its unique qualities…but for most users you will be fine with AES.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="7-tc" border="0" alt="7-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/7tc.png" width="615" height="318"&gt; &lt;/p&gt;
&lt;p&gt;To complete the process you will need to restart the computer.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="12-tc" border="0" alt="12-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/12tc.png" width="615" height="318"&gt; &lt;/p&gt;
&lt;p&gt;The amount of time it takes to encrypt a hard drive will vary depending on the size and speed of the system. In our test we encrypted an entire 320GB drive and it took about 4 hours.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="13-tc" border="0" alt="13-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/13tc.png" width="615" height="318"&gt;&lt;/p&gt;
&lt;p&gt;To complete the process a restart is required.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="12-tc" border="0" alt="12-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/12tc.png" width="615" height="318"&gt; &lt;/p&gt;
&lt;p&gt;Now anytime you start up your PC you will need to log in using the password you created in TrueCrypt.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2-tc" border="0" alt="2-tc" src="http://www.howtogeek.com/wp-content/uploads/2009/11/2tc1.png" width="643" height="336"&gt;&lt;/p&gt;
&lt;p&gt;If you&amp;#8217;re worried about private or sensitive data being compromised, TrueCrypt is a simple and effective free option. If you have a version of Windows or other OS that doesn&amp;#8217;t include BitLocker or another encryption feature, TrueCrypt has you covered. It&amp;#8217;s a versatile utility as it can encrypt partitions, VHDs, Flash Drives, or entire hard drive like we showed.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.truecrypt.org/downloads"&gt;Download TrueCrypt for Windows, Mac, and Linux&lt;/a&gt;&lt;/p&gt;
		&lt;table border='0' cellpadding='3' cellspacing='0' id='articleTable'&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Similar Articles&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Tinyhacker - Tiny Geek Hacks&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/ubuntu/install-truecrypt-on-ubuntu-edgy/" rel="bookmark" title="Permanent Link: Install TrueCrypt on Ubuntu Edgy"&gt;Install TrueCrypt on Ubuntu Edgy&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/stupid-geek-tricks-hide-data-in-a-secret-text-file-compartment/" rel="bookmark" title="Permanent Link: Stupid Geek Tricks: Hide Data in a Secret Text File Compartment"&gt;Stupid Geek Tricks: Hide Data in a Secret Text File Compartment&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.howtogeek.com/mysticgeek/2009/05/21/copy-website-tables-into-excel-2007-spreadsheets/" rel="bookmark" title="Permanent Link: Copy Website Tables into Excel 2007 Spreadsheets"&gt;Copy Website Tables into Excel 2007 Spreadsheets&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.howtogeek.com/mysticgeek/2009/04/15/office-2007-import-microsoft-access-data-into-excel/" rel="bookmark" title="Permanent Link: Import Microsoft Access Data Into Excel"&gt;Import Microsoft Access Data Into Excel&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/internet/firefox/using-secure-login-in-firefox/" rel="bookmark" title="Permanent Link: Using Secure Login in Firefox"&gt;Using Secure Login in Firefox&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/"&gt;Open Doors is a Fun Logic-Based Flash Game&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/"&gt;Split Large Files into Smaller Pieces using GSplit&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/"&gt;How to Connect Multiple Computers to One Monitor&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/"&gt;Make Any Web Page Printer Friendly with Printee&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/"&gt;Our Favorite Finder Icon&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/"&gt;JumpLaunch Uses Windows 7 Jump Lists as a Launcher&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Latest Software Reviews&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Super User Daily&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/pcmover-professional/"&gt;PCmover Professional&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/"&gt;Spyware Doctor + Antivirus 2010&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/"&gt;Cakewalk Guitar Tracks Pro USB&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/"&gt;BitDefender Total Security 2010&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://superuser.com/questions/67321/how-to-take-an-image-of-an-hard-drive-partition"&gt;How to take an image of an hard drive partition&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67319/firefox-search-or-operator"&gt;Firefox search OR operator&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67308/how-to-create-a-startup-script-in-snow-leopard"&gt;How to create a startup script in Snow Leopard?&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67299/busted-sound-card"&gt;busted sound card&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Geek Arcade&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Popular Forum Threads&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/open-doors/"&gt;Open Doors&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/boombot/"&gt;Boombot&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/demolition-city/"&gt;Demolition City&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/heavy-weapons/"&gt;Heavy Weapons&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;
					&lt;ul&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'&gt;No pop out sidebar in windows 7?&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/logon-studio-vista'&gt;Logon studio vista did not change image, automically  help!!&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/geforce-9400-gt-512mb-pci-e-hdcp-hdmi-graphics-card'&gt;GEFORCE 9400 GT 512MB PCI E HDCP HDMI GRAPHICS CARD&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/cpu-usage-very-high'&gt;(Solved) - CPU usage very high&lt;/a&gt;&lt;/li&gt;
										&lt;/ul&gt;
				&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/3C96OEbcnrYSyJUaYuUkPLjNqFU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3C96OEbcnrYSyJUaYuUkPLjNqFU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/3C96OEbcnrYSyJUaYuUkPLjNqFU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3C96OEbcnrYSyJUaYuUkPLjNqFU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=TfiZPl16xM0:SvI1b_IpsQQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=TfiZPl16xM0:SvI1b_IpsQQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=TfiZPl16xM0:SvI1b_IpsQQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=TfiZPl16xM0:SvI1b_IpsQQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/HowToGeek/~4/TfiZPl16xM0" height="1" width="1"/&gt;</description>
						<wfw:commentRss>http://www.howtogeek.com/howto/6169/use-truecrypt-to-secure-your-data/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
						</item>
				<item>
			<title>Rants: We Hate the Scam of Bundled Crapware</title>
			<link>http://www.howtogeek.com/howto/5619/avoid-crapware-when-installing-free-apps/</link>
			<comments>http://www.howtogeek.com/howto/5619/avoid-crapware-when-installing-free-apps/#comments</comments>
			<pubDate>Thu, 05 Nov 2009 13:00:00 +0000</pubDate>
			<dc:creator>Mysticgeek</dc:creator>
					<category><![CDATA[Geek Stuff]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/5619/avoid-crapware-when-installing-free-apps/</guid>
						<description>&lt;p&gt;One of the things we hate most is all the free software applications scamming less knowledgeable users by trying to sneak extra toolbars or other software onto their computer. Sadly, the practice is getting even more common, and we&amp;#8217;re going to rant about it.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/11/image10.png" width="522" height="183"&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What&amp;#8217;s the Problem?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Sure, you say, you can just uncheck the box when you are installing it. You&amp;#8217;re a geek, and you know stuff!&lt;/p&gt;
&lt;p&gt;&amp;#8230;but what about all the doctors, teachers, and moms that don&amp;#8217;t know any better? They don&amp;#8217;t want to be geeks, they have other things that matter to them more than sitting in front of a computer all day and night. It&amp;#8217;s Shocking, I know, but they &lt;em&gt;have a life.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;They shouldn&amp;#8217;t be punished by companies earning their living by scamming them into installing some worthless piece of crap software that they don&amp;#8217;t need or want. They shouldn&amp;#8217;t have a PC loaded down with crapware just because you like free stuff so much that you&amp;#8217;ll keep supporting these products by installing them. When is enough finally going to be enough?&lt;/p&gt;
&lt;p&gt;If you really love free software so much, why don&amp;#8217;t you switch to truly free (open source) software, and maybe start using Linux? After all, everybody knows as soon as you install Linux you&amp;#8217;ll be all-knowing and gain special comment-leaving powers.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Nobody Wants Toolbars!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Having extra software riders is common place in apps like RealPlayer or iTunes and other &amp;#8220;Lameware&amp;#8221; apps, but now it&amp;#8217;s getting worse. When getting the latest version of&amp;nbsp; Flash Player on a Windows 7 install, we see they&amp;#8217;re trying to add extra software like the Google Toolbar, or worse, a Mcafee scan.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="1-crap" border="0" alt="1-crap" src="http://www.howtogeek.com/wp-content/uploads/2009/10/1crap.png" width="587" height="382"&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2-crap" border="0" alt="2-crap" src="http://www.howtogeek.com/wp-content/uploads/2009/10/2crap.png" width="587" height="325"&gt;&lt;/p&gt;
&lt;p&gt;Sun&amp;#8217;s Java tries to install extra things as well like in this example they want to put the Bing Toolbar in Internet Explorer for you&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="3-crap" border="0" alt="3-crap" src="http://www.howtogeek.com/wp-content/uploads/2009/10/3crap.png" width="530" height="384"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And sometimes it offers to install the awful Yahoo toolbar as well.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/11/image9.png" width="546" height="424"&gt; &lt;/p&gt;
&lt;p&gt;A bunch of quality freeware apps seem to be using this practice nowadays as well…like CCleaner&amp;#8230; which makes us sad. We love CCleaner.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="4-crap" border="0" alt="4-crap" src="http://www.howtogeek.com/wp-content/uploads/2009/10/4crap.png" width="515" height="256"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Or Foxit Reader who want to install their own toolbar and make Ask.com your default search. &lt;em&gt;On a side note, have you noticed how bloated Foxit seems to be getting in recent versions?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="7-crap" border="0" alt="7-crap" src="http://www.howtogeek.com/wp-content/uploads/2009/10/7crap.png" width="526" height="355"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Avoid The Extra Junk&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The extra apps they try to sneak on your system aren&amp;#8217;t malware like &lt;a href="http://www.howtogeek.com/howto/2310/be-careful-not-to-install-junk-software-with-digsby/"&gt;Digsby was trying to do&lt;/a&gt; when they joined the dark side, but it&amp;#8217;s irritating and annoying that a user is automatically opted in. One service that makes it easy to install your favorite apps without the extra baggage is Ninite which we have &lt;a href="http://www.howtogeek.com/howto/4774/getvolery-makes-installing-software-incredibly-simple/"&gt;previously covered&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;Not only do they make it a huge time saver to install multiple apps at once, they say NO to all the extra crapware they might try to include.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="1gv" border="0" alt="1gv" src="http://www.howtogeek.com/wp-content/uploads/2009/10/1gv1.png" width="640" height="596"&gt;&lt;/p&gt;
&lt;p&gt;We spoke with Patrick Swieskowski, one of the founders of &lt;a href="http://ninite.com"&gt;Ninite&lt;/a&gt;, and he told us about how they ensure their service installs apps free of crapware.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;These tricky toolbars and addons were a big reason we started Ninite. You always have to be on your toes when running installers these days.&lt;/p&gt;
&lt;p&gt;When we set up the automation for each installer we pay careful attention to these offers and decline them. We also check our test systems for new toolbars or other bundled apps after the automation, and if anything got through we throw out that configuration and try again.&lt;/p&gt;
&lt;p&gt;We&amp;#8217;re really serious about making Ninite a place to get software where people don&amp;#8217;t have to worry about these sort of addons or spyware. For example, if I found that our Digsby install had the research mode enabled by default, we would have immediately removed it from the site until we could resolve the problem. Any feedback we receive about malicious or shady app behavior becomes our top priority.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;How-To Geek Policy&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;When you read about free apps and utilities that we write about here, we will always let you know if the app tries to sneak something else in. It&amp;#8217;s our official policy. &lt;/p&gt;
&lt;p&gt;&lt;em&gt;Note: if we&amp;#8217;ve written about something in the past and the developer has since added a crappy toolbar, be sure to let us know so we can update the article and point it out.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="5-crap" border="0" alt="5-crap" src="http://www.howtogeek.com/wp-content/uploads/2009/10/5crap.png" width="549" height="508"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Yes, it&amp;#8217;s only a matter of un-checking a box, but it seems that allowing a user to opt-into installing the extra junk would be more acceptable.&lt;/p&gt;
		&lt;table border='0' cellpadding='3' cellspacing='0' id='articleTable'&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Similar Articles&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Tinyhacker - Tiny Geek Hacks&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/4774/getvolery-makes-installing-software-incredibly-simple/" rel="bookmark" title="Permanent Link: Volery (Now Ninite) Makes Installing Software Incredibly Simple"&gt;Volery (Now Ninite) Makes Installing Software Incredibly Simple&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.howtogeek.com/mysticgeek/2009/04/28/enhance-windows-functionality-with-extensions-for-windows/" rel="bookmark" title="Permanent Link: Enhance Productivity With Extensions For Windows"&gt;Enhance Productivity With Extensions For Windows&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/5219/run-apps-in-sandboxie-to-keep-your-system-secure/" rel="bookmark" title="Permanent Link: Run Apps in Sandboxie to Keep Your System Clean and Secure"&gt;Run Apps in Sandboxie to Keep Your System Clean and Secure&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.howtogeek.com/mysticgeek/2009/05/04/codysafe-is-an-alternative-to-portableapps/" rel="bookmark" title="Permanent Link: CodySafe is an Alternative to PortableApps"&gt;CodySafe is an Alternative to PortableApps&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/ubuntu/check-your-disk-usage-on-ubuntu-from-the-command-line/" rel="bookmark" title="Permanent Link: Check your Disk Usage on Ubuntu from the command line"&gt;Check your Disk Usage on Ubuntu from the command line&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/"&gt;Open Doors is a Fun Logic-Based Flash Game&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/"&gt;Split Large Files into Smaller Pieces using GSplit&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/"&gt;How to Connect Multiple Computers to One Monitor&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/"&gt;Make Any Web Page Printer Friendly with Printee&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/"&gt;Our Favorite Finder Icon&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/"&gt;JumpLaunch Uses Windows 7 Jump Lists as a Launcher&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Latest Software Reviews&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Super User Daily&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/pcmover-professional/"&gt;PCmover Professional&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/"&gt;Spyware Doctor + Antivirus 2010&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/"&gt;Cakewalk Guitar Tracks Pro USB&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/"&gt;BitDefender Total Security 2010&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://superuser.com/questions/67321/how-to-take-an-image-of-an-hard-drive-partition"&gt;How to take an image of an hard drive partition&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67319/firefox-search-or-operator"&gt;Firefox search OR operator&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67308/how-to-create-a-startup-script-in-snow-leopard"&gt;How to create a startup script in Snow Leopard?&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67299/busted-sound-card"&gt;busted sound card&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Geek Arcade&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Popular Forum Threads&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/open-doors/"&gt;Open Doors&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/boombot/"&gt;Boombot&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/demolition-city/"&gt;Demolition City&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/heavy-weapons/"&gt;Heavy Weapons&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;
					&lt;ul&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'&gt;No pop out sidebar in windows 7?&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/logon-studio-vista'&gt;Logon studio vista did not change image, automically  help!!&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/geforce-9400-gt-512mb-pci-e-hdcp-hdmi-graphics-card'&gt;GEFORCE 9400 GT 512MB PCI E HDCP HDMI GRAPHICS CARD&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/cpu-usage-very-high'&gt;(Solved) - CPU usage very high&lt;/a&gt;&lt;/li&gt;
										&lt;/ul&gt;
				&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Zjk_gDLQcx-HA58UOrimcGLgjXg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Zjk_gDLQcx-HA58UOrimcGLgjXg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Zjk_gDLQcx-HA58UOrimcGLgjXg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Zjk_gDLQcx-HA58UOrimcGLgjXg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=Q8DaCEoUHus:50UuTf1Ck0U:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=Q8DaCEoUHus:50UuTf1Ck0U:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=Q8DaCEoUHus:50UuTf1Ck0U:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=Q8DaCEoUHus:50UuTf1Ck0U:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/HowToGeek/~4/Q8DaCEoUHus" height="1" width="1"/&gt;</description>
						<wfw:commentRss>http://www.howtogeek.com/howto/5619/avoid-crapware-when-installing-free-apps/feed/</wfw:commentRss>
			<slash:comments>28</slash:comments>
						</item>
				<item>
			<title>Remove Garbage Software from Your New (or Old) Computer</title>
			<link>http://www.howtogeek.com/howto/6086/remove-garbage-software-from-your-new-or-old-computer/</link>
			<comments>http://www.howtogeek.com/howto/6086/remove-garbage-software-from-your-new-or-old-computer/#comments</comments>
			<pubDate>Thu, 05 Nov 2009 07:00:00 +0000</pubDate>
			<dc:creator>Asian Angel</dc:creator>
					<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Windows]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/?p=6086</guid>
						<description>&lt;p&gt;Is your brand new computer full of garbage and trial software? Have an older computer that could use a good cleaning? PC Decrapifier can help make the process as quick and painless as possible.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PC Decrapifier&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;PC Decrapifier requires no installation…just double-click the exe file to get things started.&lt;/p&gt;
&lt;p&gt;The first screen introduces you to the program and gives you the opportunity to check for a new release. Click “Next” when ready…&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="pc-decrapifier-01" src="http://www.howtogeek.com/wp-content/uploads/2009/11/pcdecrapifier01.png" width="640" height="464"&gt;&lt;/p&gt;
&lt;p&gt;The second screen has the EULA.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="pc-decrapifier-02" src="http://www.howtogeek.com/wp-content/uploads/2009/11/pcdecrapifier02.png" width="640" height="464"&gt;&lt;/p&gt;
&lt;p&gt;The third screen provides a warning to be careful regarding software that you may have purchased and installed yourself. You definitely do not want to accidentally remove the good stuff.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="pc-decrapifier-03" src="http://www.howtogeek.com/wp-content/uploads/2009/11/pcdecrapifier03.png" width="640" height="464"&gt;&lt;/p&gt;
&lt;p&gt;This screen asks which type of computer you are running. Choose the appropriate response…for our example we went ahead and checked “Yes”.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="pc-decrapifier-04" src="http://www.howtogeek.com/wp-content/uploads/2009/11/pcdecrapifier04.png" width="640" height="464"&gt;&lt;/p&gt;
&lt;p&gt;You will have the opportunity to create a “Restore Point” before going any further with the removal process. It is recommended that you do so before going to the next step.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="pc-decrapifier-05" src="http://www.howtogeek.com/wp-content/uploads/2009/11/pcdecrapifier05.png" width="640" height="464"&gt;&lt;/p&gt;
&lt;p&gt;You will be notified as soon as the “Restore Point” has been created…it may take a few moments depending on your individual setup. Now you are ready to check for “garbage software”. Click “Next”…&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="pc-decrapifier-06" src="http://www.howtogeek.com/wp-content/uploads/2009/11/pcdecrapifier06.png" width="640" height="464"&gt;&lt;/p&gt;
&lt;p&gt;Our Windows 7 install came up clean but that is not the end of things yet. At this point you will have the opportunity to remove other software that is not in PC Decrapifier’s list yet or was added after you got your computer. Click “Next” to see what is found.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="pc-decrapifier-07" src="http://www.howtogeek.com/wp-content/uploads/2009/11/pcdecrapifier07.png" width="640" height="464"&gt;&lt;/p&gt;
&lt;p&gt;As you can see PC Decrapifier shows a list of the other software on your computer. Here you can see non-OEM installs of Google Toolbar and Musicmatch Jukebox have been selected. It is a good opportunity to remove unwanted software that is cluttering up your hard-drive. Select the particular items that you would like to have removed and click “Next”.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="pc-decrapifier-08" src="http://www.howtogeek.com/wp-content/uploads/2009/11/pcdecrapifier08.png" width="640" height="464"&gt;&lt;/p&gt;
&lt;p&gt;You will be provided with a final opportunity to cancel the removal if you are uncertain about any of your selections.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="pc-decrapifier-09" src="http://www.howtogeek.com/wp-content/uploads/2009/11/pcdecrapifier09.png" width="640" height="464"&gt;&lt;/p&gt;
&lt;p&gt;Then all that you have to do is enjoy watching that unwanted software being removed for you… You may be occasionally prompted to confirm removal of non-OEM software in uninstall windows…&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="pc-decrapifier-10" src="http://www.howtogeek.com/wp-content/uploads/2009/11/pcdecrapifier10.png" width="640" height="464"&gt;&lt;/p&gt;
&lt;p&gt;All done…&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="pc-decrapifier-11" src="http://www.howtogeek.com/wp-content/uploads/2009/11/pcdecrapifier11.png" width="640" height="464"&gt;&lt;/p&gt;
&lt;p&gt;In the final window you will have an opportunity to provide feedback to the software author if desired, otherwise click “Finish” to close PC Decrapifier.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="pc-decrapifier-12" src="http://www.howtogeek.com/wp-content/uploads/2009/11/pcdecrapifier12.png" width="640" height="464"&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What Does It Look For?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you are curious about the list of items that PC Decrapifier looks for, there is a list (three pages) provided at the author’s website (&lt;em&gt;link provided below&lt;/em&gt;). Here is a sample from the first page…&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="pc-decrapifier-13" src="http://www.howtogeek.com/wp-content/uploads/2009/11/pcdecrapifier13.png" width="640" height="363"&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you are looking for a good way to clean up your new (or old) computer, then PC Decrapifier can help make it as painless as possible.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Links&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://pcdecrapifier.com/download" target="_blank"&gt;Download PC Decrapifier (version 2.1.0)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://pcdecrapifier.com/apps" target="_blank"&gt;See the list of what PC Decrapifier removes&lt;/a&gt;&lt;/p&gt;
		&lt;table border='0' cellpadding='3' cellspacing='0' id='articleTable'&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Similar Articles&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Tinyhacker - Tiny Geek Hacks&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/what-is-this-my-sharing-folders-icon-in-my-computer-and-how-do-i-remove-it/" rel="bookmark" title="Permanent Link: What is this &amp;quot;My Sharing Folders&amp;quot; Icon in My Computer and How Do I Remove It?"&gt;What is this &amp;quot;My Sharing Folders&amp;quot; Icon in My Computer and How Do I Remove It?&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows/remove-isp-text-or-corporate-branding-from-internet-explorer-title-bar/" rel="bookmark" title="Permanent Link: Remove ISP Text or Corporate Branding from Internet Explorer Title Bar"&gt;Remove ISP Text or Corporate Branding from Internet Explorer Title Bar&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/what-is-this-web-folders-icon-in-my-computer-and-how-do-i-remove-it/" rel="bookmark" title="Permanent Link: What is this &amp;quot;Web Folders&amp;quot; Icon in My Computer and How Do I Remove It?"&gt;What is this &amp;quot;Web Folders&amp;quot; Icon in My Computer and How Do I Remove It?&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows/how-to-remove-shared-documents-icon-from-my-computer-in-windows-xp/" rel="bookmark" title="Permanent Link: How to Remove Shared Documents Icon from My Computer in Windows XP"&gt;How to Remove Shared Documents Icon from My Computer in Windows XP&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/remove-map-network-drive-menu-item-from-windows-vista-or-xp/" rel="bookmark" title="Permanent Link: Remove &amp;quot;Map Network Drive&amp;quot; Menu Item from Windows Vista or XP"&gt;Remove &amp;quot;Map Network Drive&amp;quot; Menu Item from Windows Vista or XP&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/"&gt;Open Doors is a Fun Logic-Based Flash Game&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/"&gt;Split Large Files into Smaller Pieces using GSplit&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/"&gt;How to Connect Multiple Computers to One Monitor&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/"&gt;Make Any Web Page Printer Friendly with Printee&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/"&gt;Our Favorite Finder Icon&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/"&gt;JumpLaunch Uses Windows 7 Jump Lists as a Launcher&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Latest Software Reviews&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Super User Daily&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/pcmover-professional/"&gt;PCmover Professional&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/"&gt;Spyware Doctor + Antivirus 2010&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/"&gt;Cakewalk Guitar Tracks Pro USB&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/"&gt;BitDefender Total Security 2010&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://superuser.com/questions/67321/how-to-take-an-image-of-an-hard-drive-partition"&gt;How to take an image of an hard drive partition&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67319/firefox-search-or-operator"&gt;Firefox search OR operator&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67308/how-to-create-a-startup-script-in-snow-leopard"&gt;How to create a startup script in Snow Leopard?&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67299/busted-sound-card"&gt;busted sound card&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Geek Arcade&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Popular Forum Threads&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/open-doors/"&gt;Open Doors&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/boombot/"&gt;Boombot&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/demolition-city/"&gt;Demolition City&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/heavy-weapons/"&gt;Heavy Weapons&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;
					&lt;ul&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'&gt;No pop out sidebar in windows 7?&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/logon-studio-vista'&gt;Logon studio vista did not change image, automically  help!!&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/geforce-9400-gt-512mb-pci-e-hdcp-hdmi-graphics-card'&gt;GEFORCE 9400 GT 512MB PCI E HDCP HDMI GRAPHICS CARD&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/cpu-usage-very-high'&gt;(Solved) - CPU usage very high&lt;/a&gt;&lt;/li&gt;
										&lt;/ul&gt;
				&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NmS2aVsxoGFQHzfH4OY2XGiQMxU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NmS2aVsxoGFQHzfH4OY2XGiQMxU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NmS2aVsxoGFQHzfH4OY2XGiQMxU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NmS2aVsxoGFQHzfH4OY2XGiQMxU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=eOjK54XD6sM:sY0dubC7g5c:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=eOjK54XD6sM:sY0dubC7g5c:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=eOjK54XD6sM:sY0dubC7g5c:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=eOjK54XD6sM:sY0dubC7g5c:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/HowToGeek/~4/eOjK54XD6sM" height="1" width="1"/&gt;</description>
						<wfw:commentRss>http://www.howtogeek.com/howto/6086/remove-garbage-software-from-your-new-or-old-computer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
						</item>
				<item>
			<title>Foobar2000 is a Fully Customizable Music Player</title>
			<link>http://www.howtogeek.com/howto/5686/foobar2000-is-a-fully-customizable-music-player/</link>
			<comments>http://www.howtogeek.com/howto/5686/foobar2000-is-a-fully-customizable-music-player/#comments</comments>
			<pubDate>Wed, 04 Nov 2009 22:00:00 +0000</pubDate>
			<dc:creator>Mysticgeek</dc:creator>
					<category><![CDATA[Geek Stuff]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/5686/foobar2000-is-a-fully-customizable-music-player/</guid>
						<description>&lt;p&gt;If you are sick of iTunes or Windows Media Player because they&amp;#8217;re bulky and won&amp;#8217;t play certain formats, then it&amp;#8217;s time to look for another player. Today we take a look at Foobar2000 which is light on system resources, extremely configurable, and plays several types of music format.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;foobar2000&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Foobar2000 is a great music player for the geek who wants a light player that they can tweak the heck out of to their liking. The installer is only a 1.6 MB download but packs a lot of power. Features include gapless playback, ReplayGain support, ripping CDs, customizable interface, open component architecture and a lot more. It supports FLAC, MP3, MP4, OGG, WAV, WMA, AIFF, and other music formats. &lt;/p&gt;
&lt;p&gt;Installation is straight-forward following the install wizard and you can go for the standard or portable version.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="1-foo" border="0" alt="1-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/1foo.png" width="541" height="427"&gt;&lt;/p&gt;
&lt;p&gt;When you initially set it up or at anytime after you can go through the quick appearance setup feature to change the look and feel how you like it.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="11-foo" border="0" alt="11-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/11foo.png" width="638" height="381"&gt; &lt;/p&gt;
&lt;p&gt;The player is easy to navigate and with a component plugin like Columns UI has all of the features you would expect from most players out there today.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="sshot-2009-10-31-[18-44-19]" border="0" alt="sshot-2009-10-31-[18-44-19]" src="http://www.howtogeek.com/wp-content/uploads/2009/10/sshot20091031184419.png" width="643" height="595"&gt; &lt;/p&gt;
&lt;p&gt;You can find a bunch of different plugin components that have been created by different developers over the years as the project has grown. There are plugins for appearance, tagging, CD burning, and even an iPod manager. Virtually any function you might want, someone has created a plugin. To use the plugin components, download the zip file and extract the DLL file into the Foobar2000 components folder.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="15-foo" border="0" alt="15-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/15foo.png" width="628" height="474"&gt; &lt;/p&gt;
&lt;p&gt;One of the must have components is Columns UI that lets you customize the interface in several ways.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="18" border="0" alt="18" src="http://www.howtogeek.com/wp-content/uploads/2009/10/18.png" width="640" height="595"&gt; &lt;/p&gt;
&lt;p&gt;Depending on the layout you can get tabbed or dropdown playlist features.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="5-foo" border="0" alt="5-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/5foo.png" width="367" height="282"&gt; &lt;/p&gt;
&lt;p&gt;It also includes the ability to convert your music files to different formats. Just right click on a song and select Convert.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="12-foo" border="0" alt="12-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/12foo.png" width="462" height="350"&gt; &lt;/p&gt;
&lt;p&gt;Now you can go through and choose the format you want to convert it to and add select between several settings and effects options.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="13-foo" border="0" alt="13-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/13foo.png" width="548" height="606"&gt; &lt;/p&gt;
&lt;p&gt;An EQ is included for you to tweak the sound how you like it, and you can save your own presets. &lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="14-foo" border="0" alt="14-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/14foo.png" width="501" height="444"&gt; &lt;/p&gt;
&lt;p&gt;If you are a Keyboard Ninja you&amp;#8217;ll like the customizable shortcuts.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="9-kbnin" border="0" alt="9-kbnin" src="http://www.howtogeek.com/wp-content/uploads/2009/10/9kbnin.png" width="521" height="524"&gt;&lt;/p&gt;
&lt;p&gt;Going through your library is easy with the search feature.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="3-foo" border="0" alt="3-foo" src="http://www.howtogeek.com/wp-content/uploads/2009/10/3foo.png" width="627" height="362"&gt;&lt;/p&gt;
&lt;p&gt;Foobar2000 is a cool player for a music loving computer geek who wants to tweak every aspect of their player. If you&amp;#8217;re a fan of foobar2000 or just started using it, leave us a comment and let us about it.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.foobar2000.org/download"&gt;Download foobar2000 for Windows&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.foobar2000.org/components"&gt;foobar2000 Plugin Components&lt;/a&gt;&lt;/p&gt;
		&lt;table border='0' cellpadding='3' cellspacing='0' id='articleTable'&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Similar Articles&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Tinyhacker - Tiny Geek Hacks&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/fixing-when-windows-media-player-library-wont-let-you-add-files/" rel="bookmark" title="Permanent Link: Fixing When Windows Media Player Library Won&amp;#8217;t Let You Add Files"&gt;Fixing When Windows Media Player Library Won&amp;#8217;t Let You Add Files&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/make-windows-media-player-automatically-open-in-mini-player-mode/" rel="bookmark" title="Permanent Link: Make Windows Media Player Automatically Open in Mini Player Mode"&gt;Make Windows Media Player Automatically Open in Mini Player Mode&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blogs.howtogeek.com/mysticgeek/2009/04/20/great-sounding-music-and-skin-possibilities-with-xion/" rel="bookmark" title="Permanent Link: Great Sounding Music and Skin Possibilities with Xion"&gt;Great Sounding Music and Skin Possibilities with Xion&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/lock-the-screen-while-in-full-screen-mode-in-windows-media-player/" rel="bookmark" title="Permanent Link: Lock The Screen While in Full-Screen Mode in Windows Media Player"&gt;Lock The Screen While in Full-Screen Mode in Windows Media Player&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/the-geek-blog/musicbee-is-a-fast-and-powerful-music-manager/" rel="bookmark" title="Permanent Link: MusicBee is a Fast and Powerful Music Manager"&gt;MusicBee is a Fast and Powerful Music Manager&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/"&gt;Open Doors is a Fun Logic-Based Flash Game&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/"&gt;Split Large Files into Smaller Pieces using GSplit&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/"&gt;How to Connect Multiple Computers to One Monitor&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/"&gt;Make Any Web Page Printer Friendly with Printee&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/"&gt;Our Favorite Finder Icon&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/"&gt;JumpLaunch Uses Windows 7 Jump Lists as a Launcher&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Latest Software Reviews&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Super User Daily&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/pcmover-professional/"&gt;PCmover Professional&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/"&gt;Spyware Doctor + Antivirus 2010&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/"&gt;Cakewalk Guitar Tracks Pro USB&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/"&gt;BitDefender Total Security 2010&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://superuser.com/questions/67321/how-to-take-an-image-of-an-hard-drive-partition"&gt;How to take an image of an hard drive partition&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67319/firefox-search-or-operator"&gt;Firefox search OR operator&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67308/how-to-create-a-startup-script-in-snow-leopard"&gt;How to create a startup script in Snow Leopard?&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67299/busted-sound-card"&gt;busted sound card&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Geek Arcade&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Popular Forum Threads&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/open-doors/"&gt;Open Doors&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/boombot/"&gt;Boombot&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/demolition-city/"&gt;Demolition City&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/heavy-weapons/"&gt;Heavy Weapons&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;
					&lt;ul&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'&gt;No pop out sidebar in windows 7?&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/logon-studio-vista'&gt;Logon studio vista did not change image, automically  help!!&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/geforce-9400-gt-512mb-pci-e-hdcp-hdmi-graphics-card'&gt;GEFORCE 9400 GT 512MB PCI E HDCP HDMI GRAPHICS CARD&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/cpu-usage-very-high'&gt;(Solved) - CPU usage very high&lt;/a&gt;&lt;/li&gt;
										&lt;/ul&gt;
				&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jIwg3YZAQVVrBb_AhrTcwiIgQ5w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jIwg3YZAQVVrBb_AhrTcwiIgQ5w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jIwg3YZAQVVrBb_AhrTcwiIgQ5w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jIwg3YZAQVVrBb_AhrTcwiIgQ5w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=qKJUDUSpdYg:OMa1VEvsSFg:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=qKJUDUSpdYg:OMa1VEvsSFg:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=qKJUDUSpdYg:OMa1VEvsSFg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=qKJUDUSpdYg:OMa1VEvsSFg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/HowToGeek/~4/qKJUDUSpdYg" height="1" width="1"/&gt;</description>
						<wfw:commentRss>http://www.howtogeek.com/howto/5686/foobar2000-is-a-fully-customizable-music-player/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
						</item>
				<item>
			<title>Turn Your Desktop into a Picture Slideshow in Windows 7</title>
			<link>http://www.howtogeek.com/howto/6158/turn-your-desktop-into-a-picture-slideshow-in-windows-7/</link>
			<comments>http://www.howtogeek.com/howto/6158/turn-your-desktop-into-a-picture-slideshow-in-windows-7/#comments</comments>
			<pubDate>Wed, 04 Nov 2009 19:00:00 +0000</pubDate>
			<dc:creator>Mysticgeek</dc:creator>
					<category><![CDATA[Desktop Customization]]></category>
		<category><![CDATA[Windows 7]]></category>
			<guid isPermaLink="false">http://www.howtogeek.com/howto/6158/turn-your-desktop-into-a-picture-slideshow-in-windows-7/</guid>
						<description>&lt;p&gt;Are you looking for a way to easily change your desktop background periodically throughout the day? Today we look at using the desktop slideshow feature in Windows 7 that will automatically change the wallpaper at different time intervals.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Using Desktop Slideshow&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To create your slideshow right-click on the desktop and click Properties.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="1-slide" border="0" alt="1-slide" src="http://www.howtogeek.com/wp-content/uploads/2009/11/1slide.png" width="338" height="354"&gt;&lt;/p&gt;
&lt;p&gt;Click on Desktop Background located at the bottom of the window.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2-slide" border="0" alt="2-slide" src="http://www.howtogeek.com/wp-content/uploads/2009/11/2slide.png" width="455" height="246"&gt;&lt;/p&gt;
&lt;p&gt;Now hold down the Ctrl button on your keyboard and select each picture you would like to show on the desktop. Then choose the amount of time to to change the pictures, you can select from 10 seconds all the way up to a full day. Click the box next to Shuffle to vary them up even more.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="3" border="0" alt="3" src="http://www.howtogeek.com/wp-content/uploads/2009/11/3.png" width="577" height="632"&gt;&lt;/p&gt;
&lt;p&gt;After you&amp;#8217;ve enabled this setting you&amp;#8217;ll notice it says Slide Show under Desktop Background.&lt;/p&gt;
&lt;p&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="4-slide" border="0" alt="4-slide" src="http://www.howtogeek.com/wp-content/uploads/2009/11/4slide.png" width="286" height="215"&gt;&lt;/p&gt;
&lt;p&gt;If you&amp;#8217;d rather not muck around in the properties panel to add new wallpaper, you can simply head into the folder with all of your pictures, wallpapers, or photos, select the ones you want and use &amp;#8220;Set as desktop background&amp;#8221; from the right-click menu.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.howtogeek.com/geekers/up/sshot-2009-11-03-11-01-57.png"&gt;&lt;/p&gt;
&lt;p&gt;Once you&amp;#8217;ve enabled the desktop slideshow, if you want to skip over to the next wallpaper you can simply right-click on the desktop and then use &amp;#8220;Next desktop background&amp;#8221; from the menu. &lt;/p&gt;
&lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.howtogeek.com/wp-content/uploads/2009/11/image8.png" width="352" height="301"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is a great way to add variety to your desktop, show off some pictures you&amp;#8217;ve taken, or just mess around with while you&amp;#8217;re bored at work.&lt;/p&gt;
		&lt;table border='0' cellpadding='3' cellspacing='0' id='articleTable'&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Similar Articles&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300' width='50%'&gt;&lt;strong&gt;Tinyhacker - Tiny Geek Hacks&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/turn-on-remote-desktop-in-windows-vista/" rel="bookmark" title="Permanent Link: Turn on Remote Desktop in Windows 7 or Vista"&gt;Turn on Remote Desktop in Windows 7 or Vista&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/customize-your-welcome-picture-choices-in-windows-vista/" rel="bookmark" title="Permanent Link: Customize Your Welcome Picture Choices in Windows Vista"&gt;Customize Your Welcome Picture Choices in Windows Vista&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows/stop-the-annoying-there-are-unused-icons-on-your-desktop-popup-balloon/" rel="bookmark" title="Permanent Link: Stop the Annoying &amp;quot;There are unused icons on your desktop&amp;quot; Popup Balloon"&gt;Stop the Annoying &amp;quot;There are unused icons on your desktop&amp;quot; Popup Balloon&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/windows-vista/get-the-berylubuntu-desktop-cube-effect-for-windows/" rel="bookmark" title="Permanent Link: Get the Beryl/Ubuntu &amp;quot;Desktop Cube&amp;quot; Effect for Windows"&gt;Get the Beryl/Ubuntu &amp;quot;Desktop Cube&amp;quot; Effect for Windows&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.howtogeek.com/howto/microsoft-office/automatically-resize-picture-attachments-in-outlook-2007/" rel="bookmark" title="Permanent Link: Automatically Resize Picture Attachments in Outlook 2007"&gt;Automatically Resize Picture Attachments in Outlook 2007&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/open-doors-is-a-fun-logic-based-flash-game/"&gt;Open Doors is a Fun Logic-Based Flash Game&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/split-large-files-into-smaller-pieces-using-gsplit/"&gt;Split Large Files into Smaller Pieces using GSplit&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/how-to-connect-multiple-computers-to-one-monitor/"&gt;How to Connect Multiple Computers to One Monitor&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/make-any-web-page-printer-friendly-with-printee/"&gt;Make Any Web Page Printer Friendly with Printee&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/our-favorite-finder-icon/"&gt;Our Favorite Finder Icon&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://tinyhacker.com/hacks/jumplaunch-uses-windows-7-jump-lists-as-a-launcher/"&gt;JumpLaunch Uses Windows 7 Jump Lists as a Launcher&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Latest Software Reviews&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Super User Daily&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/pcmover-professional/"&gt;PCmover Professional&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/spyware-doctor-antivirus-2010/"&gt;Spyware Doctor + Antivirus 2010&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/cakewalk-guitar-tracks-pro-usb/"&gt;Cakewalk Guitar Tracks Pro USB&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/reviews/bitdefender-total-security-2010/"&gt;BitDefender Total Security 2010&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://superuser.com/questions/67321/how-to-take-an-image-of-an-hard-drive-partition"&gt;How to take an image of an hard drive partition&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67319/firefox-search-or-operator"&gt;Firefox search OR operator&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67308/how-to-create-a-startup-script-in-snow-leopard"&gt;How to create a startup script in Snow Leopard?&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://superuser.com/questions/67299/busted-sound-card"&gt;busted sound card&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Geek Arcade&lt;/strong&gt;&lt;/td&gt;
				&lt;td bgcolor='#cccccc' align='center' width='300'&gt;&lt;strong&gt;Popular Forum Threads&lt;/strong&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
				&lt;td valign='top'&gt;&lt;ul&gt;			&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/open-doors/"&gt;Open Doors&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/boombot/"&gt;Boombot&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/demolition-city/"&gt;Demolition City&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href="http://www.howtogeek.com/games/heavy-weapons/"&gt;Heavy Weapons&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;&lt;/td&gt;
				&lt;td valign='top'&gt;
					&lt;ul&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/no-pop-out-sidebar-in-windows-7'&gt;No pop out sidebar in windows 7?&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/logon-studio-vista'&gt;Logon studio vista did not change image, automically  help!!&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/geforce-9400-gt-512mb-pci-e-hdcp-hdmi-graphics-card'&gt;GEFORCE 9400 GT 512MB PCI E HDCP HDMI GRAPHICS CARD&lt;/a&gt;&lt;/li&gt;
											&lt;li&gt;&lt;a href='http://www.howtogeek.com/forum/topic/cpu-usage-very-high'&gt;(Solved) - CPU usage very high&lt;/a&gt;&lt;/li&gt;
										&lt;/ul&gt;
				&lt;/td&gt;
			&lt;/tr&gt;
		&lt;/table&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/aH_WOCO1k4q7ouwIfTzf6EkRwBg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aH_WOCO1k4q7ouwIfTzf6EkRwBg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/aH_WOCO1k4q7ouwIfTzf6EkRwBg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aH_WOCO1k4q7ouwIfTzf6EkRwBg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=QHENBN-XH6c:PBrAGYZxK4U:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=QHENBN-XH6c:PBrAGYZxK4U:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.howtogeek.com/~ff/HowToGeek?a=QHENBN-XH6c:PBrAGYZxK4U:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/HowToGeek?i=QHENBN-XH6c:PBrAGYZxK4U:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/HowToGeek/~4/QHENBN-XH6c" height="1" width="1"/&gt;</description>
						<wfw:commentRss>http://www.howtogeek.com/howto/6158/turn-your-desktop-into-a-picture-slideshow-in-windows-7/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
						</item>
			</channel>
</rss><!-- Dynamic page generated in 0.488 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-11-07 20:25:27 -->
