<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.maximumpc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Maximum PC how_to RSS Feed</title>
 <link>http://www.maximumpc.com/tags/how_to</link>
 <description>used for category lists, takes arguments</description>
 <language>en</language>
<item>
 <title>How To: Install Windows 7 from a USB Key!</title>
 <link>http://www.maximumpc.com/article/howtos/how_to_install_windows_7_beta_a_usb_key</link>
 <description>&lt;!--paging_filter--&gt;&lt;h3 align=&quot;center&quot;&gt; &lt;a href=&quot;/tags/windows+7+week&quot;&gt;&lt;img src=&quot;/files/u17625/win7week_header.jpg&quot; width=&quot;405&quot; height=&quot;130&quot; /&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;So after reading our &lt;a href=&quot;/article/reviews/windows_7_review&quot;&gt;review of Windows 7&lt;/a&gt;, you’re ready to take the plunge and upgrade to Microsoft&#039;s new OS. You’ve &lt;a href=&quot;/article/features/windows_7_upgrade_guide_all_your_questions_answered&quot;&gt;read our upgrade guide&lt;/a&gt;, decided whether you want &lt;a href=&quot;/article/features/should_you_upgrade_64bit_windows_7&quot;&gt;32- or 64-bit Windows 7&lt;/a&gt;, and bought your retail box. But what if you want to install Windows 7 on a netbook or other computer without an optical drive? Fortunately, you’re not out of luck, because Windows 7 (and Vista, for that matter) can be installed from a USB storage key. Not only does installing from a USB key remove the need for a DVD drive, the install time is also greatly reduced – we shaved off minutes from the total install time. Our step-by-step guide will have you rocking the new version of Windows in no time!&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u17625/usbkey_415.jpg&quot; width=&quot;415&quot; height=&quot;272&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table border=&quot;0&quot; align=&quot;right&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;h3&gt;Time = 1 hour&lt;/h3&gt;
&lt;p&gt;What you need: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;4GB USB key&lt;br /&gt; $10, &lt;a href=&quot;http://www.newegg.com&quot;&gt;www.newegg.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;WinRAR&lt;br /&gt; Free Evaluation Copy, www.rarlab.com&lt;/li&gt;
&lt;li&gt;Windows 7&lt;br /&gt;$99 (OEM) &lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt; &lt;strong&gt;Note&lt;/strong&gt;: This guide will only work within Windows Vista or 7. &lt;/p&gt;
&lt;h2&gt;1.    Format Your USB Key &lt;br /&gt;&lt;/h2&gt;
&lt;p&gt;Plug in your USB key and back up any existing data stored on it. You’ll need to format the key before you can make it a bootable device. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/usbwin7/snap002.jpg&quot; width=&quot;377&quot; height=&quot;485&quot; /&gt;&lt;/div&gt;
&lt;p&gt;Open up a Command Prompt as an Administrator. You can do this by finding the &lt;strong&gt;cmd.exe &lt;/strong&gt;in yoru Windows/System32 folder, right-clicking the executable, and selecting “Run as Administrator”. Alternatively, type CMD in the Start Menu search field and activate the Command Prompt using &lt;strong&gt;Ctrl + Shift + Enter&lt;/strong&gt;. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/usbwin7/snap016.jpg&quot; width=&quot;405&quot; height=&quot;539&quot; /&gt;&lt;/p&gt;
&lt;p&gt;You should be under c:\Windows\system32 (assuming your Windows partition is the C drive). Type “diskpart” in the command line to enter the Disk Partition command line tool, which lets you format and create partitions on active disks. &lt;/p&gt;
&lt;p&gt;Type “list disk” to reveal a list of all your active disks, each of which is associated with a number. Make a note of which one is your USB key, based on the capacity. In our screenshot below, our USB drive is Disk 6 (8GB). &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/usbwin7/snap010.jpg&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/usbwin7/snap010_sm.jpg&quot; width=&quot;400&quot; height=&quot;201&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; Next, type the following commands, one at a time: &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Select Disk # &lt;/strong&gt;(Where # is the number of your USB disk. We typed “Select Disk 6”)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Clean &lt;/strong&gt;(removes any existing partitions from the USB disk, including any hidden sectors)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Create Partition Primary&lt;/strong&gt; (Creates a new primary partition with default parameters) &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Select Partition 1&lt;/strong&gt; (Focus on the newly created partition)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Active &lt;/strong&gt;(Sets the in-focus partition to active, informing the disk firmware that this is a valid system partition) &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Format FS=NTFS&lt;/strong&gt; (Formats the partition with the NTFS file system. This may take several minutes to complete, depending on the size of your USB key.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Assign &lt;/strong&gt;(Gives the USB drive a Windows volume and next available drive letter, which you should write down. In our case, drive “L” was assigned.) &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Exit&lt;/strong&gt; (Quits the DiskPart tool)&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;/files/u17625/snap012.jpg&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;/files/u17625/snap012_sm.jpg&quot; width=&quot;415&quot; height=&quot;311&quot; /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;2.    Turn the USB Key into a Bootable Device&lt;/h2&gt;
&lt;p&gt;Insert the Windows 7 install DVD into your drive, and view the files that it contains. Copy all of the files here to a folder on your Desktop. We put the disc contents in a folder named “Windows 7” &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;/files/u57670/USB_Install1.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;/files/u57670/USB_Install1_sm.png&quot; width=&quot;405&quot; height=&quot;287&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Go back to your command prompt, running it as an Administrator. Using the “CD” command, find your way to the folder where you extracted the ISO files. Your command line path should look something like “C:\Users\USERNAMEHERE\Desktop\Windows 7\”.&lt;/p&gt;
&lt;p&gt;Type the following commands: &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;CD Boot&lt;/strong&gt; (This gets you into the “boot” directory)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Bootsect.exe /nt60 L:&lt;/strong&gt; (where ‘L’ is the drive letter assigned to your USB key from the previous step)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;/files/u57670/USB_Install2_1.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;/files/u57670/USB_Install2_sm.png&quot; width=&quot;405&quot; height=&quot;264&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Bootsect infuses boot manager compatible code into your USB key to make it a bootable device. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IMPORTANT&lt;/strong&gt;: If you’re currently running 32-bit Windows Vista or 7, Bootsect will only work if you use the files from the 32-bit Windows 7 install disc. The Bootsect executable from the 64-bit version will not run in 32-bit Vista. &lt;/p&gt;
&lt;h2&gt;3.    Load the USB Key Up with the Install Files&lt;/h2&gt;
&lt;p align=&quot;center&quot;&gt; &lt;img src=&quot;http://dl.maximumpc.com/galleries/usbwin7/snap008.jpg&quot; width=&quot;416&quot; height=&quot;199&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Copy all of the extracted ISO files into the USB drive. You don’t need to do this from the command prompt. Just drag and drop the files from the “Windows 7” folder into the drive using Windows Explorer. &lt;/p&gt;
&lt;p&gt;Your USB key is now all ready to go! Plug it into your target system and make sure you enter the BIOS (typically with F2 or F12) to temporarily change the boot order to allow booting from the USB key before your primary hard drive or optical drive. On the next restart, your system should automatically begin speedily loading setup files off of the USB key and entering Windows 7 installation. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;/files/u17625/bios_usb.jpg&quot; width=&quot;415&quot; height=&quot;311&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span style=&quot;font-size: x-small&quot;&gt;[Editor&#039;s Note: This article was originally posted as &amp;quot;How To: Install Windows 7 &lt;strong&gt;Beta&lt;/strong&gt; from a USB Key!&amp;quot; &lt;/span&gt; It has been updated and reposted for the official launch of Windows 7 on Thursday.]&lt;/em&gt;&lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/howtos/how_to_install_windows_7_beta_a_usb_key#comments</comments>
 <category domain="http://www.maximumpc.com/geek_tested/howto_0">how_to</category>
 <category domain="http://www.maximumpc.com/geek_tested/operating_system">operating system</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6519">usb key</category>
 <category domain="http://www.maximumpc.com/geek_tested/windows">windows</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3243">windows 7</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/9896">windows 7 week</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/32">How-Tos</category>
 <pubDate>Thu, 22 Oct 2009 08:00:00 -0500</pubDate>
 <dc:creator>Norman Chan</dc:creator>
 <guid isPermaLink="false">4902 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>How To: Reclaim Digsby</title>
 <link>http://www.maximumpc.com/article/news/how_reclaim_digsby</link>
 <description>&lt;!--paging_filter--&gt;&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u58308/Digsby_Disable.jpg&quot; width=&quot;405&quot; height=&quot;187&quot; /&gt;&lt;/div&gt;
&lt;p&gt;As some of you may or may not know, Digsby has recently &lt;a href=&quot;http://lifehacker.com/5336382/digsby-joins-the-dark-side-uses-your-pc-to-make-money&quot;&gt;come under fire&lt;/a&gt; for hijacking your CPU cycles while you’re away from your machine in the interest of making a quick buck. In reality, Digsby is as free as the air you’re breathing, and you can reclaim the handy IM program in a matter of minutes.&lt;/p&gt;
&lt;p&gt;So here are the facts: Digsby’s installer comes with a pile of bloatware (Weatherbug, Yahoo Toolbar, etc.) that’s all very avoidable. Instead of hiding checkboxes somewhere in the installer, you’re simply met with “Accept” and “Decline” buttons. After a few windows filled with offers, the installer shows you exactly what you’re putting on your PC. If you decline everything, only Digsby will be installed. &lt;/p&gt;
&lt;p&gt;It also comes with a research module that will use your computer’s recourses while you’re away. According to &lt;a href=&quot;http://blog.digsby.com/archives/68&quot;&gt;Digsby’s blog&lt;/a&gt;, “The module turns on after your computer has been completely idle for 5 minutes (no mouse or keyboard movement).  It then turns off the instant you move your mouse or the press a key on the keyboard.  We did this so it would have absolutely no effect on your computer’s performance and only uses processing power while your computer is not being used.”&lt;/p&gt;
&lt;p&gt;This is where they’ve come under fire – but fear not. This, just like the bloatware, is extremely avoidable. By simply navigating to your menu and going to Help &amp;gt; Support Digsby, there’s a button near the bottom that allows you to disable this (pictured above).&lt;/p&gt;
&lt;p&gt;So if you’re interested in keeping your favorite all-in-one IM program and not hopping on the hate bandagon, just do this. The Internet is angry enough as is.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: xx-small&quot;&gt;Image Credit: Digsby &lt;/span&gt;&lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/news/how_reclaim_digsby#comments</comments>
 <category domain="http://www.maximumpc.com/article_type/news_amp_views">News</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/4010">Digsby</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3338">fix</category>
 <category domain="http://www.maximumpc.com/geek_tested/how">How</category>
 <category domain="http://www.maximumpc.com/geek_tested/howto_0">how_to</category>
 <category domain="http://www.maximumpc.com/geek_tested/to">To</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/7034">tos</category>
 <pubDate>Thu, 13 Aug 2009 21:09:11 -0500</pubDate>
 <dc:creator>Andy Salisbury</dc:creator>
 <guid isPermaLink="false">7399 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>9 Amazing Software Mashups - Killer Free Apps that Work Better Together</title>
 <link>http://www.maximumpc.com/article/features/software_mashups</link>
 <description>&lt;!--paging_filter--&gt;&lt;table border=&quot;0&quot; align=&quot;right&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
digg_url = &#039;http://www.maximumpc.com/article/features/software_mashups&#039;;
&lt;/script&gt;&lt;script src=&quot;http://digg.com/tools/diggthis.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;There are few things we like more than apps that enhance the Windows experience at no cost. In fact, we&#039;ve already shown you &lt;a href=&quot;/article/features/maximum_pcs_32_totally_essential_apps&quot;&gt;the 32 essential programs&lt;/a&gt; that you must download with every clean install of Windows. But while those apps work great on their own, some killer programs and services perform even better when combined with other software. For example, Dropbox excels as a standalone application, but when used in concert with the little-known Mklink command, its potential is exponentially expanded. We call these unions &amp;quot;software mashups&amp;quot; -- the use of two apps for utility that&#039;s greater than the sum of their parts. Yes, 1 + 1 can equal 3. And the best part: every program in this feature is free. &lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u53951/cover35things.jpg&quot; width=&quot;415&quot; height=&quot;291&quot; /&gt;&lt;/div&gt;
&lt;h2&gt;Dropbox + Mklink = Cloud Capability for Any App&lt;/h2&gt;
&lt;p&gt;We have to warn you; there are three reasons that this first mashup is a little weird. For one, it only works on PCs running Windows Vista or 7. Sorry XP users (Although, really, you should give the Windows 7 RC a try if you haven’t yet; we love it). Second, mklink isn’t an app—at least not like the other programs on this list are—it’s a command line command. Finally, this combo isn’t complete by itself; it needs to be combined with a third program to do anything. &lt;/p&gt;
&lt;p&gt;That said, this is probably the most powerful combination on the list. We&#039;ll explain:&lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://www.getdropbox.com/&quot;&gt;Dropbox&lt;/a&gt; &lt;br /&gt;&lt;/h3&gt;
&lt;p&gt;Dropbox is a file syncing app which acts as a folder on your computer. You install the client on as many computers as you want, and any changes you make to the contents of the Dropbox folder are automatically propagated to all computers connected to the same Dropbox account. However, there&#039;s more to DropBox than just file syncing—you can also use it to synchronize other programs, sharing configuration files and databases between multiple instances of that same program on different computers.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1001.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1001_sm.png&quot; width=&quot;415&quot; height=&quot;291&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;The only problem with using Dropbox to sync programs is that it only works with apps that allow you to change where those configuration files and databases are stored—a minority of all software. That’s where Mklink comes in.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1002.jpg&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1002_sm.jpg&quot; width=&quot;415&quot; height=&quot;208&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;Mklink &lt;br /&gt;&lt;/h3&gt;
&lt;p&gt;Mklink is a command line command short for “make link.” It’s used to create symbolic or hard links, which allow you to link files and folder. It’s sort of like creating shortcuts, except that they’re handled at the operating system level, so they work with any program. You can, for instance, use mklink to fool Steam into thinking that a game on a different hard drive is actually in your Steam games folder. You can link files on a single computer, or across a local network. You cannot, however, link files across the internet.&lt;/p&gt;
&lt;h3&gt;To find out all about Mklink, and how to use it, check out our &lt;a href=&quot;/article/howtos/howto_master_your_file_system_mklink&quot;&gt;Mklink How-To&lt;/a&gt;. &lt;/h3&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1003.jpg&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1003_sm.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;When the two programs are combined, however, the principle drawback of each goes away. Dropbox can now sync any two programs, because with mklink you can change the location of the programs data whether it wants you to or not. With Dropbox, you can take advantage of all of mklink’s potential, even with computers on the other side of the country. &lt;/p&gt;
&lt;p&gt;Here&#039;s an example of how you can use this combo to cloud-ify your Firefox profile.&lt;/p&gt;
&lt;p&gt;1. Find the directory containing your Firefox profile. A default installation places this folder in &lt;span class=&quot;filename&quot;&gt;%APPDATA%\Mozilla\Firefox&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;2. Copy that Firefox directory into your Dropbox folder.&lt;/p&gt;
&lt;p&gt;3. Delete the original Firefox folder.&lt;/p&gt;
&lt;p&gt;4. Use Mklink to create a hardlink between the new and original Firefox folders, If your Dropbox folder is in C:/ you can use  the following command:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;mklink /J &lt;span class=&quot;filename&quot;&gt;%APPDATA%\Mozilla\Firefox C:/dropbox/Firefox&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now any computer that you complete these steps on (and that has access to your dropbox account) will share the same Firefox profile. The same basic steps will work for almost any app.&lt;/p&gt;
&lt;h3&gt;To read about more programs that work great with Dropbox, check out &lt;a href=&quot;/article/howtos/five_ways_use_dropbox_like_a_pro&quot;&gt;our article on the subject&lt;/a&gt;.  &lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;StrokeIt + AutoHotkey = Lightning-Fast PC Interface&lt;/h2&gt;
&lt;p&gt;Anyone who’s a real expert knows that the fastest way to interact with a program is with the keyboard, with its quick inputs and near-endless possible key combinations. For an illustration of this fact, just watch a professional digital artist use photoshop, or a high-level Starcraft player. In either case, the pro is sure to use hotkeys as much as possible. So why wouldn&#039;t you want to control Windows the same way?&lt;/p&gt;
&lt;p&gt;There are certainly a number of system-wide hotkeys for Windows, but you would be hard-pressed to fully control your PC from your keyboard using just these. There are hotkeys that do things like cut, copy, minimize windows and take screenshots, but you just don&#039;t have the capability to do more advanced things, for instance opening a new Firefox window with tabs for Gmail, Twitter and MaximumPC.com. &lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://www.autohotkey.com/&quot;&gt;AutoHotKey &lt;/a&gt;&lt;br /&gt;&lt;/h3&gt;
&lt;p&gt;That&#039;s where AutoHotKey comes in. AutoHotKey is a free app which monitors keystrokes and executes user-defined scripts, allowing you incredibly robust control over your PC.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1009.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1009_sm.png&quot; width=&quot;415&quot; height=&quot;260&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Did we mention it uses scripts? And ONLY scripts? Yeah. It&#039;s not the most user-friendly solution in the world, but it&#039;s not hard to learn how to write AutoHotkey scripts, and the payoff is worth it. It&#039;s outside the scope of this article to try and really explain how the scripting language works, but we&#039;ll provide a couple of example scripts, and explain what they do.&lt;/p&gt;
&lt;p&gt;Here&#039;s an example of a one-line script:&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;^#g::Run www.gmail.com&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This script simply opens the Gmail website in your default browser when someone presses Ctrl + Win + g. The first part, &amp;quot;&lt;strong&gt;^#g::&lt;/strong&gt;&amp;quot; specifies that the following command be run when Control (&lt;strong&gt;^&lt;/strong&gt;), Win (&lt;strong&gt;#&lt;/strong&gt;), and the &lt;strong&gt;g&lt;/strong&gt; key are pressed at the same time. It should be obvious what the &amp;quot;&lt;strong&gt;run www.gmail.com&lt;/strong&gt;&amp;quot; part does. &lt;/p&gt;
&lt;p&gt;But this isn&#039;t a very interesting example. To make it a little more complicated, let’s look at how to first minimize all open windows and then open a browser window with two tabs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;^#p::&lt;/p&gt;
&lt;p&gt;WinMinimizeAll&lt;/p&gt;
&lt;p&gt;Run C:\Program Files\Mozilla Firefox\firefox.exe &amp;quot;http://www.gmail.com&amp;quot; &amp;quot;http://www.maximumpc.com&amp;quot;&lt;/p&gt;
&lt;p&gt;return&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the above example, you see how one input can have multiple effects, such as manipulating windows and running a program with command line parameters. For an example of a more advanced script, with variables, conditional branches, subroutines and loops, look &lt;a href=&quot;http://www.autohotkey.com/docs/scripts/Seek_%28SearchTheStartMenu%29.htm&quot;&gt;here&lt;/a&gt;. You can also check out &lt;a href=&quot;http://www.autohotkey.com/forum/forum-2.html&quot;&gt;this forum&lt;/a&gt; for a list of available scripts.&lt;/p&gt;
&lt;p&gt;As you can see, there&#039;s a lot that can be accomplished with AutoHotkey, if you&#039;re willing to put in a little effort. &lt;br /&gt;
&lt;h3&gt;&lt;a href=&quot;http://www.tcbmi.com/strokeit/&quot;&gt;StrokeIt&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;StrokeIt is a sophisticated mouse gesture-recognition that can be used to control your computer. A lightweight client runs from the taskbar, which interprets your mouse gestures and binds them to commands.&lt;/p&gt;
&lt;p&gt;You can pick from a wide variety of gestures, including standard shapes, letters and numbers, or you can train your own. To train a gesture, you simply draw the gesture as you want it, and the program will ask if you want to save that gesture, or if you were trying to draw something else.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1007.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1007_sm.png&quot; width=&quot;415&quot; height=&quot;355&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;StrokeIt has quite an arsenal of commands that you can bind to gestures, but it can&#039;t match the extreme flexibility of AutoHotkey. Fortunately, StrokeIt can be configured to pass keyboard events when mouse gestures are detected. That way, we can have all the gesture-y goodness of StrokeIt, with the no-nonsense scripting engine of AutoHotkey.&lt;/p&gt;
&lt;p&gt;To create an action that passes a keyboard event from StrokeIt, simply open the program, then right click on Global Actions, and select New Action. Click on the new action and click Add Gesture to pick the gesture(s) you want to activate it. Then, rename the action to something descriptive, right click on it, and select New Command. Click on the command, and from the pulldown box select Keys - Send Keystrokes. In the box in the lower right corner, enter the keystrokes you want to send. To send a keystroke such as CTRL + WIN + P, you would enter [CTRL_DOWN][WIN_DOWN]p[WIN_UP][CTRL_UP].&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1008.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1008_sm.png&quot; width=&quot;415&quot; height=&quot;355&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;Hamachi +UltraVNC = Ironclad Virtual Private Networking &lt;/h2&gt;
&lt;p&gt;Hamachi is a tiny app that lets you create a virtual private network between multiple computers. These direct links work over the internet, but is recognized by your computer as a local network connection. LAN emulation is useful for many reasons, including adding multiplayer gaming capability to games that either best support LAN games (classic games like Duke Nukem 3D) or modern games that for some reason or another just have poor internet support (Demigod at its launch comes to mind). &lt;/p&gt;
&lt;p&gt;In addition to gaming and file transfers, Hamachi can also facility a secure remote network connection between two computers. To do this, we&#039;re going to combine Hamachi with another free networking app, UltraVNC.&lt;br /&gt;
&lt;h3&gt;&lt;a href=&quot;https://secure.logmein.com/products/hamachi/list.asp&quot;&gt;Hamachi&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Hamachi should be installed on both computers that you want to network together. Just download the installer from the link in the header above, and run the executable. In the install wizard, you&#039;ll come across a prompt that asks if you want to disable Windows File Sharing. Leave the checkbox empty. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots006_sm.png&quot; width=&quot;415&quot; height=&quot;294&quot; /&gt;&lt;/p&gt;
&lt;p&gt; Once Himachi has finished installing, launch the program and click the power button on the lower left hand corner. Windows will give you a prompt asking you if you want to block or unblock Hamachi from accessing Windows network services, and you should click &#039;unblock.&#039; Hamachi, when powered up, assigns each computer a IP in the 5.0.0.0 range. For example, in the screenshot below, the local IP Hamachi has assigned is 5.18.250.56. Each computer should have a different IP. &lt;/p&gt;
&lt;p&gt;Next, click the Networking menu that&#039;s the second from the right on bottom of Hamachi&#039;s interface. Select the &amp;quot;Create a new network...&amp;quot; option. It doesn&#039;t matter which of the two machines you do this on, but that machine will be the host. Follow the instructions to create a name and password for this network. &lt;/p&gt;
&lt;p&gt;After you&#039;re done setting up a new Hamachi network, join that network on the second computer using the Networking Menu. If the machines successfully connect, the name of the system will pop up in the Hamachi window with a green star next to it.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screen042.png&quot; width=&quot;217&quot; height=&quot;347&quot; /&gt; &lt;/p&gt;
&lt;p&gt;At this point, the two machines think they&#039;re connected on a local network, and you can browse shared folders, play Starcraft LAN games, etc. &lt;br /&gt;
&lt;h3&gt; &lt;a href=&quot;http://www.uvnc.com/&quot;&gt;UltraVNC&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt; The other component to this combo is UltraVNC, an open source remote networking frontend that uses Windows&#039; VNC protocol to control the screen of networked computers. &lt;/p&gt;
&lt;p&gt;Download and run the Ultra VNC installer. In the installation wizard, make sure to check the boxes that asks if you want to download specialized Windows drivers that lower remote control response times and optimizes CPU load. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots009_sm.png&quot; width=&quot;415&quot; height=&quot;320&quot; /&gt;&lt;/p&gt;
&lt;p&gt; On the machine you want to access remotely, the version of UltraVNC you should install is the UltraVNC Server, though you can install the entire package if you want. The installer will also ask if you want to run UltraVNC as a service, which means it launches as a part of the Windows startup, before any user even logs in. This is completely up to you. Since we&#039;re relying on Hamachi to provide the network connection, and that has to be launched after you log into Windows, we chose to install UltraVNC as just a plain application.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots011_sm.png&quot; width=&quot;415&quot; height=&quot;345&quot; /&gt; &lt;/p&gt;
&lt;p&gt; Once UltraVNC finishes its install, it&#039;ll automatically show you a Server Property Page. Leave most of the settings as their defaults, but input your own VNC password in the Authentication section (highlighted in the screenshot). Minimize UltraVNC to the taskbar notification area. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screen044.png&quot; width=&quot;374&quot; height=&quot;304&quot; /&gt; &lt;/p&gt;
&lt;p&gt;On the other machine, go through the UltraVNC install process again. If you&#039;re only going to be using this system for remote viewing and access, just install the UltraVNC viewer app. &lt;/p&gt;
&lt;p&gt;When you launch the viewer, you&#039;ll be given a prompt to input the VNC server IP. This is where you want to type in the Hamachi IP of the PC you want to access (which should be running the UltraVNC server). Hit the big Connect button, and enter your VNC password in the prompt.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screen046.png&quot; width=&quot;357&quot; height=&quot;120&quot; /&gt; &lt;/p&gt;
&lt;p&gt;If everything goes smoothly, the viewer will pop up with a Window that shows you the Desktop of the host machine. Here, as long as the mouse is inside the viewer window, you can interact with the system as if you were sitting in front of it. Aero is turned off by default, and the VNC viewer renders in 256 colors, but you can max out the screen fidelity in the Viewer options.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screen047_sm.png&quot; width=&quot;415&quot; height=&quot;273&quot; /&gt; &lt;/p&gt;
&lt;p&gt; UltraVNC also sports a handy File Transfer option that lets you moves selected files from the remote machine to the local one. It&#039;s better than using Public and Shared Files with Windows, since you have access to every file on the remote system, not just ones marked as shared. Feel free to mess around with UltraVNC&#039;s viewer settings, since it&#039;s a pretty powerful app. &lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screen048_sm.png&quot; width=&quot;415&quot; height=&quot;347&quot; /&gt; &lt;/div&gt;
&lt;h2&gt;Fraps + iPodifier = Automate Transcoding of Game Video Footage for Youtube&lt;/h2&gt;
&lt;p&gt;If there&#039;s anything Halo 3 has taught us, it&#039;s that hardcore gamers are also exhibitionists. Gamers love to show off their exploits by sharing demo files, but the easiest way showcase that 20-kill streak in Call of Duty or that rare &lt;a href=&quot;http://www.youtube.com/watch?v=3dyQlZziHnw&quot;&gt;crab-walking spy&lt;/a&gt; to the masses is with video sharing sites like YouTube or Vimeo. But unless you have a premium account for those services, you&#039;ll likely have to wait in a long queue while your game footage is processed into a low-res flash file. But you want to show your friends NOW to earn those e-props! We give you a way to automatically optimize your video for sharing sites.  &lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://www.fraps.com/&quot;&gt;Fraps&lt;/a&gt; &lt;br /&gt;&lt;/h3&gt;
&lt;p&gt;The first thing you&#039;ll need is Fraps, which is the de-facto screenshot and video-capture utility for PC games. Fraps requires a license to unlock all of its features, but the free version will still let you capture video with a small Fraps watermark embedded in the frame.  &lt;/p&gt;
&lt;p&gt;Download, install, and open up the Fraps tool. Navigate to the Movies tab and direct Fraps to save movie files to a staging folder. Here, we called ours &amp;quot;to be processed&amp;quot;. Bind a hotkey (default is F9) for video capture, and set the framerate to 30fps or 29.97. Depending on the speed of your CPU, set Fraps to record in full or half-size video. Let Fraps detect and pick the best sound input option to also record game sounds.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots030.png&quot; width=&quot;403&quot; height=&quot;304&quot; /&gt; &lt;/p&gt;
&lt;p&gt;The next time you want to record a game video, just load up your favorite game and hit F9 to start recording. Fraps outputs a large AVI vide file in the designated folder once you hit F9 to stop the recording session. This video is uncompressed and full-resolution, making it not only massive, but impractical to upload to Youtube. &lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://ipodifier.com/&quot;&gt;iPodifier&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Sites like Vimeo &lt;a href=&quot;http://www.vimeo.com/faq#recommended_settings&quot;&gt;recommend &lt;/a&gt;that you upload videos that are already encoded in H.264 compression, with AAC audio and a resolution no higher than 1280x720 for HD and 640x480 for SD streams. Here&#039;s where a nifty program called iPoifier comes in handy. &lt;/p&gt;
&lt;p&gt;Like some of the other apps in this feature, iPodifier monitors a specified folder and automatically processes it based on your chosen settings. In this case, we want it to process full-resolution AVIs to smaller H.264 youttube-optimized videos that can also be shared on your iPod or iPhone.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots037_sm.png&quot; width=&quot;415&quot; height=&quot;307&quot; /&gt; &lt;/p&gt;
&lt;p&gt;After you download and install iPodifier, run through its setup wizard. The settings here can all be changed later, so don&#039;t mind what you select. &lt;/p&gt;
&lt;p&gt;From the main window, enter the Video source parameters settings. Create a source named Fraps and direct it to the staging folder you created before, where all your full-res AVIs are held. Let iPodifier know that you want it to look for files with the *.avi extension. &lt;/p&gt;
&lt;p&gt;Next, select h.264 as the codec, mark quality as &amp;quot;best&amp;quot;, and choose &amp;quot;custom&amp;quot; for resolution. Here, you&#039;ll need to decide the dimensions of the new video. 640x480 is recommended for standard Youtube videos, but if you&#039;re playing games on a widescreen monitor and want to upload in HD, select 1280x720 or 872x480.  &lt;/p&gt;
&lt;p&gt;Make sure you choose not to delete the source video after transcoding if you want to save the original full-res video for posterity.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt; &lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots035_sm.png&quot; width=&quot;415&quot; height=&quot;208&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Here&#039;s the cool part: you can set iPodifier to only transcode at certain times of the day, and only when your CPU is idle has under low load. This way, it won&#039;t automatically start recording as soon as your&#039;re done recording and playing a game, and can just automatically run overnight or while you&#039;re at work. Modify the Transcoding options to tweak these automation settings.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots036_sm.png&quot; width=&quot;415&quot; height=&quot;232&quot; /&gt; &lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;QuickPar + IMGBurn + IsoBuster = Never Worry about Scratched DVDs Again&lt;/h2&gt;
&lt;p&gt;Many of us have already converted to portable hard drives of large USB keys for storage backups, but a lot of people still chooose to burn data backups on DVDs, which offer a better cost/capacity ratio. The risk here is of course scratching one of those DVDs and losing all your data. Luckily, there&#039;s a way to create resilient DVDs that even when scratched, can still be recovered. &lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://www.quickpar.org.uk/&quot;&gt;QuickPar&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;QuckPar is a free app that creates parity volumes for any number of files. Parity files can be used by data recovery apps to verity and reconstruct corrected files or groups of files. Think of them as redundant puzzle pieces that can fill in holes in an incomplete picture. With QuickPar, you can create parity files of any block size and redundancy, which is useful for filling up the empty space of a DVD backup.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt; &lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots041_sm.png&quot; width=&quot;415&quot; height=&quot;237&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Let&#039;s say you want to burn a collection of movie files that total up to 3GB. You can just burn those files on a DVD, but you would leave about 1.5GB of space that is pretty much wasted. Open up QuickPar, and drop in all of those movie files in the &amp;quot;Source Files&amp;quot; section of the window. QuickPar will display the combined size of these files, which gives you an idea of how much space would still be available on your DVD. Next, move the sliders for Block Allocation and Redundancy  to the right, maxing out at when the indicated Recovery Data Size matches the leftover capacity of your DVD without going over. Click the Create button once you&#039;re done.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots042_sm.png&quot; width=&quot;415&quot; height=&quot;384&quot; /&gt; &lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://www.imgburn.com/&quot;&gt;I&lt;/a&gt;&lt;a href=&quot;http://www.imgburn.com/&quot;&gt;MGBurn&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Using our favorite ISO and file-burning application, IMGBurn, we can create a disc image using our original movie files and the newly created parity recovery files. The process couldn&#039;t be simpler! &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt; &lt;img src=&quot;/files/u16580/daveblog_cd4.jpg&quot; width=&quot;415&quot; height=&quot;278&quot; /&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://www.isobuster.com/&quot;&gt;IsoBuster&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Once you&#039;ve burned these files to a disc, the DVD should be recoverable from light scratches that result in data loss. As long as there are enough parity files that remain intact, you can recover all of your files with a program called IsoBuster. IsoBuster isn&#039;t free, but it&#039;s trial option has the capability to piece damaged files together with the right parity files. Keep in mind that the more parity files you create (up to 100% redundancy), the better protected your data will be. That&#039;s why it&#039;s smarter to not cram as much data on a DVD as possible, so you can leave space for these sweet headache-preventing files. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt; &lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots043_sm.png&quot; width=&quot;415&quot; height=&quot;294&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;Page2RSS + XFruits = Updates for Any Site, Any Way&lt;/h2&gt;
&lt;p&gt;XFruits and Page2RSS are two services that—together—allow you to keep up to date on all your favorite websites, in whatever way is convenient for you. To understand how, let’s take a look at the two programs involved:&lt;br /&gt;
&lt;h3&gt;&lt;a href=&quot;http://www.xfruits.com/&quot;&gt;XFruits&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;XFruits is a free web service that allows you to reorganize content from RSS feeds. Normally, an RSS feed is simply a means to syndicate content—a sequential list of titles, links, images and text, easily viewed with Desktop readers and web apps. XFruits lets you go much further with your feeds.&lt;/p&gt;
&lt;p&gt;With XFruits you can, for instance, automatically convert an RSS feed into emails, into posts on your blog, or into a webpage specifically formatted for mobile phones. You can also aggregate multiple feeds into single feed, create an RSS feed from an email account, or save data from feeds into a ready-to-print PDF files.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1004.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1004_sm.png&quot; width=&quot;415&quot; height=&quot;333&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;With XFruits, as long as a page provides an RSS feed, you can view its content in whichever way is most convenient for you.&lt;br /&gt;
&lt;h3&gt;&lt;a href=&quot;http://page2rss.com/&quot;&gt;Page2RSS&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Now, if only there was some way to get around that pesky “as long as a page provides an RSS feed” qualifier… Oh, that’s right—there is!&lt;/p&gt;
&lt;p&gt;Page2RSS is a website which watches any website you want it to, and records any changes made to that page. It then saves these changes as an RSS feed which you can view with a feed reader, or reorganize with XFruits. You’re also given the URL of a page you can check at any time to see a log of recent changes to the site. Page2RSS “crawls” all the sites a couple of times every day, meaning that changes aren’t reported in real-time, but you can still get a pretty good idea of what’s gone on recently on a website.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1005.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1005_sm.png&quot; width=&quot;415&quot; height=&quot;365&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Confused as to exactly what sorts of changes Page2RSS reports? As an example, take a look at the Page2RSS change log for www.google.com. You’ll see that the page shows all the recent times when the main Google graphic changed, or when little bits of text were added. Note that Page2RSS preserves links too, and that clicking on the Mother’s Day Google graphic will take you to a Google search for “Mother’s Day.” To see an example of how Page2RSS handles a more content-rich page, check out its log for www.cnn.com. It’s not quite as complete as you would get with the actual CNN RSS feed, but it does manage to find all the headlines, pictures, thumbnails and links.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1006.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/mashups1006_sm.png&quot; width=&quot;415&quot; height=&quot;365&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
&lt;hr /&gt;
&lt;h2&gt;Rocketdock + Switcher = Steal OS X Aqua&#039;s Best Features for Windows&lt;/h2&gt;
&lt;p&gt;Despite its quirks and sometimes irritating flaws, we&#039;re unabashed PC users, and prefer the Windows OS to the &amp;quot;fruity&amp;quot; alternative. But we&#039;ll admit to having dabbled in Mac OS X on occasion, whether on MacBook Pros (in which we&#039;ve installed Windows 7 already) or when we built a hackintosh for kicks. We won&#039;t deny that Apple&#039;s newest OS has some attractive features, most notably in its Aqua GUI. Here, we&#039;ll show you two free apps that capture Aqua&#039;s most well-known functions for use in Windows. &lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://rocketdock.com/&quot;&gt;Rocketdock&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;While this is less applicable for Windows 7 - which has seriously overhauled the taskbar - Vista and XP&#039;s quicklaunch toolbars are pretty inadequate for launching and managing open applications. Enter Rocketdock, a taskbar complement (or replacement) that latches to any side of your Windows desktop and stores any configuration of application shortcuts and custom widgets. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots013_sm.png&quot; width=&quot;415&quot; height=&quot;259&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Rocketdock&#039;s stock settings already give you OS X&#039;s Dock-like functionality like movable icons, mouse-over effects, and even the ability to minimize programs to its shortcut. But its real power comes when you start browsing through the vast library of Rocketdock addons, called docklets. Our favorite docket is &lt;a href=&quot;http://rocketdock.com/addon/docklets/1791&quot;&gt;Stacks&lt;/a&gt;, which emulates the &amp;quot;stack&amp;quot; feature of OS X.  &lt;/p&gt;
&lt;p&gt;Just download the docklet, double-click it, and it&#039;ll automatically be installed into Rocketdock. Enable it by right-clicking Rocketdock, and open its docklet settings to direct it to any document folder. Clicking on the docklet icon (which itself is customizable) pops open a stack that shows you its entire contents, represented by their thumbnails.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots016.png&quot; width=&quot;279&quot; height=&quot;274&quot; /&gt; &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots017_sm.png&quot; width=&quot;415&quot; height=&quot;259&quot; /&gt; &lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://insentient.net/&quot;&gt;Switcher&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt; The other half of our Mac OS emulation is a program called Switcher, which gives Vista users an Expose-like way of switching between open program windows. Just bind the app to any keyboard command or mouse activity -- we recommend hitting the top left corner of the screen -- and Switcher tiles all open windows in an graphical overlay that&#039;s easier to parse than Windows&#039; alt-tab or even Aero Flip 3D (which seriously, have you ever used?)  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots018_sm.png&quot; width=&quot;415&quot; height=&quot;304&quot; /&gt;&lt;/p&gt;
&lt;p&gt; Like Expose, Switcher tiles the windows while retaining their aspect ratio, and shows all windows, even if they&#039;re minimized. With the combination of Switcher and Rocketdock, you can stick it to Mac fanboys to love to gloat over OS X&#039;s intuitive GUI features. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots019_sm.png&quot; width=&quot;415&quot; height=&quot;259&quot; /&gt;&lt;/p&gt;
&lt;h2&gt;CookiePie + Gmail Manager + Better Gmail 2 = Access and Awesomeize Multiple Gmail Accounts and Google Services&lt;br /&gt;&lt;/h2&gt;
&lt;p&gt; We absolutely adore Gmail and Google&#039;s other free web services, but the one thing that bothers us is how all these services are tied to one Gmail account. This becomes inconvenient when you&#039;re using a Gmail account for personal use, but also using or sharing a separate one for business. Luckily, there are a few Firefox plug-ins, that when combined, will not only let you manage multiple Gmail accounts &lt;em&gt;at the same time&lt;/em&gt;, but also improve Gmail&#039;s overall functionality with some of the best user-made Greasemonkey scripts.  &lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/1320&quot;&gt;Gmail Manager&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;We&#039;ve given praise to Gmail Manager before as a great way to monitor multiple Gmail accounts. This Firefox plug-in lets you add as many accounts to its database and alerts you when you receive new mail to any of those accounts. The number of new messages is displayed on the bottom right corner of the Firefox window, and you can click the account to log-in and check your inbox. &lt;/p&gt;
&lt;p&gt;The problem with Gmail Manager, however, is that it doesn&#039;t let you actually use all your accounts simultaneously. While it monitors incoming mail, you have to sign out of one account to use another.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots038.png&quot; width=&quot;265&quot; height=&quot;266&quot; /&gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://www.nektra.com/oss/firefox/extensions/cookiepie/&quot;&gt;CookiePie&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;To tackle the issue of running multiple accounts at once, we&#039;re going to use an awesome plug-in called CookiePie, which was created by Nektra software to solve their own problems of managing multiple web services with different accounts. &lt;/p&gt;
&lt;p&gt;CookiePie hacks and handles Firefox&#039;s cooke management to fool Firefox into letting you log into multiple accounts with the same service. This actually works for more than just Gmail -- we&#039;ve had success using CookiePie with Flickr and Yahoo mail as well. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots044_sm.png&quot; width=&quot;415&quot; height=&quot;280&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Install the plug-in, restart Firefox, and open a new browser window. Then, log into what you would consider your primary Gmail account. After you&#039;re logged in, right-click the Firefox tab and select the &amp;quot;Turn on/off CookiePie&amp;quot; option. A small cookie icon should appear next to the name of the tab. This effectively locks this tab to the existing set of Firefox cookies. &lt;/p&gt;
&lt;p&gt;Now you can open new tabs and log into a new Gmail acocunt or Google Service, locking into that account with the same right-click tab action. &lt;/p&gt;
&lt;p&gt;CookiePie is a bit hit and miss for some users, which is why we only enable it one one tab, and use Gmail Manager to manage our secondary accounts on &amp;quot;unlocked&amp;quot; tabs.  &lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/6076&quot;&gt;Better Gmail 2&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;The only thing better than running multiple Gmail accounts is to run multiple Gmail accounts that have been optimized with Better Gmail 2. This is a plug-in created and maintained by Lifehacker that compiles the best GreaseMonkey scripts for Gmail.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots005_sm.png&quot; width=&quot;415&quot; height=&quot;268&quot; /&gt; &lt;/p&gt;
&lt;p&gt;When installed, little features like Inbox row highlighting and keyboard macros are at your disposal to customize Gmail in ways that Google neglected. &lt;/p&gt;
&lt;p&gt;For example,  we use Better Gmail to hide the Chat block in Gmail&#039;s left sidebar, hide the Spam Count listing, and automatically position the cursor after quoted text in our reply-emails (saving us many mouse clicks in the long term). &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots039.png&quot; width=&quot;308&quot; height=&quot;277&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://lifehacker.com/software/exclusive-lifehacker-download/better-gmail-2-firefox-extension-for-new-gmail-320618.php&quot;&gt;Lifehacker &lt;/a&gt;does a great job explaining all the features of Better Gmail 2, so head over to their version changelog to get the full scoop. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots040.png&quot; width=&quot;308&quot; height=&quot;277&quot; /&gt; &lt;/p&gt;
&lt;p&gt;
&lt;hr /&gt;
&lt;h2&gt;The Magic Folder + uTorrent = Instant Sorting and Organization of Your Downloads &lt;/h2&gt;
&lt;p&gt;If you&#039;re like us, you probably keep all of your web downloads cluttered in one communal download folder, whether it&#039;s direct downloads with Firefox or legal downloads with Bittorrent. Eventually, your downloads folder grows to several gigabytes, and sorting through all those pictures, videos, and songs takes the better part of a day. Here&#039;s a way to automate the sorting of all your downloads and keep torrent-ed files organized with just a single click.  &lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://gallery.live.com/liveItemDetail.aspx?li=0ed6a06a-6782-41a7-b68c-2753fad412a5&quot;&gt;The Magic Folder&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;The Magic Folder is a widget for Windows Vista and 7 that can automatically sort files based on their extension. With the way it&#039;s meant to be used, you assign file types to any folder, and just drag files to The Magic Folder widget icon for automated sorting. This feature is enabled by clicking the check-box when you first install the widget.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots020_sm.png&quot; width=&quot;415&quot; height=&quot;363&quot; /&gt;&lt;/p&gt;
&lt;p&gt; But The Magic Folder also has a feature that enables it to monitor a folder and automatically sort any files that are downloaded or moved to it. Enable this ability by going to the widget&#039;s General settings tab and clicking the &amp;quot;Turn on the Watched Folder&amp;quot; option.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt; &lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots021.png&quot; width=&quot;364&quot; height=&quot;547&quot; /&gt;&lt;/p&gt;
&lt;p&gt; This &amp;quot;Watched Folder&amp;quot; is actually named &amp;quot;The Magic Folder&amp;quot; and resides next to your other document folders in your Windows User directory. Unfortunately, you can&#039;t rename or move the location of this watched folder.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots026_sm.png&quot; width=&quot;415&quot; height=&quot;227&quot; /&gt;&lt;/p&gt;
&lt;p&gt;What we&#039;re going to do next is set all our Firefox downloads to go to this watched folder, which would include.torrent files. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots029_sm.png&quot; width=&quot;415&quot; height=&quot;403&quot; /&gt; &lt;/p&gt;
&lt;p&gt;The Magic Folder has presets to recognize commonly downloaded file types, like JPEGS and MP3s, but it doesn&#039;t recognize .torrent files... yet. Hit the Folders tab in The Magic Folder settings menu and create a torrent folder location. This is where you want Magic Folder to drop all downloaded torrent files. We created a folder nested inside our default downloads folder to store these torrents.  &lt;/p&gt;
&lt;p&gt;Next, hit the Extensions tab and add a .torrent extension, directing these files to the previously created torrent folder location.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots024.png&quot; width=&quot;364&quot; height=&quot;547&quot; /&gt; &lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://www.utorrent.com/&quot;&gt;uTorrent&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt; Here&#039;s the tricky part. We&#039;re going to use uTorrent - our preferred torrent manager - to automatically start downloading files based on torrents found in the newly created torrent storage folder. We can do this because uTorrent has its own folder monitoring feature! &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots027_sm.png&quot; width=&quot;415&quot; height=&quot;307&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Enter the uTorrent preferences, and click on the &amp;quot;Directories&amp;quot; menu. Near the bottom of the menu, enable the &amp;quot;Automatically load .torrents from:&amp;quot; feature and direct it to the torrents folder. &lt;/p&gt;
&lt;p&gt;Next -- and this is important -- set the &amp;quot;Put new downloads in&amp;quot; option to a temporary folder anywhere on your hard drive. This is where uTorrent stores partially downloaded files. &lt;/p&gt;
&lt;p&gt;Finally, set the &amp;quot;Move completed downloads to&amp;quot; option to The Magic Folder watched folder we mentioned earlier.  &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/mashups/screenshots028_sm.png&quot; width=&quot;415&quot; height=&quot;225&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Complicated enough? Here&#039;s a breakdown of what happens when you download a file after all of this is done:
&lt;ol&gt;
&lt;li&gt;You use Firefox to download a .torrent file. It downloads to the Watched Folder.&lt;/li&gt;
&lt;li&gt;The Magic Folder automatically moves it to your torrent storage folder, which uTorrent is monitoring. &lt;/li&gt;
&lt;li&gt;uTorrent automatically starts the file download, setting partially downloads aside in a temporary folder and putting completed downloads back into the Watched Folder. &lt;/li&gt;
&lt;li&gt;The Magic Folder sees the new downloaded file, whether it&#039;s an AVI, MP3, or JPEG (or anything else), and sorts it to whereever you want! &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
&lt;p&gt;Have any great software combos or mash-ups that use can&#039;t live without? Post them in the comments below! &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/features/software_mashups#comments</comments>
 <category domain="http://www.maximumpc.com/taxonomy/term/31">Features</category>
 <category domain="http://www.maximumpc.com/geek_tested/features">features</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8043">free apps</category>
 <category domain="http://www.maximumpc.com/geek_tested/howto_0">how_to</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3815">list</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/7270">mash ups</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/geek_tested/windows">windows</category>
 <pubDate>Thu, 21 May 2009 12:00:00 -0500</pubDate>
 <dc:creator>Alex Castle and Norman Chan</dc:creator>
 <guid isPermaLink="false">6372 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>How-To: Optimize Your Windows Profile and Media Storage with a SSD</title>
 <link>http://www.maximumpc.com/article/howtos/howto_optimize_your_windows_profile_and_media_storage_ssd</link>
 <description>&lt;!--paging_filter--&gt;&lt;table border=&quot;0&quot; align=&quot;right&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
digg_url = &#039;http://www.maximumpc.com/article/howtos/howto_optimize_your_windows_profile_and_media_storage_ssd&#039;;
&lt;/script&gt;&lt;script src=&quot;http://digg.com/tools/diggthis.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;SSDs are all the rage for performance-oriented builders these days, but they aren’t without problems. Even the largest solid state drive is too small to hold all the stuff we need to store on the C: drive—games, photos, music, videos, etc.—and the inexpensive models max out at around 64GB of capacity. And there’s the performance problem, to boot. All but the most expensive SSDs suffer from very slow write speeds, which can have a significant impact on your real-world performance.&lt;/p&gt;
&lt;p&gt;So what’s the solution? We’re going to show you how to set up your Windows install like a Linux setup—with the OS and primary apps on the SSD, and your user profile and space-hogging games on a traditional hard disk. This gives us the best of both worlds—the folders we write to most frequently are on a traditional disk, while our boot and app load times can benefit greatly from the fast read speed and low random-access time of an SSD. Best of all, you can use even a tiny 64GB SSD without having to constantly manage disk space—picking and choosing which apps and media will be stored on the small drive.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/ssdhowto/ssdhowto_teaser.jpg&quot; width=&quot;415&quot; height=&quot;300&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Step 1: Install Windows on Your SSD&lt;/h2&gt;
&lt;p&gt;While you can change the default path of your user profile using the Windows Pre-Install Kit, it’s more trouble than it’s worth to do it that way. Instead, we’re going to tweak Windows after it’s already in place. The first thing you’ll need to do is install Windows on your SSD, which is essentially no different than any other time you’ve installed Windows. When you’re prompted to create an account at the end of the install, don’t use the account name you actually want; use a temporary placeholder instead. You’ll create the actual account you’ll use later. Don’t install any applications until after you’ve moved your user profile.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%201%20-%20Partitions.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%201%20-%20Partitions_sm.png&quot; width=&quot;415&quot; height=&quot;205&quot; /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Once Windows is installed, you should create the user account you intend to use. Go to the Control Panel and search for Add User. Create your account, but don’t log in yet. &lt;/p&gt;
&lt;p&gt;We’ve tested our procedure with Windows Vista and Windows 7 Beta 1, but it should work with XP as well if you adjust the paths yourself (Vista and Windows 7 store user profile in C:\Users by default, XP is C:\Documents and Settings). Once Windows is installed and updated with drivers and security patches, you’ll need to set up the partitions on your hard disk. &lt;/p&gt;
&lt;p&gt;We created two partitions on our hard disk, one for the user profile and one for games and other large applications. To access the partitioning tools, right-click Computer in the Start Menu and click Manage. Go to Disk Management. Then, right-click your hard disk and create a new partition. We made each partition roughly half of the drive, but if you have a lot of media files, you may want to make your user profile partition larger than your game partition. Once the two partitions have been formatted as NTFS, you can continue to the next step.&lt;/p&gt;
&lt;h2&gt;Step 2: Copy Your Profiles&lt;/h2&gt;
&lt;p&gt;Next, you’ll want to assign a drive letter to your user profile drive. We chose U:\, but you can use whatever letter you prefer. In U:\, you’ll need to create a folder called Users. Now, reboot your computer and go into Safe Mode by pressing F8 as it boots. Once you’re in Safe Mode, go to C:\Users and copy the Default and Public folders to U:\Users\Default and U:\Users\Public. You’ll likely find some *.tmp files that simply won’t copy; it’s OK to skip them.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt; &lt;a href=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%202%20-%20Registry.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%202%20-%20Registry_sm.png&quot; width=&quot;415&quot; height=&quot;204&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After that’s done, you should open the registry editor (press the Windows key on your keyboard and type regedit). Navigate to &lt;strong&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList&lt;/strong&gt;. In that folder, you need to change the value of the Default key to U:\Users\Default, the Public key to U:\Users\Public, and the ProfilesDirectory to U:\Users. Reboot your PC and log in using the account you created in step 1. During the login, Windows will create your new user account, which should be in U:\Users. &lt;/p&gt;
&lt;h2&gt;Step 3: Wrapping up Loose Ends&lt;/h2&gt;
&lt;p&gt;If you didn’t take our advice in step 1 and start with a clean install, this is the point at which you should copy the contents of your old user profile into your new directory. Rather than doing a wholesale copy/paste of the whole directory, it’s safer to only pull the files you need. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%203%20-%20Find%20Registry.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%203%20-%20Find%20Registry_sm.png&quot; width=&quot;415&quot; height=&quot;203&quot; /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;You’ll also want to open the registry and do a Find for C:\Users. We found about 20 instances on our test machines, even in a fresh account. While there are some tools that will do an automatic find and replace on the registry, we chose to manually use regedit so we could verify each change ourselves. Open regedit (type regedit after pressing the Windows key), click Computer at the top of the left pane, and then go to the Edit menu and click Find. Type C:\Users and click Find. Then manually change each key to U:\Users. Press F3 to find the next instance, and keep at it until you&#039;ve changed all the entries. Reboot your PC, then restart regedit and search one final time to ensure you didn&#039;t miss any entries.&lt;/p&gt;
&lt;p&gt;If you&#039;re doing this on a machine that&#039;s been used, there will likely be a massive number of registry changes necessary. In that case, download Registry Finder (&lt;a href=&quot;http://www.acelogix.com/regfinder.html&quot;&gt;www.acelogix.com/regfinder.html&lt;/a&gt;, 30-day trial) to automate some of the process. While it’s not perfect, Registry Finder will find and change many of the entries for you. You&#039;ll still want to do a manual search with regedit, but Registry Finder could save you an hour of copy/pasting. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/ssdhowto/search_reg.PNG&quot; width=&quot;207&quot; height=&quot;202&quot; /&gt; &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/ssdhowto/search_reg_results_sm.png&quot; width=&quot;415&quot; height=&quot;327&quot; /&gt; &lt;/p&gt;
&lt;p&gt;At this point, you could delete C:\Users if you so desire. We find that it&#039;s better to leave the folder, so that even poorly behaved apps that use a hardcoded profile path will continue to work. You should, however, occasionally check the C:\Users folder to see if any files have popped up there.&lt;/p&gt;
&lt;p&gt;At this point, your Windows install is ready to go. However, before you install any big apps, you should mount your games partition so you don&#039;t waste precious space on the SSD for games. &lt;/p&gt;
&lt;h2&gt;Step 4: Create a Place for Games&lt;/h2&gt;
&lt;p&gt;Now, we&#039;re going to mount your games partition in the file system. First, you create a folder in your C:\Program Files directory (or C:\Program Files (x86) on 64-bit Windows) called Games. Go back to the Computer Management console and click Disk Management. Right-click the Games partition and select Change Drive Letter and Paths. Select any drive letters that are currently being used and click Remove, then click Add. Select &amp;quot;Mount in the following empty NTFS folder&amp;quot;, and browse to the Games folder you just created. Now anything you install at C:\Program Files\Games will actually be stored on your hard disk, and not your SSD. Paths and permissions will also be inherited. Be sure not to mount your Games folder to any additional drives. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%204%20-%20Mount.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/ssdhowto/Step%204%20-%20Mount_sm.png&quot; width=&quot;415&quot; height=&quot;298&quot; /&gt;&lt;/a&gt; &lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/howtos/howto_optimize_your_windows_profile_and_media_storage_ssd#comments</comments>
 <category domain="http://www.maximumpc.com/taxonomy/term/7154">file management</category>
 <category domain="http://www.maximumpc.com/geek_tested/gaming">gaming</category>
 <category domain="http://www.maximumpc.com/geek_tested/howto_0">how_to</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3389">profiles</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8004">ssds</category>
 <category domain="http://www.maximumpc.com/geek_tested/windows">windows</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/32">How-Tos</category>
 <pubDate>Wed, 13 May 2009 19:30:29 -0500</pubDate>
 <dc:creator>Will Smith</dc:creator>
 <guid isPermaLink="false">6308 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>How-To: Use Symbolic Links to Master Vista&#039;s File System</title>
 <link>http://www.maximumpc.com/article/howtos/howto_master_your_file_system_mklink</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;With Windows Vista, Microsoft introduced a new capability into its operating system: the ability to create symbolic links. Accessible only from the command line, symbolic links aren’t something the average user would need to be familiar with to use Windows, but they are a powerful way to manipulate the file system. In this article, we’ll provide a little background info about symbolic links and hard links, and show you how to use the mklink command to create them. We’ll also show you a couple of examples, including how to use mklink to manage your Steam games and music files. so read on, and find out how you could be taking full advantage of symbolic links!&lt;/p&gt;
&lt;h2&gt;What is a symbolic link?&lt;/h2&gt;
&lt;p&gt;A symbolic link is very much like what you would normally call a “shortcut.” it creates a pointer to a different part of the file system, redirecting your computer to that location when accessed. What makes a symbolic link different from a shortcut is that it is handled at the operating system level, rather than at the application level. This means that whereas only a few programs (such as explorer.exe) know how to handle a shortcut file, a symbolic link can be used with almost any program that deals with the file system.&lt;/p&gt;
&lt;p&gt;With a symbolic link, if the target directory or file is deleted, the link becomes non-functioning, as it points to a file that no longer exists. In a way, this gives symbolic links extra flexibility, as you can create a symbolic link to a file or folder that doesn’t actually exist, but will later. Symbolic links take up no space, and if you delete a symbolic link, nothing happens to the original data.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u57670/Symbolic_Link.jpg&quot; width=&quot;415&quot; height=&quot;300&quot; /&gt;&lt;/div&gt;
&lt;p&gt;It&#039;s actually considerably more complicated than what&#039;s shown in the above graph, but this gives you an idea of the structure a symbolic link creates. &lt;/p&gt;
&lt;h2&gt;What is a hard link?&lt;/h2&gt;
&lt;p&gt;A hard link is functionally very similar to a symbolic link, but is fundamentally different. Rather than pointing to a part of the file system, a hardlink points to data in memory. In other words, when you create a hard link, you’re not merely creating a link or a shortcut to another file—you’re creating a new file which points to already extant data.&lt;/p&gt;
&lt;p&gt;This is best illustrated by mentioning that if you delete the original file, any hard links to that file will still work normally, as the data they pointed to is still there.  The data will remain until every hard link pointing to it is deleted.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u57670/Hard_link.jpg&quot; width=&quot;415&quot; height=&quot;300&quot; /&gt;&lt;/div&gt;
&lt;h2&gt;How to use the mklink command&lt;/h2&gt;
&lt;p&gt;To create a symbolic link with mklink, use the following syntax:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;mklink &amp;lt;link&amp;gt; &amp;lt;target&amp;gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The parameter &amp;lt;link&amp;gt; is the name you want to give to the newly created link. The &amp;lt;target&amp;gt; parameter is where you specify the location that you want to link to. The location can be an absolute path (such as “C:\Documents and Settings\acastle\My Documents\Articles”), a relative path (such as “Articles\October 08”), or the address of a network share (such as 192.168.1.3). The target can be a single file or an entire folder, depending on which command line options are specified. These options are as follows:&lt;/p&gt;
&lt;h3&gt;Default&lt;/h3&gt;
&lt;p&gt;If you use mklink without any command line flags, it will default to creating a file symbolic link. Thus, the specified target must be a single file. For example, to link a game save file to a mounted network drive, you could enter&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;mklink D:\Games \civilization iv\game1.sav M:\Games\civilization iv\game1.sav&lt;/strong&gt;&lt;br /&gt;
&lt;h3&gt;/D&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;With the /D flag, mklink creates a directory symbolic link. This is just a symbolic link that points to a whole directory rather than a file. You would generally use such a link the same way you would use a shortcut to a directory. As an example, it could look like this:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;mklink D:\Photos \\192.168.1.4\photos &lt;/strong&gt;&lt;br /&gt;
&lt;h3&gt;/H&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;With the /H flag, mklink creates a hard link, rather than a soft link, as described at the beginning of this article. It must point to a file, not a directory. It would look like this:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;mklink /H C:\app\config.ini E:\apps\exampleapp\config.ini &lt;/strong&gt;&lt;br /&gt;
&lt;h3&gt;/J&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The /J flag is the hard link equivalent of the /D flag. It creates a hard link to a directory, rather than a single file. For example, if you wanted to create a hard link to a folder, you could use this command:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;mklink /J D:\Articles C:\Users\username\Documents\Articles&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If at any time you simply enter &amp;quot;&lt;strong&gt;mklink&lt;/strong&gt;&amp;quot; into the command prompt, you&#039;ll be shown a brief reminder of what the command line options are.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;/files/u57670/mklink_help.jpg&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;/files/u57670/mklink_help_sm.jpg&quot; width=&quot;415&quot; height=&quot;208&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;
&lt;h2&gt;Sample Uses&lt;/h2&gt;
&lt;p&gt;Alright, so that was a whole lot of theory about symbolic links, but what are they actually good for? As a basic tool for manipulating the file system, they’ve got potentially endless uses, but most of the ways we’ve used the in the past involve using hard links to provide extra flexibility for applications that don’t normally allow you to change where certain data is stored. For example:&lt;br /&gt;
&lt;h3&gt;Storing Steam Games Outside the Steam Folder&lt;/h3&gt;
&lt;p&gt;Steam is an excellent example of a application which is not entirely flexible in the way it uses the file system. When you first install Steam, you can choose where you want games saved, but after that point, every new game you download is installed to the same place. With hard links, we can fix that.&lt;/p&gt;
&lt;p&gt;Why would we want to have Steam games installed in different places? Let’s look at the following example. Say we have a computer with two hard drives: a 300GB WD Velociraptor and a 1.5TB Seagate Barracuda. We use the faster-accessing Velociraptor for gaming, so we install Steam on one of its partitions. Eventually, the Velociraptor begins to fill up, so we have to start evaluating how we’re using the space. For a game like Crysis, which will be accessing tons of data off the disk—fast—we definitely want to use the faster hard drive. However, for a game like Civilization 4, which is older and loads quickly pretty much no matter what, we could afford to move the game’s data over to the slower drive, clearing up a couple of gigabytes on the Velociraptor.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;/files/u57670/steamgames.jpg&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;/files/u57670/steamgames_sm.jpg&quot; width=&quot;415&quot; height=&quot;253&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;So how would we go about doing it? All we need to do is find the files we want to move. In our example, they’re located in D:\Games\Steam\steamapps\common\sid meier&#039;s civilization iv. We’ll move that folder somewhere on the 2TB drive, for instance to E:\Games\sid meier&#039;s civilization iv. Now, before starting up Steam again, we need to create a hard link to fill in the hole we left when we moved the folder. The command we’ll use to do that is:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;mklink /J D:\Games\Steam\steamapps\common\sid meier&#039;s civilization iv E:\Games\sid meier&#039;s civilization iv&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now, when Steam looks for the Civilization 4 files, it will find them right where it’s expecting. However, the hard link is pointing it to data that’s actually on the 2TB drive. Using this technique, we can store our games wherever we like.&lt;br /&gt;
&lt;h3&gt;Managing Media Files Stored on a Network&lt;/h3&gt;
&lt;p&gt;One useful feature of symbolic links, as they are implemented in Windows Vista and later, is that they can point to other locations on a local network, as long as the other computer is also running a post-XP Windows operating system. This opens up a whole new set of uses for symbolic links.&lt;/p&gt;
&lt;p&gt;For example, say you’ve got a home server set up to store all your media files, and you want to use iTunes to access your music from any other computer on your local network. iTunes allows you to choose where music is stored, allowing you to select your media server, but that’s not everything you need. You see, iTunes stores all the data it uses to make its big track index run smoothly in an XML file called a “library.” This library file is created automatically by iTunes; you cannot normally choose to access a library on a network drive. However, with mklink, this is easy.&lt;/p&gt;
&lt;p&gt;Say you’ve mapped your media server’s music folder to drive letter M. All you would have to do to make your music library much more flexible is follow these steps:&lt;/p&gt;
&lt;p&gt;1.    Locate the folder containing the XML library files. By default, it’s usually found in username\music\iTunes. &lt;/p&gt;
&lt;p&gt;2.    Now, much like we did with the Steam game, we’re going to swap this file out with a mklink folder. So, first copy the contents of this folder to a folder on the network drive. You can name it whatever, we chose M:\shared music libraries.&lt;/p&gt;
&lt;p&gt;3.    Next, delete the folder from your local machine.&lt;/p&gt;
&lt;p&gt;4.    Finally, create the symbolic link. For iTunes, we don’t need a hardlink, so we’ll use the following command:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Mklink /D C:\Users\Username\Music\iTunes M:\shared music libraries&lt;/strong&gt;&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;/files/u57670/musiclink.jpg&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;/files/u57670/musiclink_sm.jpg&quot; width=&quot;415&quot; height=&quot;208&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;And that’s it. Now your music index files are saved on the server alongside the music files themselves. This allows you to get instant access to all these files from any computer on the network, by simply running the above mklink command on those computers.&lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/howtos/howto_master_your_file_system_mklink#comments</comments>
 <category domain="http://www.maximumpc.com/taxonomy/term/5694">file system</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/7979">hard link</category>
 <category domain="http://www.maximumpc.com/geek_tested/howto_0">how_to</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/7977">mklink</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/7978">symbolic link</category>
 <category domain="http://www.maximumpc.com/geek_tested/windows">windows</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/32">How-Tos</category>
 <pubDate>Wed, 13 May 2009 10:45:00 -0500</pubDate>
 <dc:creator>Alex Castle</dc:creator>
 <guid isPermaLink="false">6288 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>How-To: Install Windows 7 RC as a Dual Boot, Over Vista, or From Scratch</title>
 <link>http://www.maximumpc.com/article/howtos/how_to_install_windows_7_a_dual_boot_over_vista_or_from_scratch</link>
 <description>&lt;!--paging_filter--&gt;&lt;table border=&quot;0&quot; align=&quot;right&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
digg_url = &#039;http://www.maximumpc.com/article/howtos/how_to_install_windows_7_a_dual_boot_over_vista_or_from_scratch&#039;;
&lt;/script&gt;&lt;script src=&quot;http://digg.com/tools/diggthis.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The May 5th launch date for the &lt;a href=&quot;http://www.microsoft.com/windows/windows-7/download.aspx&quot;&gt;Windows 7 RC&lt;/a&gt; has come and gone, and amazingly, it went off without a hitch. The download servers held up, product keys have been free flowing, and Microsoft is once again proving to the world that they have what it takes to be the number one OS. To veteran Maximum PC readers, downloading and installing the new Windows 7 RC is a piece of cake, and they have probably been up and running for days. For newcomers however, the process can be a bit overwhelming. In the following guide, we will review the steps from start to finish on how to get the Windows 7 Release Candidate up and running in less than an hour.  The entire process is free, and the only risk involved is your time, and the possibility of developing an unnatural love affair with an operating system that you’re wife probably won’t understand.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;/files/u46173/htwin7intro.jpg&quot; alt=&quot;Windows 7 Install&quot; title=&quot;Windows 7 Install&quot; width=&quot;415&quot; height=&quot;224&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Read on to learn how to setup a dual boot with your old OS, upgrade from Vista, or even just make a plain old clean install.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;What You Will Need&lt;/h3&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;A PC with the following Minimum Specs:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;      &lt;/span&gt;1 GHz or faster 32-bit (x86) or 64-bit (x64) processor&lt;/li&gt;
&lt;li&gt;&lt;span&gt;      &lt;/span&gt;1 GB RAM (32-bit) / 2 GB RAM (64-bit)&lt;/li&gt;
&lt;li&gt;&lt;span&gt;      &lt;/span&gt;16 GB available disk space (32-bit) / 20 GB (64-bit)&lt;/li&gt;
&lt;li&gt;&lt;span&gt;      &lt;/span&gt;DirectX 9 graphics processor with WDDM 1.0 or higher driver&lt;/li&gt;
&lt;li&gt;&lt;span&gt;      &lt;/span&gt;DVD-R / RW Drive &amp;amp; a Blank DVD&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://cdburnerxp.se/en/download&quot;&gt;CDBurnerXP&lt;/a&gt; (Works in XP or Vista) or other DVD ISO burning software &lt;strong&gt;(Free)&lt;/strong&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Windows 7 RC &lt;a href=&quot;https://profile.microsoft.com/RegSysProfileCenter/wizard.aspx?wizid=9ae77f00-f3ab-4076-a365-8300676a7144&amp;amp;lcid=1033&quot;&gt;32 Bit&lt;/a&gt; or &lt;a href=&quot;https://profile.microsoft.com/RegSysProfileCenter/wizard.aspx?wizid=9ae77f00-f3ab-4076-a365-8300676a7144&amp;amp;lcid=1033&quot;&gt;64 Bit&lt;/a&gt; &lt;strong&gt;(Free)&lt;/strong&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;A &lt;a href=&quot;https://accountservices.passport.net/reg.srf?wa=wsignin1.0&amp;amp;rpsnv=10&amp;amp;ct=1241918013&amp;amp;rver=5.0.3265.0&amp;amp;wp=MCMBI&amp;amp;wreply=https%3A%2F%2Fprofile.microsoft.com%2FRegSysProfileCenter%2Fwizard.aspx%3Fwizid%3D9ae77f00-f3ab-4076-a365-8300676a7144%26lcid%3D1033&amp;amp;cb=Lcid%3D1033%26WizID%3D9ae77f00-f3ab-4076-a365-8300676a7144%26Brand%3DWindows&amp;amp;cru=https%3A%2F%2Fprofile.microsoft.com%2FRegSysProfileCenter%2Fwizard.aspx%3Fwizid%3D9ae77f00-f3ab-4076-a365-8300676a7144%26lcid%3D1033&amp;amp;id=42814&amp;amp;cbid=50861&amp;amp;sl=1&amp;amp;lc=1033&quot;&gt;Windows Live&lt;/a&gt; Account &lt;strong&gt;(Free)&lt;/strong&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;1.) Download The RC&lt;/h3&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;The first thing you will need to do is navigate on over to the &lt;a href=&quot;http://www.microsoft.com/windows/windows-7/download.aspx&quot;&gt;Windows 7 RC download page&lt;/a&gt;, and grab yourself the updated ISO. You will notice that it will give the option of picking either the 32 or 64 Bit version of the OS.&lt;span&gt;  &lt;/span&gt;As with &lt;a href=&quot;/article/features/windows_vista_64bit_%E2%80%93_is_it_ready_for_primetime&quot;&gt;Vista x64&lt;/a&gt;, the future is in 64 Bit computing, but you need to have compatible hardware, and the advantages don’t amount to much if you have less than 4 gigs of ram. If your not sure if your processor is 64 bit or not, feel free to take the test by downloading and running &lt;a href=&quot;http://www.grc.com/securable.htm&quot;&gt;GRC’s SecureAble.&lt;/a&gt; &lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Navigate to the bottom of the page, select your edition, then hit &lt;strong&gt;GO.&lt;/strong&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;/&quot;&gt;&lt;span&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape  id=&quot;_x0000_i1035&quot; type=&quot;#_x0000_t75&quot; alt=&quot;:SS:htwin7download1.png&quot; style=&#039;width:412.5pt;  height:239.25pt;visibility:visible;mso-wrap-style:square&#039;&gt;  &lt;v:imagedata src=&quot;file:///C:\Users\JUSTIN~1\AppData\Local\Temp\msohtmlclip1\01\clip_image002.png&quot;   o:title=&quot;htwin7download1&quot;/&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u46173/htwin7download1.png&quot; alt=&quot;How To Download&quot; title=&quot;How To Download&quot; width=&quot;415&quot; height=&quot;241&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Next you will be asked to enter your Windows Live account information, if you don’t have one, not to worry, &lt;a href=&quot;https://accountservices.passport.net/reg.srf?wa=wsignin1.0&amp;amp;rpsnv=10&amp;amp;ct=1241918013&amp;amp;rver=5.0.3265.0&amp;amp;wp=MCMBI&amp;amp;wreply=https%3A%2F%2Fprofile.microsoft.com%2FRegSysProfileCenter%2Fwizard.aspx%3Fwizid%3D9ae77f00-f3ab-4076-a365-8300676a7144%26lcid%3D1033&amp;amp;cb=Lcid%3D1033%26WizID%3D9ae77f00-f3ab-4076-a365-8300676a7144%26Brand%3DWindows&amp;amp;cru=https%3A%2F%2Fprofile.microsoft.com%2FRegSysProfileCenter%2Fwizard.aspx%3Fwizid%3D9ae77f00-f3ab-4076-a365-8300676a7144%26lcid%3D1033&amp;amp;id=42814&amp;amp;cbid=50861&amp;amp;sl=1&amp;amp;lc=1033&quot;&gt;you can create it for free&lt;/a&gt;. After signing up, or signing in, you will be presented with your Windows 7 product key. &lt;span&gt; &lt;/span&gt;If you planning on installing more than one copy of Windows 7, or even a mixture of 32 bit and 64 bit, don’t worry about trying to scam yourself additional product keys. As of right now, you can activate as many copies as you want with a single key, and both editions will work with either key.&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape  id=&quot;Picture_x0020_1&quot; o:spid=&quot;_x0000_i1034&quot; type=&quot;#_x0000_t75&quot; alt=&quot;:SS:gtwin7download2.png&quot;  style=&#039;width:414.75pt;height:214.5pt;visibility:visible;mso-wrap-style:square&#039;&gt;  &lt;v:imagedata src=&quot;file:///C:\Users\JUSTIN~1\AppData\Local\Temp\msohtmlclip1\01\clip_image004.png&quot;   o:title=&quot;gtwin7download2&quot;/&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u46173/htwin7download2.png&quot; alt=&quot;Product Key&quot; title=&quot;Product Key&quot; width=&quot;415&quot; height=&quot;215&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Next all you need to do is hit &lt;strong&gt;Download Now&lt;/strong&gt; to start the downloader. &lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape  id=&quot;_x0000_i1033&quot; type=&quot;#_x0000_t75&quot; alt=&quot;:SS:htwin7download3.png&quot; style=&#039;width:414.75pt;  height:212.25pt;visibility:visible;mso-wrap-style:square&#039;&gt;  &lt;v:imagedata src=&quot;file:///C:\Users\JUSTIN~1\AppData\Local\Temp\msohtmlclip1\01\clip_image006.png&quot;   o:title=&quot;htwin7download3&quot;/&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u46173/htwin7download3.png&quot; alt=&quot;Download Manager&quot; title=&quot;Download Manager&quot; width=&quot;415&quot; height=&quot;212&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Next we will look at the post download process.&lt;/p&gt;
&lt;h3&gt;2.) Burn The ISO to a DVD &lt;br /&gt;&lt;/h3&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;If you haven’t done so already, you will need to download and install an ISO burning software utility which will turn the file you downloaded, into a bootable install disk. If you don’t have Nero or another CD burning utility already, I suggest &lt;a href=&quot;http://cdburnerxp.se/en/download&quot;&gt;CDBurnerXP&lt;/a&gt;. It works in both Windows XP &amp;amp; Vista, despite the name, and is a free, full featured burning utility. &lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Just select &lt;strong&gt;Burn ISO&lt;/strong&gt; from the main menu, insert a blank DVD, and hit &lt;strong&gt;Burn.&lt;/strong&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape  id=&quot;Picture_x0020_2&quot; o:spid=&quot;_x0000_i1032&quot; type=&quot;#_x0000_t75&quot; style=&#039;width:311.25pt;  height:218.25pt;visibility:visible;mso-wrap-style:square&#039;&gt;  &lt;v:imagedata src=&quot;file:///C:\Users\JUSTIN~1\AppData\Local\Temp\msohtmlclip1\01\clip_image008.jpg&quot;   o:title=&quot;htwin7burniso2&quot;/&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u46173/htwin7burniso2.jpg&quot; alt=&quot;Burn ISO&quot; title=&quot;Burn ISO&quot; width=&quot;415&quot; height=&quot;291&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;hr /&gt;
&lt;h3&gt;3.) Upgrade Windows Vista to Windows 7 (Windows XP Users Need Not Apply!)&lt;/h3&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Windows XP isn’t elegable for an in place upgrade, and I’m not so sure that a bad thing. The in place upgrade transfers settings, and files, but given the drastically different architecture of the two OS’s, even if Windows 7 tried, the result probably wouldn’t be what you were hoping for. It is possible to use the Windows XP file and settings transfer wizard, but this will need to be backed up manually, and you will need to skip ahead to the clean install step. &lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt; &lt;span&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape  id=&quot;Picture_x0020_3&quot; o:spid=&quot;_x0000_i1031&quot; type=&quot;#_x0000_t75&quot; style=&#039;width:311.25pt;  height:234pt;visibility:visible;mso-wrap-style:square&#039;&gt;  &lt;v:imagedata src=&quot;file:///C:\Users\JUSTIN~1\AppData\Local\Temp\msohtmlclip1\01\clip_image009.jpg&quot;   o:title=&quot;htwin7upgrade3&quot;/&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u46173/htwin7upgrade3.jpg&quot; alt=&quot;Windows XP Denied!&quot; title=&quot;Windows XP Denied!&quot; width=&quot;415&quot; height=&quot;312&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Upgrading a Windows Vista installation on the other hand is ridiculously simple. Just insert you new DVD, click &lt;strong&gt;Install Now,&lt;/strong&gt; then sit back and let Windows 7 will do the rest. A three click OS install? Take that Steve Jobs! It might be worth pulling out a mighty mouse if you can find one for this step just to rub it in.&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape  id=&quot;Picture_x0020_4&quot; o:spid=&quot;_x0000_i1030&quot; type=&quot;#_x0000_t75&quot; style=&#039;width:311.25pt;  height:234.75pt;visibility:visible;mso-wrap-style:square&#039;&gt;  &lt;v:imagedata src=&quot;file:///C:\Users\JUSTIN~1\AppData\Local\Temp\msohtmlclip1\01\clip_image010.jpg&quot;   o:title=&quot;htwin7upgrade2&quot;/&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u46173/htwin7upgrade2.jpg&quot; alt=&quot;Upgrade From Vista&quot; title=&quot;Upgrade From Vista&quot; width=&quot;415&quot; height=&quot;313&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;Do a Clean Install or Dual Boot of Windows 7&lt;/h3&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;If your doing a clean install of Windows 7, make sure that you have backed up all the information on your primary drive, and restart with the DVD in your optical drive. A clean install will be required if you are a Windows XP user, or if the computer doesn’t have a primary OS. Even if your running Vista however, I would still recommend going with a clean install. It’s a well-known fact that upgrades, rarely work as well as a fresh install. &lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;During the boot up &lt;strong&gt;press any key&lt;/strong&gt; to continue when prompted.&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;When you reach the first options screen select &lt;strong&gt;Custom&lt;/strong&gt; &lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape  id=&quot;Picture_x0020_5&quot; o:spid=&quot;_x0000_i1029&quot; type=&quot;#_x0000_t75&quot; alt=&quot;:SS:htwin7install2.jpg&quot;  style=&#039;width:311.25pt;height:233.25pt;visibility:visible;mso-wrap-style:square&#039;&gt;  &lt;v:imagedata src=&quot;file:///C:\Users\JUSTIN~1\AppData\Local\Temp\msohtmlclip1\01\clip_image011.jpg&quot;   o:title=&quot;htwin7install2&quot;/&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u46173/htwin7install2.jpg&quot; alt=&quot;Clean Install 1&quot; title=&quot;Clean Install 1&quot; width=&quot;415&quot; height=&quot;311&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape  id=&quot;Picture_x0020_7&quot; o:spid=&quot;_x0000_i1028&quot; type=&quot;#_x0000_t75&quot; alt=&quot;:SS:htwin7install3.jpg&quot;  style=&#039;width:311.25pt;height:232.5pt;visibility:visible;mso-wrap-style:square&#039;&gt;  &lt;v:imagedata src=&quot;file:///C:\Users\JUSTIN~1\AppData\Local\Temp\msohtmlclip1\01\clip_image012.jpg&quot;   o:title=&quot;htwin7install3&quot;/&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u46173/htwin7install3.jpg&quot; alt=&quot;Clean Install 2&quot; title=&quot;Clean Install 2&quot; width=&quot;415&quot; height=&quot;310&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;The next screen will give you a summary of your hard drive and partitions. Here you can select one of two options.&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;1.) Select your primary partition then click &lt;strong&gt;Format&lt;/strong&gt; then &lt;strong&gt;Next&lt;/strong&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;2.) Select a secondary partition or drive then click &lt;strong&gt;Format&lt;/strong&gt; then &lt;strong&gt;Next.&lt;/strong&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;The advantage of going with option number two is that you can run Windows 7 in a dual boot setup. Windows 7 will automatically configure a boot manager and will allow you to pick from your old OS, or Windows 7 at each startup. You can select either a secondary hard drive, or make another partition to go with the dual boot approach. Want to know how to make a new partition from your existing hard drive, without destroying your existing data? &lt;a href=&quot;/article/news/how_to_repartition_your_hard_drive_for_free_without_formatting_or_losing_data&quot;&gt;We’ve got a guide for that too.&lt;/a&gt; &lt;span&gt; &lt;/span&gt;Also keep in mind, if you select a secondary drive that doesn’t contain an OS, you don’t need to click format. In this example, Windows 7 will simply be installed on the drive alongside your data.&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape  id=&quot;Picture_x0020_8&quot; o:spid=&quot;_x0000_i1027&quot; type=&quot;#_x0000_t75&quot; alt=&quot;:SS:htwin7install4.jpg&quot;  style=&#039;width:311.25pt;height:233.25pt;visibility:visible;mso-wrap-style:square&#039;&gt;  &lt;v:imagedata src=&quot;file:///C:\Users\JUSTIN~1\AppData\Local\Temp\msohtmlclip1\01\clip_image013.jpg&quot;   o:title=&quot;htwin7install4&quot;/&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u46173/htwin7install4.jpg&quot; alt=&quot;Clean Install 3&quot; title=&quot;Clean Install 3&quot; width=&quot;415&quot; height=&quot;311&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Windows 7 will now install itself, and you won’t need to make any other choices. Just sit back, and enjoy the ride.&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;After you’re reboot you will be prompted to enter your CD key which you obtained during step one. &lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;After you’re reboot you will be prompted to enter your CD key which you obtained during step one. &lt;br /&gt;You can optionally uncheck the box next to &lt;strong&gt;Automatically activate Windows when I’m online&lt;/strong&gt; if you plan on wiping this installation out in less than 30 days. This will save you having to activate or look around for the key before getting yourself up and running. That’s about the only advantage however, since activations aren’t limited at this point.&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape  id=&quot;Picture_x0020_11&quot; o:spid=&quot;_x0000_i1026&quot; type=&quot;#_x0000_t75&quot; alt=&quot;:SS:htwin7install6.jpg&quot;  style=&#039;width:311.25pt;height:256.5pt;visibility:visible;mso-wrap-style:square&#039;&gt;  &lt;v:imagedata src=&quot;file:///C:\Users\JUSTIN~1\AppData\Local\Temp\msohtmlclip1\01\clip_image014.jpg&quot;   o:title=&quot;htwin7install6&quot;/&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u46173/htwin7install6.jpg&quot; alt=&quot;Clean Install 5&quot; title=&quot;Clean Install 5&quot; width=&quot;415&quot; height=&quot;342&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;Install Windows 7 From a USB Key&lt;/h3&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape  id=&quot;Picture_x0020_9&quot; o:spid=&quot;_x0000_i1025&quot; type=&quot;#_x0000_t75&quot; alt=&quot;:SS:usbkey_415.jpg&quot;  style=&#039;width:321pt;height:210pt;visibility:visible;mso-wrap-style:square&#039;&gt;  &lt;v:imagedata src=&quot;file:///C:\Users\JUSTIN~1\AppData\Local\Temp\msohtmlclip1\01\clip_image015.jpg&quot;   o:title=&quot;usbkey_415&quot;/&gt; &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u46173/usbkey_415.jpg&quot; alt=&quot;USB Key&quot; title=&quot;USB Key&quot; width=&quot;415&quot; height=&quot;272&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Want to learn how to install Windows 7 from a USB key? &lt;a href=&quot;/article/howtos/how_to_install_windows_7_beta_a_usb_key&quot;&gt;Find our guide here.&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Conclusion&lt;/h3&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;Microsoft has done an amazing job of using the beta, and RC of Windows 7 to create awareness for its new OS. As a result, many of the major hardware manufacturers have already developed very mature and stable Windows 7 drivers to satisfy the early demand. We strongly encourage anybody who is interested in a sneak peek of the future to give the RC a try, and we are hoping this guide will remove the barrier of entry for even the most modest of users. The RC will be available for download until at least June 2009, and you won’t need to worry about it expiring until March 2010.&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;What are your impressions of the Windows 7 RC? &lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/howtos/how_to_install_windows_7_a_dual_boot_over_vista_or_from_scratch#comments</comments>
 <category domain="http://www.maximumpc.com/geek_tested/howto_0">how_to</category>
 <category domain="http://www.maximumpc.com/geek_tested/microsoft">microsoft</category>
 <category domain="http://www.maximumpc.com/geek_tested/operating_system">operating system</category>
 <category domain="http://www.maximumpc.com/geek_tested/os">OS</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3243">windows 7</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/32">How-Tos</category>
 <pubDate>Mon, 11 May 2009 11:30:00 -0500</pubDate>
 <dc:creator>Justin Kerr</dc:creator>
 <guid isPermaLink="false">6261 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>How to Hack Your Dropbox: Five Amazing Mashups</title>
 <link>http://www.maximumpc.com/article/howtos/five_ways_use_dropbox_like_a_pro</link>
 <description>&lt;!--paging_filter--&gt;&lt;table border=&quot;0&quot; align=&quot;right&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
digg_url = &#039;http://www.maximumpc.com/article/howtos/five_ways_use_dropbox_like_a_pro&#039;;
&lt;/script&gt;&lt;script src=&quot;http://digg.com/tools/diggthis.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;As any PC power-user knows, getting files from one place to another is one of the oldest tasks in the book. Since way back when people have used floppies, ZIP disks, CDs, DVDs, Blu-ray discs,  thumb drives, email and more to get the files you need from point A to point B. But now there’s &lt;a href=&quot;http://www.getdropbox.com&quot;&gt;DropBox&lt;/a&gt;, which has—in the half year or so since it came out of beta—become our very favorite way of making sure that we always have our most important files at hand.&lt;/p&gt;
&lt;p&gt;If you’re not familiar with how DropBox works, it’s simple: You create a free account with DropBox, and install a small app on your computer. This app creates a folder on your computer (wherever you choose) and monitors that folder at all times. Whenever you change the contents of this folder, by adding, modifying or deleting files, DropBox automatically syncs these changes to your account’s folder on their servers. Additionally, any other computer logged into that same account will have their DropBox folder synced as well. There’s nothing earthshaking about this capability,  but the whole process is amazingly simple and makes collaboration an absolute breeze.&lt;/p&gt;
&lt;p&gt;Still, with a little creativity, DropBox can be a lot more than just a way to move files from one computer to another. We’ve compiled a list of five of the coolest DropBox tricks we’ve heard of so far, so read on to find out how you can use DropBox and other free software to recover a stolen laptop, organize your Torrents, keep your passwords safe, and more.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;/files/u57670/Dropbox-Review-2.jpg&quot; width=&quot;400&quot; height=&quot;400&quot; /&gt; &lt;/p&gt;
&lt;h2&gt;1. Keep all your passwords safe&lt;/h2&gt;
&lt;p&gt;Everyone knows that good password security requires that you use passwords that are A) long, B) complicated, and C) different for every website and service you use. Of course, these three requirements also make it a total pain to memorize all the passwords you need, meaning that most people don’t follow the rules, either using one password across many services (a security risk) or writing their passwords down near the computer (also a security risk). &lt;/p&gt;
&lt;p&gt;That’s where &lt;a href=&quot;http://keepass.info/&quot;&gt;KeePass&lt;/a&gt; comes in. KeePass is a free, open source password safe. It allows you to generate a unique, totally random password for every site or service you use, while only requiring you to remember a single master passphrase. Whenever you attempt to log into a service, KeePass asks for your master passphrase, then automatically enters the appropriate password from your safe.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1001.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1001_sm.png&quot; width=&quot;415&quot; height=&quot;326&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;That’s all well and good, but what do you do if you frequently use two different computers (say, a desktop and a laptop)? You could use a USB drive to keep your KeePass password archive with you at all times, but that’s one more little bit of hardware you have to keep track of. Instead, use DropBox to keep an up-to-date copy of your password file on both computers, at all times. Just tell KeePass to save your password archive somewhere in your DropBox synced folder.&lt;/p&gt;
&lt;p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1002.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1002_sm.png&quot; width=&quot;415&quot; height=&quot;309&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Worried about security? Fuhgeddaboutit. KeePass saves your password in an archive encrypted with nigh-unbreakable AES 256-hit encryption. That means that as long as you pick a strong, long password, getting a hold of your KeePass file won’t do a hacker a bit of good. &lt;br /&gt;
&lt;h2&gt;2. Catch Laptop Thieves&lt;/h2&gt;
&lt;p&gt;As PC enthusiasts, nothing gets our blood boiling like tales of stolen laptop computers. With DropBox, though, there’s a chance for sweet, sweet revenge. The trick is to set up a keylogger on your own machine, and set it to save its log files into the Dropbox shared folder. If anyone ever steals your laptop, your Dropbox folder will give you a detailed look at what the thief is doing with it. If the cretin connects to a service such as MySpace (and our personal research indicates that cretins just &lt;em&gt;love&lt;/em&gt; MySpace) then you’ll know exactly who stole your notebook. &lt;/p&gt;
&lt;p&gt;By letting Dropbox handle the syncing, you don’t have to let an internet-enabled keylogger through your firewall (because who knows who it could be sending data too). Of course, keyloggers are pretty sketchy business, so if you want to try this trick out you’ll have to track one down on your own. &lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u69/Notebook_Thief.png&quot; width=&quot;350&quot; height=&quot;236&quot; /&gt;&lt;/div&gt;
&lt;h2&gt;3. Access an Encrypted Drive, Anywhere&lt;/h2&gt;
&lt;p&gt;We like Dropbox. We like TrueCrypt. So what if… &lt;em&gt;What if&lt;/em&gt;, we were to use the two together? Crazy, we know, but by combining the top-notch encryption of TrueCrypt with the easy syncing of Dropbox, you can create an encrypted drive accessible from any computer.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1003.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1003_sm.png&quot; width=&quot;415&quot; height=&quot;291&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;To do this, just download the &lt;a href=&quot;http://www.truecrypt.org/downloads&quot;&gt;TrueCrypt executable&lt;/a&gt;, run it, and choose to Extract it (rather than install it) to your Dropbox folder. From there, make an encrypted volume, as described in &lt;a href=&quot;/article/howtos/howto_keep_your_files_secure?page=0%2C1&quot;&gt;this article&lt;/a&gt;. This will allow you to run TrueCrypt and mount your encrypted volume straight off of the Dropbox folder, on any machine.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1004.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1004_sm.png&quot; width=&quot;415&quot; height=&quot;358&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;There’s one thing you should note about this method: First, Whenever Dropbox updates a file, it first compares the old file and the new, then only uploads or download only the bits that have changed. On the one hand, this is good because it means that you don’t have to re-upload your entire 500MB encrypted volume every time you add something to it. On the other hand, a hacker could (theoretically) see how the encrypted data is changing as you add or change files in the volume; an encryption no-no. Still, this definitely not something you have to worry about if you’re just looking for a little extra security for your Dropbox files.&lt;/p&gt;
&lt;p&gt;Read on to find out how you can use Dropbox to control a BitTorrent and sync up all your instant messaging logs!&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;4. Control a BitTorrent Client Remotely&lt;br /&gt;&lt;/h2&gt;
&lt;p&gt;How often have you found yourself sitting at work, only to find out that a file you’re interested (a demo for a game you’re excited about, for instance) has just become available online. Sure, you could sit there patiently, and wait until you get home to download it; but why bother waiting when you could have it ready for you as soon as you get there. Most of the big BitTorrent clients have some sort of web-based control, but those can be tricky to set up, and require that you have a static IP (or set up a DynDNS account). Using DropBox, it’s much easier.&lt;/p&gt;
&lt;p&gt;Here’s what you’ll need to do: First, make sure you have a BitTorrent client capable of automatically loading .torrent files from a folder. All the big ones are capable of this, including uTorrent, Vuze, and the standard BitTorrent client. Next, set it up to monitor your DropBox, or a folder in your DropBox (My Documents/My Dropbox/Torrents for instance) and automatically open any .torrent file added to that folder. &lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1005.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1005_sm.png&quot; width=&quot;415&quot; height=&quot;316&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Now, if you see a file you want to grab, just download the .torrent file to your Dropbox/Torrents folder, and your home PC will start the download as soon as DropBox syncs. It’s as simple as that.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1006.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1006_sm.png&quot; width=&quot;415&quot; height=&quot;291&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Of course, this method requires that you leave you computer on all day long, a decidedly environmentally-unfriendly practice that we don&#039;t recommend. But If you&#039;re anticipating the need to download something (a beta test for a new MMO, maybe?) we won&#039;t fault you for making a one-day exception. &lt;/p&gt;
&lt;h2&gt;5. Access your IM logs from any computer&lt;/h2&gt;
&lt;p&gt;A lot of people use instant messaging to keep in touch with their coworkers during the day. We certainly do here at the Maximum PC office, but we’re sure the same can be said for many less-technically-forward offices as well. Because of that, there are times when, while you’re at home, you want to remember something from a conversation you had while you were at work, but you can’t, because your IM logs are stored on your work computer.&lt;/p&gt;
&lt;p&gt;That doesn’t have to be the case, though. If you use &lt;a href=&quot;http://www.pidgin.im/&quot;&gt;Pidgin&lt;/a&gt;, a free, open source multi-protocol IM client, you can tell it to save its logs in a folder in your Dropbox. As long as Pidgin is set up that way on all of your computers, they will all share access to the same logs. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;/files/u57670/pidgin_logo.png&quot; width=&quot;415&quot; height=&quot;191&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Actually setting it up so that Pidgin saves your logs somewhere other than the default location is a little trickier than you might imagine, though. You’ll need to change the &lt;strong&gt;PURPLEHOME&lt;/strong&gt; environment variable on your system, which defines where Pidgin will save its configuration files and logs. To do this, open the control panel and select &lt;strong&gt;System&lt;/strong&gt;. Then select the &lt;strong&gt;Advanced&lt;/strong&gt; tab, and click on &lt;strong&gt;Environment Variables&lt;/strong&gt;. Now, click &lt;strong&gt;New&lt;/strong&gt; under the System Variables box. In the &lt;strong&gt;Variable Name&lt;/strong&gt; field, enter &lt;strong&gt;PURPLEHOME&lt;/strong&gt; and in the &lt;strong&gt;Variable Value&lt;/strong&gt; field, enter the location of your Dropbox folder. Now Pidgin will use a folder inside your Dropbox called &lt;strong&gt;.purple&lt;/strong&gt; to save its data.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1007.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1007_sm.png&quot; width=&quot;347&quot; height=&quot;147&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;If you’re ok working from a fresh install of Pidgin, that&#039;s all you’ll need to do. If you have existing settings and logs that you want to keep using, just copy the &lt;strong&gt;.purple&lt;/strong&gt; folder from its default directory (Application Data) to your Dropbox directory.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1008.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/dropbox/dropbox1008_sm.png&quot; width=&quot;415&quot; height=&quot;318&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;What did we miss?&lt;/h3&gt;
&lt;p&gt;So that&#039;s five of the coolest Dropbox trick&#039;s &lt;em&gt;we&#039;ve&lt;/em&gt; found, but we&#039;re sure there&#039;s a whole lot more out there. Do you know any clever ways to use file syncing? Let us know in the comments! &lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/howtos/five_ways_use_dropbox_like_a_pro#comments</comments>
 <category domain="http://www.maximumpc.com/geek_tested/bittorrent">bittorrent</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/4935">dropbox</category>
 <category domain="http://www.maximumpc.com/geek_tested/howto_0">how_to</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/5816">keepass</category>
 <category domain="http://www.maximumpc.com/geek_tested/pidgin">pidgin</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6946">web sync</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/32">How-Tos</category>
 <pubDate>Thu, 07 May 2009 15:30:00 -0500</pubDate>
 <dc:creator>Alex Castle</dc:creator>
 <guid isPermaLink="false">6235 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>How-To: Keep Your Files Secure</title>
 <link>http://www.maximumpc.com/article/howtos/howto_keep_your_files_secure</link>
 <description>&lt;!--paging_filter--&gt;&lt;p align=&quot;left&quot;&gt;These days, privacy is getting pretty hard to come by. Your boss checks your Facebook, your mom sees what you’re looking at on YouTube, and anyone who Googles your name can find out about that embarrassing incident at the IHOP.&lt;/p&gt;
&lt;p&gt;That’s why we think you should at least be able to find some peace of mind on your own PC. With that in mind, we’ve prepared a quick guide for keeping files and folders on your computer hidden from prying eyes. We’ll cover four different ways to accomplish this, from the mundane to the nigh-unbreakable.&lt;/p&gt;
&lt;h2&gt;Method 1: Hide Folders&lt;/h2&gt;
&lt;p&gt;Alright, the first and easiest method for hiding files is the one that’s built into Windows. You’re almost certainly already familiar with it: The good old fashioned “Hide Folder” option. To hide a folder this way, all you do is right click on it, then click on the &lt;strong&gt;Hidden&lt;/strong&gt; checkbox in the properties.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1001.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1001_sm.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;This will make the folder invisible to the file explorer, as long as the “”Do not show hidden files and folders” setting is selected in the folder options. If this option is not selected, the folder will still be visible, but slightly ghosted. Because it’s so easy to find folder hidden this way, it’s a technique that should only be used against someone who isn’t actually &lt;em&gt;trying&lt;/em&gt; to snoop through your files.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1002.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1002_sm.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Who this is going to fool: Your Mom, a small child&lt;/strong&gt;&lt;br /&gt;
&lt;h2&gt;Method 2: Locked Archive&lt;/h2&gt;
&lt;p&gt;Method number two is definitely more secure, and not much more difficult to do than the first method. Here, we’ll hide sensitive files or folders by stashing them inside an encrypted (password locked) archive file. Almost any file archiver as the ability to encrypt a .ZIP archive, but the default encryption algorithm for many programs, called ZIPCrypto, is not terribly secure and can be cracked using programs available on the internet. Instead, make sure you use a program that can use very secure AES 256 bit encryption. Example of these include 7-Zip, PeaZip, and WinZIP. Windows’ built-in ZIP app does NOT do AES 256 b it encryption.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1003.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1003_sm.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;There are two issues to consider with locked archives. First, the encryption is only as strong as the password you choose, so pick a password that’s at least 10 characters long and has a mix of letters (upper and lower case), numbers and symbols. Even if it’s fairly long, a password that is a word is susceptible to a quick dictionary attack. Second, although the archive hides the contained files from peeping Toms, the archive itself is plainly visible. You can try to disguise the file as something else, but a big, encrypted archive is always suspicious.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1004.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1004_sm.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;&lt;br /&gt;Who this is going to fool: Probably nobody, but they’re going to have to waterboard you if they want to know what’s inside&lt;/strong&gt;&lt;br /&gt;
&lt;h2&gt;Method 3: Steganography&lt;/h2&gt;
&lt;p&gt;Alright, enough of the boring methods, let’s get down to the James Bond stuff. Steganography is like cryptography, in that its goal is to hide a message from 3rd parties, but it goes a step further, demanding that the 3rd party not be able to tell that the hidden data even exists.  Commonly, this is done by disguising one sort of file as another sort of file, or hiding it in a big pile of random data.&lt;/p&gt;
&lt;p&gt;How can you get started with steganography? If you just want to impress your (easily impressed) friends, you can use one of a couple of web apps. &lt;a href=&quot;http://mozaiq.org/encrypt/&quot;&gt;Mozaiq &lt;/a&gt;is a site which allows you to hide a secret message inside a .png or .jpeg. It’s very limited (128kb image, 1024 characters max for your secret message) but it couldn’t be any easier: Just upload your image (or choose one of their stock photos), enter your message and an optional password, then click &lt;strong&gt;Hide Your Message!&lt;/strong&gt; You can give the picture and password to anyone you want, and they can read the hidden message by going to the mozaiq decryption page.&lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1005.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1005_sm.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;If you want to hide one whole file, and not just a secret message inside another file, the &lt;a href=&quot;http://stega.maxant.co.uk/&quot;&gt;maxant &lt;/a&gt;Steganography app has you covered. This is good for hiding single files, but if you’re looking to conceal a whole bunch of data, you’re going to need a more heavy duty solution. For that, read on.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1006.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1006_sm.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Who this is going to fool: Anyone but a data forensics expert&lt;/strong&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;h2&gt;Method 4: TrueCrypt&lt;/h2&gt;
&lt;p&gt;Finally, it’s time for the big guns: TrueCrypt. We’ve mentioned TrueCrypt several times before (as a means to secure a USB thumb drive, for instance) and with good reason; it’s simply the best solution for encrypting your data. However, it has another, sneakier feature that we haven’t yet covered, which allows you to place a hidden volume inside another encrypted volume.&lt;/p&gt;
&lt;p&gt;How does it work? To understand that, you need to know how a standard TrueCrypt volume works. When you create an encrypted volume with TrueCrypt, you specify its size, like you would when creating a disk partition. The hidden volume will always occupy exactly this much space, regardless of how many files you put into it. Any space in the volume not occupied by encrypted data is filled with random data. To anyone without the passphrase, the encrypted data is completely indistinguishable from the random data. To anyone with the passphrase, the encrypted data can be decrypted, but the unused space remains totally random.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1007.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1007_sm.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;This creates an opportunity to hide more data. By encrypting additional data with a different passphrase and inserting it among the random data at the end of a volume, TrueCrypt creates an encrypted volume with two different Passphrases, each of which provides access to a different set of data. You can fill one of these volumes with decoy data, so that even if you ever need to give away a password you can give up the decoy password, and nobody will ever be able to prove that another volume even exists.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1008.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1008_sm.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;The process to create a hidden TrueCrypt volume is pretty simple. Just follow these steps:&lt;/p&gt;
&lt;p&gt;Download TrueCrypt—which is free and open source—from its &lt;a href=&quot;http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.truecrypt.org%2F&amp;amp;ei=gP__SY-ZOZe6sgOCqPX7BQ&amp;amp;usg=AFQjCNH8UXHuTTPFsxxhk9LfQtfx7CG5Pg&amp;amp;sig2=0mUfooR7-AEwb9L7A0PWRQ&quot;&gt;website&lt;/a&gt;. Run the executable; it doesn’t matter whether you choose to extract or install it. Go to where you extracted the files and run truecrypt.exe.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1009.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1009_sm.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Next, click the &lt;strong&gt;Create Volume &lt;/strong&gt;button.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1010.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1010_sm.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Choose &lt;strong&gt;Create an encrypted file container&lt;/strong&gt;, then &lt;strong&gt;Hidden TrueCrypt Volume&lt;/strong&gt;, then &lt;strong&gt;Normal Mode&lt;/strong&gt;. &lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1011.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1011_sm.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;You will now be guided through the necessary steps to create an outer volume. Choose a filename for the volume, a size and a password. Don’t worry about messing with the encryption. When given the opportunity, shake the mouse around in the window and press &lt;strong&gt;Format&lt;/strong&gt; (don’t worry, this won’t format your hard drive).&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1012.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1012_sm.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Once the first (outer) volume is completed, you’ll repeat the process for the hidden volume. Choose a size that gives you enough room to plant decoy data in the outer volume, and pick a significantly different passphrase.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1013.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1013_sm.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;There! Now you’ve created your hidden volume. Now you can access it at any time by clicking &lt;strong&gt;Select file&lt;/strong&gt;, browsing to the volume, then clicking on &lt;strong&gt;Mount&lt;/strong&gt; from the main TrueCrypt screen and entering either the decoy or real passphrase.&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1014.png&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;http://dl.maximumpc.com/galleries/hidefiles/truecrypt1014_sm.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Who this is going to fool: The KG-freakin’-B&lt;/strong&gt;&lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/howtos/howto_keep_your_files_secure#comments</comments>
 <category domain="http://www.maximumpc.com/geek_tested/howto_0">how_to</category>
 <category domain="http://www.maximumpc.com/geek_tested/security">Security</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6782">truecrypt</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/32">How-Tos</category>
 <pubDate>Tue, 05 May 2009 14:30:00 -0500</pubDate>
 <dc:creator>Alex Castle</dc:creator>
 <guid isPermaLink="false">6102 at http://www.maximumpc.com</guid>
</item>
</channel>
</rss>
