<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MakeUseOf.com &#187; virtualization</title>
	<atom:link href="http://www.makeuseof.com/tags/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Mon, 23 Nov 2009 02:08:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create A Virtual Machine Clone of Your Existing Hard Drive [Windows]</title>
		<link>http://www.makeuseof.com/tag/create-a-virtual-machine-image-of-your-existing-hard-drive-windows/</link>
		<comments>http://www.makeuseof.com/tag/create-a-virtual-machine-image-of-your-existing-hard-drive-windows/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 14:00:54 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[virtual drive]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=26587</guid>
		<description><![CDATA[As many of you know, with virtualization you can run an operating system within another. There are plenty of reasons why you would want to do that: if you are a developer you might want to see how your application behaves on different operating systems; you can test out software, products and suspicious files in [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/10/virtuallogo.jpg" alt="" vspace="5" align="left" />As many of you know, with <a href="http://www.makeuseof.com/tags/virtualization/">virtualization</a> you can run an operating system within another. There are plenty of reasons why you would want to do that: if you are a developer you might want to see how your application behaves on different operating systems; you can test out software, products and suspicious files in an isolated environment without damaging your host operating system.</p>
<p>There are various software available for creating and running virtual machine image. <a href="http://www.microsoft.com/windows/virtual-pc/">Microsoft&#8217;s Virtual PC</a>, <a href="http://www.vmware.com/">VMware</a>, and <a href="http://www.virtualbox.org/">Sun Microsystems&#8217; VirtualBox</a> to mention a few. Usually, there are several steps you would need to follow in order to create a virtual machine. These include creating a virtual hard disk and then installing the required operating system on the virtual hard disk. </p>
<p>Recently, Microsoft-owned Sysinternals released a utility that would be useful for easily creating a virtual machine image from your <strong>existing</strong> hard drive contents. This can be very useful if you have one of your computers at home or work set up for a particular task and you want to access all the same tools and software temporarily from your laptop.</p>
<p>The tool is aptly called <a href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx">Disk2vhd</a>. Its a small download and doesn&#8217;t require installation. Just fire up the application with administrator rights and you are good to go. It will show you various hard disks and partitions on your computer. Select the one you would like turned into virtual hard disks, hit create and the applications goes about doing its thing.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/disk2vhd0.png" alt="" width="417" height="335" /></p>
<p><span id="more-26587"></span></p>
<p>In the &#8216;Space Required&#8217; column, Disk2vhd shows you the amount of hard disk space you will need to have in order to create the virtual hard disk from your computer&#8217;s partitions. The process could take really long so you might as well go out grab something to eat/drink and come back &#8212; and if you are lucky, it would have created the virtual hard disk. The time it requires would depend on the size of the disk you are trying to turn into a virtual hard disk. Generally be prepared to wait for quite a while.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/disk2vhd.png" alt="" width="417" height="335" /></p>
<p>Once the VHD file is created, you can use one of the virtualization apps mentioned above to run a virtual machine off the hard disk image you&#8217;ve just created. All three support VHD files. <a href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx">Here</a> are the details in case you want to look into them.</p>
<p>In addition, Vista (and now Windows 7) users can mount .vhd files as regular hard disks as well. Follow these steps:</p>
<ul>
<li>Right click on My Computer icon and choose &#8216;Manage&#8217;.</li>
<li>Listed under Storage, choose &#8216;Disk Management&#8217;.</li>
</ul>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/storage.png" alt="" width="231" height="131" /></p>
<ul>
<li>From the Action menu, choose Attach VHD, browse to the location of the VHD file, check read-only if you want to safeguard the contents against modification and click OK.</li>
</ul>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/attachvhd.png" alt="" width="220" height="217" /></p>
<ul>
<li>You will now be able to access it like a regular hard disk.</li>
</ul>
<p><a href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx">Disk2vhd</a> is a great tool that lets you create a virtual machine image from your existing hard disk setup. The tool does all this from within the operating system without requiring you to boot from a CD. You can easily take your current computer and run it as a virtual machine on another computer. One thing you would require is free hard disk space.</p>
<p>What do you think of it? Do you know about similar tools? Share them with everyone in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/free-operating-systems-to-use-on-virtualbox/" title="Test Drive Linux Operating Systems with VirtualBox (February 16, 2009)">Test Drive Linux Operating Systems with VirtualBox</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/installing-windows-7-on-a-virtual-machine/" title="How To Install Windows 7 on a Virtual Machine with VirtualBox (January 26, 2009)">How To Install Windows 7 on a Virtual Machine with VirtualBox</a> (79)</li>
	<li><a href="http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-2/" title="Test Windows 7 RC on a Virtual Machine [Part 2] (May 12, 2009)">Test Windows 7 RC on a Virtual Machine [Part 2]</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-1/" title="Test Windows 7 RC on a Virtual Machine [Part 1] (May 9, 2009)">Test Windows 7 RC on a Virtual Machine [Part 1]</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/steadystate-mess-up-reboot-and-everything-is-fixed/" title="SteadyState &#8211; Mess up, Reboot &#038; Everything Is Fixed! (July 5, 2008)">SteadyState &#8211; Mess up, Reboot &#038; Everything Is Fixed!</a> (20)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/create-a-virtual-machine-image-of-your-existing-hard-drive-windows/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Test Windows 7 RC on a Virtual Machine [Part 2]</title>
		<link>http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-2/</link>
		<comments>http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-2/#comments</comments>
		<pubDate>Tue, 12 May 2009 22:31:37 +0000</pubDate>
		<dc:creator>Guy McDowell</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=17155</guid>
		<description><![CDATA[Since my last article you&#8217;ve been sitting there with your freshly installed virtual machine, just waiting with baited breath to install Windows 7 Release Candidate.
Wait no more, my friend, wait no more.
Now we&#8217;ll install Win7RC on your virtual machine.
Step 1 &#8211; Download the Windows 7 Release Candidate ISO
Head on over to Microsoft and download the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-17159 alignleft" title="windows_7_graphic1" src="http://www.makeuseof.com/wp-content/uploads/2009/05/windows_7_graphic1.jpg" alt="windows_7_graphic1" width="234" height="234" />Since <a href="http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-1/">my last article</a> you&#8217;ve been sitting there with your freshly installed virtual machine, just waiting with baited breath to install <strong>Windows 7 Release Candidate</strong>.</p>
<p>Wait no more, my friend, wait no more.</p>
<p>Now we&#8217;ll install Win7RC on your virtual machine.</p>
<h2>Step 1 &#8211; Download the Windows 7 Release Candidate ISO</h2>
<p>Head on over to Microsoft and download the <a href="http://www.microsoft.com/windows/windows-7/download.aspx" target="_blank">Win7RC ISO</a>.  Once you initiate the download, Microsoft will issue you a product code. Either print that page or write the code down &#8211; you&#8217;ll need it later.</p>
<p>Remember where I said &#8216;wait no more&#8217;? Yeah, about that&#8230;the download is about 2.3 GB, so you&#8217;ll have to wait a bit more. I believe the download traffic is pretty heavy right now, since I had to restart the download several times. All told, it took me about a day to download it. Maybe you should give your mom a call while you wait. She misses you and wonders why you don&#8217;t call more often.</p>
<h2>Step 2 &#8211; Mount the Windows 7 RC ISO</h2>
<p>Open the Sun VirtualBox application and click on the Settings button, like in the picture.</p>
<p><img class="size-full wp-image-17156 aligncenter" style="margin-top: 10px; margin-bottom: 10px;" title="vm_settings" src="http://www.makeuseof.com/wp-content/uploads/2009/05/vm_settings.jpg" alt="vm_settings" width="202" height="179" /></p>
<p>When the settings windows appears, click on <strong>CD/DVD-ROM</strong> in the left side of the window. Then, check <strong>Mount CD/DVD Drive</strong> and check the <strong>ISO Image File</strong> button below it. Now click on the folder icon and navigate to where you downloaded the Win7RC ISO and select it. Click <strong>OK</strong>.</p>
<p style="text-align: center;"><img class="size-full wp-image-17240 aligncenter" title="mount_cd_dvd1" src="http://www.makeuseof.com/wp-content/uploads/2009/05/mount_cd_dvd1.jpg" alt="mount_cd_dvd1" width="493" height="213" /></p>
<p>You&#8217;ll be returned to the main window of the VirtualBox application. Now just select your Win7RC virtual machine and click on <strong>Start.</strong> Once the new virtual machine session starts, Windows 7 RC will begin installing.</p>
<p><img class="aligncenter size-full wp-image-17241" title="start_vm" src="http://www.makeuseof.com/wp-content/uploads/2009/05/start_vm.jpg" alt="start_vm" width="206" height="183" /></p>
<h2>Step 3- Install Windows 7 RC</h2>
<p>The first screen you will see will ask you for language and other preferences. I&#8217;ve often wondered why there is a US keyboard and not a Canadian keyboard. We could have an &#8216;A&#8217; key and an &#8216;Eh&#8217; key.</p>
<p><img class="aligncenter size-full wp-image-17247" title="install_step_2" src="http://www.makeuseof.com/wp-content/uploads/2009/05/install_step_2.jpg" alt="install_step_2" width="502" height="293" /></p>
<p>Then, just to make sure you really want to install Windows 7, they ask you.</p>
<p><img class="aligncenter size-full wp-image-17248" style="margin-bottom: 10px;" title="install_step_3" src="http://www.makeuseof.com/wp-content/uploads/2009/05/install_step_3.jpg" alt="install_step_3" width="367" height="241" /></p>
<p>Of course, there is the standard Microsoft Licensing Agreement. I scanned it for words like <em>&#8217;soul&#8217;</em>,<em> &#8216;damnation&#8217;</em>, and <em>&#8216;eternity&#8217;</em>. Nothing came up, so it looks legit.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17249" style="margin-bottom: 10px;" title="install_step_4" src="http://www.makeuseof.com/wp-content/uploads/2009/05/install_step_4.jpg" alt="install_step_4" width="546" height="351" /></p>
<p>Here&#8217;s where you decide what type of installation you want. If this is your first time installing Win7RC, choose <strong>Custom (Advanced)</strong>. Don&#8217;t fret, it&#8217;s not really advanced at all.</p>
<p><img class="aligncenter size-full wp-image-17250" style="margin-bottom: 10px;" title="install_step_5" src="http://www.makeuseof.com/wp-content/uploads/2009/05/install_step_5.jpg" alt="install_step_5" width="536" height="262" /></p>
<p>Now the installer asks you where you would like to install Win7RC. You should only be presented with one option, so that makes choosing pretty easy.<</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17251" style="margin-bottom: 10px;" title="install_step_6" src="http://www.makeuseof.com/wp-content/uploads/2009/05/install_step_6.jpg" alt="install_step_6" width="550" height="400" /></p>
<p>Your computer will now continue to install Windows 7 RC. Time to install may vary, but it was only about 20 minutes or so on my laptop.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17252" title="install_step_7" src="http://www.makeuseof.com/wp-content/uploads/2009/05/install_step_7.jpg" alt="install_step_7" width="497" height="206" /></p>
<h2>Step 4 &#8211; Complete the Windows 7 RC Install</h2>
<p>Microsoft hasn&#8217;t really changed the set-up procedure any from XP or Vista. It&#8217;s really quite a simply process from here on in. First you&#8217;ll be asked to create a <strong>User Name</strong> and a <strong>Computer Name</strong>.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17242" title="setup_1" src="http://www.makeuseof.com/wp-content/uploads/2009/05/setup_1.jpg" alt="setup_1" width="524" height="202" /></p>
<p>Then you&#8217;ll set a password for your account. I didn&#8217;t bother with setting a password since you need a password to get on my computer in the first place, before you can get to Windows 7.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17243" title="setup_2" src="http://www.makeuseof.com/wp-content/uploads/2009/05/setup_2.jpg" alt="setup_2" width="500" height="276" /></p>
<p>The next step is where you enter your product key. Remember when you were given the product key when you downloaded the Win7RC? Now is the time for that. You can&#8217;t just copy and paste that from your host machine into the virtual machine though. You&#8217;ll need to go back and forth, or write it on a piece of paper and type in the code from that. That&#8217;s probably easiest.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17244" title="setup_3" src="http://www.makeuseof.com/wp-content/uploads/2009/05/setup_3.jpg" alt="setup_3" width="520" height="231" /></p>
<blockquote>
<p style="text-align: left;"><em><strong>Tip: </strong></em>Here&#8217;s a little tip I&#8217;ll give you. Look in the bottom-right hand corner of your VirtualBox screen. Do you see a small box with an arrow in it? Good. Right next to that is a phrase that probably says <strong>Right Control</strong>. What that means is that you need to hit the <strong>Control </strong>key that is on the right side of your keyboard in order for the VirtualBox to give up control of your cursor so you can use it on your host operating system. It&#8217;s called the <strong>Host Key</strong>.Think of it as being kind of like a keyboard-video-mouse (KVM) switch between two physical computers.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17245" title="host_key" src="http://www.makeuseof.com/wp-content/uploads/2009/05/host_key.jpg" alt="host_key" width="164" height="21" /></p>
<p style="text-align: left;">Your laptop may not have a Right Control key. I know mine doesn&#8217;t. Don&#8217;t panic. I did. You can set another key to work as the cursor release. Here&#8217;s how you do that. Go back to the VirtualBox window. Click on <strong>File</strong>, then click on <strong>Preferences</strong>.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17246" title="file_preferences" src="http://www.makeuseof.com/wp-content/uploads/2009/05/file_preferences.jpg" alt="file_preferences" width="231" height="184" /></p>
<p style="text-align: left;">Once the Settings window opens you can click on <strong>Input. </strong>Now you&#8217;ll see a grey box that says <strong>Right Control</strong>. Click in that box and then hit the key you would prefer to use. Click <strong>OK</strong> to make the setting stick.</p>
<p style="text-align: left;"><em><img class="aligncenter size-full wp-image-17158" title="change_host_key" src="http://www.makeuseof.com/wp-content/uploads/2009/05/change_host_key.jpg" alt="change_host_key" width="464" height="454" /><br />
</em></p>
<p style="text-align: left;">Back to the install&#8230;..</p>
</blockquote>
<p>Windows 7 RC will now ask you how you want to deal with updates. I chose <strong>Use Recommended Settings</strong> for no other reason than that was what was recommended.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17253" style="margin-bottom: 10px;" title="setup_4" src="http://www.makeuseof.com/wp-content/uploads/2009/05/setup_4.jpg" alt="setup_4" width="548" height="224" /></p>
<p>And last but not least, set your regional time settings.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17254" title="setup_5" src="http://www.makeuseof.com/wp-content/uploads/2009/05/setup_5.jpg" alt="setup_5" width="382" height="310" /></p>
<p>So now your install is done. You are not only rewarded with the honour of testing out the Windows 7 RC for free, but the visual pun of the Betta fish on the desktop. Get it? Betta? Beta? Yeah, programmers aren&#8217;t known for the best puns.</p>
<p style="text-align: center;"><img class="size-full wp-image-17181 aligncenter" title="win7rc_desktop" src="http://www.makeuseof.com/wp-content/uploads/2009/05/win7rc_desktop.jpg" alt="win7rc_desktop" width="301" height="244" /></p>
<p><em>(Shout out to Rodolfo Arrigorriaga who emailed me directly. Yes, you can install VirtualBox on any physical partition and Win7RC will work on whatever virtual machine you then create. </p>
<p>Good question.)</em></p>
<p>Have you installed Windows 7RC? Used a different virtual machine application? Let us know what you think!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-1/" title="Test Windows 7 RC on a Virtual Machine [Part 1] (May 9, 2009)">Test Windows 7 RC on a Virtual Machine [Part 1]</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/installing-windows-7-on-a-virtual-machine/" title="How To Install Windows 7 on a Virtual Machine with VirtualBox (January 26, 2009)">How To Install Windows 7 on a Virtual Machine with VirtualBox</a> (79)</li>
	<li><a href="http://www.makeuseof.com/tag/free-operating-systems-to-use-on-virtualbox/" title="Test Drive Linux Operating Systems with VirtualBox (February 16, 2009)">Test Drive Linux Operating Systems with VirtualBox</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/create-a-virtual-machine-image-of-your-existing-hard-drive-windows/" title="Create A Virtual Machine Clone of Your Existing Hard Drive [Windows] (October 12, 2009)">Create A Virtual Machine Clone of Your Existing Hard Drive [Windows]</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/understanding-windows-7-themes-inside-out/" title="Your Easy Guide to Windows 7 Themes (September 6, 2009)">Your Easy Guide to Windows 7 Themes</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-2/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Test Windows 7 RC on a Virtual Machine [Part 1]</title>
		<link>http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-1/</link>
		<comments>http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-1/#comments</comments>
		<pubDate>Sat, 09 May 2009 22:00:39 +0000</pubDate>
		<dc:creator>Guy McDowell</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software testing]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=17018</guid>
		<description><![CDATA[In the past, beta's and release candidates would normally be released to IT professionals who had an extra computer kicking around to test things like this on. Yet, what if you just have the one computer at home and really want to test Win7RC, what do you do? Here's the answer and it's not as scary as you might think. Install a virtual machine (VM). ]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-17020" title="vbox_logo" src="http://www.makeuseof.com/wp-content/uploads/2009/05/vbox_logo-150x150.png" alt="vbox_logo" width="150" height="150" />Microsoft has released it&#8217;s <strong>Windows 7 Release Candidate</strong> (Win7RC) and is making it available to, well, pretty much everyone!</p>
<p>In the past, beta&#8217;s and release candidates would normally be released to IT professionals who had an extra computer kicking around to test things like this on. Yet, what if you just have the one computer at home and really want to test Win7RC, what do you do?</p>
<p>Here&#8217;s the answer and it&#8217;s not as scary as you might think. <strong>Install a virtual machine (VM).</strong> What in blue blazes is a virtual machine you ask? Think of it as a computer within a computer. Then you can install whatever you want to test on it, without fear of losing your main operating system and the files on it.</p>
<p>I&#8217;m going to outline the installation of Sun&#8217;s VirtualBox. There are quite a few VM&#8217;s out there, I just chose Sun&#8217;s since it was recommended to me by a friend who is vastly more knowledgeable about computers than me. Yes, it&#8217;s true. Someone knows more than me. Okay, most people know more than me.</p>
<h2>Step 1 &#8211; Download Sun VirtualBox</h2>
<p>Head on over to Sun&#8217;s <a href="http://www.virtualbox.org/wiki/Downloads">VirtualBox Download</a> page where you can download the version that&#8217;s right for you. You can use VirtualBox on Windows x86, Mac OSX (Intel Based), Linux, and of course, Solaris.</p>
<p>I&#8217;m a PC, so I&#8217;ll go for the Windows version. It&#8217;s 63 MB, so if your connection is slow this is a good time to call your neighbour and say hi.</p>
<h2>Step 2 &#8211; Start the Install</h2>
<p><img class="alignleft size-full wp-image-17021" style="margin-left: 10px; margin-right: 10px;" title="installer_icon" src="http://www.makeuseof.com/wp-content/uploads/2009/05/installer_icon.jpg" alt="installer_icon" width="84" height="62" />Find the VirtualBox install file on your desktop and double-click on it. The install will begin. During the install you&#8217;ll come across two or three <em>Windows Logo Warnings</em>. Go ahead and click continue if they make sense to you.</p>
<p>The next window you will see will as kyou what options you want. I&#8217;ve left it as it was and installed the options. I&#8217;d like my test of the Win7RC to be as full-functioning as possible.</p>
<p><img class="aligncenter size-full wp-image-17023" title="custom_setup_screen1" src="http://www.makeuseof.com/wp-content/uploads/2009/05/custom_setup_screen1.jpg" alt="custom_setup_screen1" width="499" height="392" /></p>
<p>At this point, you may receive a warning about VirtualBox disabling your network card for a bit. That&#8217;s okay. Just click <strong>Yes</strong>.</p>
<p><img class="aligncenter size-full wp-image-17024" title="network_warning" src="http://www.makeuseof.com/wp-content/uploads/2009/05/network_warning.jpg" alt="network_warning" width="499" height="392" /></p>
<p>At the end of the install, you&#8217;ll be asked if you&#8217;d like to start the VirtualBox after the end of the install. Sure, why not?</p>
<h2>Step 3 &#8211; Register</h2>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17025" title="registration" src="http://www.makeuseof.com/wp-content/uploads/2009/05/registration.jpg" alt="registration" width="449" height="409" /></p>
<p style="text-align: left;">It seems there is no way around the registration. I don&#8217;t like to register software, just because I hate spam. They do give you the opt-out option, so go ahead and use that.</p>
<p style="text-align: center;"><img class="size-full wp-image-17026 aligncenter" style="margin-top: 10px; margin-bottom: 10px;" title="registration_thank_you" src="http://www.makeuseof.com/wp-content/uploads/2009/05/registration_thank_you.jpg" alt="registration_thank_you" width="242" height="173" /></p>
<p style="text-align: left;">I found it peculiar that they felt the need to thank me for &#8220;finding the time to fill out the registration form&#8221;. I felt that the tone of that &#8216;thank you&#8217; was a little snotty. Whatever. Maybe I&#8217;m just insecure. The software is good.</p>
<h2>Step 4 &#8211; Start VirtualBox</h2>
<p>Now VirtualBox is ready to get going! Once it&#8217;s fully installed you&#8217;ll be presented with the following window.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-17028" title="vb_start_screen1" src="http://www.makeuseof.com/wp-content/uploads/2009/05/vb_start_screen1.jpg" alt="vb_start_screen1" width="569" height="349" /></p>
<p>Just because VirtualBox is running, doesn&#8217;t mean you have a virtual machine just yet. To do that you need to create a new virtual machine. Which is a nice segue into Step 5.</p>
<h2>Step 5 &#8211; Create a New Virtual Machine</h2>
<p>Simply start by clicking on the blue sun-looking icon that reads <strong>New</strong>. This gets things started. From here on in you just have to follow the prompts. But I&#8217;ll give you a few pointers anyway.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17029" style="margin-top: 10px; margin-bottom: 10px;" title="create_vm_step_2" src="http://www.makeuseof.com/wp-content/uploads/2009/05/create_vm_step_2.jpg" alt="create_vm_step_2" width="453" height="409" />This is what makes Sun VirtualBox perfect for testing out Windows 7. It already has provisions for that version. How cool is that? Okay, so it&#8217;s only moderately cool compared to monkey knife fights and ninjas.</p>
<p>So name your Virtual Machine and select the right Operating System and Version. Click <strong>Next.</strong></p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17031" style="margin-top: 10px; margin-bottom: 10px;" title="create_vm_step_3" src="http://www.makeuseof.com/wp-content/uploads/2009/05/create_vm_step_3.jpg" alt="create_vm_step_3" width="453" height="409" />The set-up suggests 512 MB yet Microsoft says Win7RC requires a minimum of 1 GB or 1024MB of RAM. So that&#8217;s what you should go for. If your computer has less than 2GB of RAM, you may want to reconsider installing Win7RC on a virtual machine. It just won&#8217;t work well enough to give it an honest evaluation.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17030" style="margin-top: 10px; margin-bottom: 10px;" title="create_vm_step_4" src="http://www.makeuseof.com/wp-content/uploads/2009/05/create_vm_step_4.jpg" alt="create_vm_step_4" width="453" height="409" />The default configuration here is just fine. What you do on the next screen however, makes a big difference.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17033" style="margin-top: 10px; margin-bottom: 10px;" title="create_vm_step_6" src="http://www.makeuseof.com/wp-content/uploads/2009/05/create_vm_step_6.jpg" alt="create_vm_step_6" width="453" height="409" />There are choices here and one may be better than the other. Microsoft suggests having a <em>minimum </em>of 20GB for an install of Win7RC. So you could select fixed-size storage and set it for 20GB. I&#8217;m playing it on the wild-side and using the <strong>Dynamically expanding storage</strong> option. This is likely to affect the performance of the virtual machine and Win7RC. I&#8217;m okay with that for my installation since I&#8217;ve only got about 20GB of free space on my computer and don&#8217;t want to use it all if possible.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-17074" style="margin-top: 10px; margin-bottom: 10px;" title="create_vm_step_7" src="http://www.makeuseof.com/wp-content/uploads/2009/05/create_vm_step_7.jpg" alt="create_vm_step_7" width="453" height="409" />On this screen you select the location for your Virtual Machine to run in on your computer. It&#8217;s best to name it something meaningful and relevant to your situation. Here, you also allocate how much disk space that the Guest OS will think it has for a hard drive. I chose 10 GB. You&#8217;re probably better to choose 20GB if you have the space.</p>
<p style="text-align: left;">There are just two screens that follow this one. Both of them tell you information about your new virtual disk. The information isn&#8217;t that important, but allows you to confirm if the set-up is the way that you want it. If the information makes sense, go ahead and click <strong>Next</strong>. If it doesn&#8217;t, click the <strong>Back </strong>button and change your choices where necessary.</p>
<p style="text-align: left;"><a href="http://www.youtube.com/watch?v=vfDXlgmKFyU" target="_blank"><img class="alignright size-full wp-image-17075" title="lets_all_go_to_the_lobby" src="http://www.makeuseof.com/wp-content/uploads/2009/05/lets_all_go_to_the_lobby11.jpg" alt="lets_all_go_to_the_lobby" width="292" height="216" /></a>Even if you finish the creation of the virtual machine, you can change the parameters later on. No worries! That&#8217;s part of what makes Sun&#8217;s VirtualBox such a good test bed for software and operating systems. It&#8217;s flexible. Semper Gumby for my Marine friends out there.</p>
<p style="text-align: left;">In <a href="http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-2/">Part Deux</a> of this article, I&#8217;ll be covering the install of Windows 7 RC on my newly created Sun VirtualBox virtual machine. Stay tuned and don&#8217;t touch that remote. Now for intermission&#8230;<em>Let&#8217;s all go to the lobby, let&#8217;s all go to the lobby, let&#8217;s all go to the lobbeeeeeeeeee, and get ourselves a treat!</em></p>
<p><strong>Continue Reading: <a href="http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-2/">Test Windows 7 RC on a Virtual Machine [Part 2]</a></strong>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-2/" title="Test Windows 7 RC on a Virtual Machine [Part 2] (May 12, 2009)">Test Windows 7 RC on a Virtual Machine [Part 2]</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/installing-windows-7-on-a-virtual-machine/" title="How To Install Windows 7 on a Virtual Machine with VirtualBox (January 26, 2009)">How To Install Windows 7 on a Virtual Machine with VirtualBox</a> (79)</li>
	<li><a href="http://www.makeuseof.com/tag/free-operating-systems-to-use-on-virtualbox/" title="Test Drive Linux Operating Systems with VirtualBox (February 16, 2009)">Test Drive Linux Operating Systems with VirtualBox</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/create-a-virtual-machine-image-of-your-existing-hard-drive-windows/" title="Create A Virtual Machine Clone of Your Existing Hard Drive [Windows] (October 12, 2009)">Create A Virtual Machine Clone of Your Existing Hard Drive [Windows]</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/understanding-windows-7-themes-inside-out/" title="Your Easy Guide to Windows 7 Themes (September 6, 2009)">Your Easy Guide to Windows 7 Themes</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-1/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Test Drive Linux Operating Systems with VirtualBox</title>
		<link>http://www.makeuseof.com/tag/free-operating-systems-to-use-on-virtualbox/</link>
		<comments>http://www.makeuseof.com/tag/free-operating-systems-to-use-on-virtualbox/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 15:01:43 +0000</pubDate>
		<dc:creator>Jorge Sierra</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[disk image]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=12300</guid>
		<description><![CDATA[VirtualBox is a great way to test out new operating systems, without having to configure your machine to dual-boot. You can even install Windows 7 on VirtualBox. There are two ways to obtain free operating systems for VirtualBox: using virtual disk images (VDIs) or actual installation disks.
Downloading virtual disk images is probably the quickest and [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right: 20px" src="http://www.makeuseof.com/wp-content/uploads/2009/02/logo-vbox.png" border="0" alt="" vspace="10" align="left" /><a href="http://www.virtualbox.org/">VirtualBox</a> is a great way to test out new operating systems, without having to configure your machine to <a href="http://www.makeuseof.com/tags/dual-boot">dual-boot</a>. You can even <a href="http://www.makeuseof.com/tag/installing-windows-7-on-a-virtual-machine/">install Windows 7 on VirtualBox</a>. There are two ways to obtain free operating systems for VirtualBox: using <a href="http://www.makeuseof.com/tag/mount-cd-dvd-disk-images-using-a-portable-app">virtual disk images</a> (VDIs) or actual installation disks.</p>
<p>Downloading virtual disk images is probably the quickest and easiest way to test out a new operating system on VirtualBox.  Downloading and using a virtual disk image is the equivalent of installing a new physical hard drive into a computer, with the hard drive already having the operating system on it.</p>
<p>If you have two computers with identical underlying hardware, it should theoretically be possible to move the hard drive from one to the other.  That is exactly what you are doing when you download and use a virtual disk image on VirtualBox.  This is because a VirtualBox system on one computer is essentially identical to a VirtualBox system on another.</p>
<p>There is a website called <a href="http://virtualboximages.com">VirtualBoxImages</a> that has a number of free virtual disk images for free operating systems available to download.  You can simply <a href="http://virtualboximages.com/Free.VirtualBox.VDI.Downloads">download the virtual disk images</a>, set up your virtual machine to use them, power up the virtual machine, and you’re all set!</p>
<p style="text-align: center"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/virtualboximagesfreevdis.png" border="0" alt="virtualboximages-free-vdis" /></p>
<p>There are more detailed instructions on <a href="http://virtualboximages.com/GettingStarted">VirtualBoxImages for using the VDIs</a>.  The instructions on that page describe how to install their <a href="http://www.puppylinux.org/">Puppy Linux</a> VDI, but the steps are the same for other operating systems as well.  You will just use a different VDI file, rather than the one for Puppy Linux.  VirtualBoxImages has a number of free virtual disk images available, including:</p>
<ul>
<li><a href="http://virtualboximages.com/Ubuntu-9.10-Alpha-4">Ubuntu 9.04 Alpha 4</a></li>
<li><a href="http://virtualboximages.com/Xubuntu+9.04+Alpha+4">Xubuntu 9.04 Alpha 4</a></li>
<li><a href="http://virtualboximages.com/Debian-5.0-rc2">Debian 5.0 RC2</a></li>
<li><a href="http://virtualboximages.com/Reactos-0.3.8">ReactOS 0.3.8</a></li>
<li><a href="http://virtualboximages.com/OzOs-0.9+Desktop">OzOs 0.9 Desktop</a></li>
<li><a href="http://virtualboximages.com/PCOS+Open32+Desktop+2009">PC/OS Open32 Desktop 2009</a></li>
</ul>
<p>They also have some disk images that are labeled as &#8220;premium downloads&#8221; where you pay a nominal fee to download them.  I’m not sure why they’ve decided to make some VDIs available for free and they require you to pay for others.  Some of the premium VDIs available are:</p>
<ul>
<li><a href="http://virtualboximages.com/OpenSolaris-2008.11">OpenSolaris 2008.11 VDI</a></li>
<li><a href="http://virtualboximages.com/VirtualBox+opensuse-11.1-Gnome+Virtual+Disk+Image">openSUSE 11.1 Gnome VDI (Release)</a></li>
<li><a href="http://virtualboximages.com/opensuse-11.1-KDE">openSUSE 11.1 KDE (Release)</a></li>
<li><a href="http://virtualboximages.com/VirtualBox+Fedora+10+-+Final+Release">Fedora 10</a></li>
<li><a href="http://virtualboximages.com/VirtualBox+CentOS+4.7+Server+Virtual+Disk+Image">CentOS 4.7 Server</a></li>
</ul>
<p>Regardless of whether VirtualBoxImages has them labeled as premium or not, all of the VDIs they have for download are for free operating systems.  You may not be able to find the VDIs you want for free, but you can still download the installation media and install the operating systems yourself.</p>
<p>Although doing so involves more work on your part since you need to run the full installation, it allows you to avoid the cost of paying for one of the premium VDIs.  Here are some links for the installation disks:</p>
<ul>
<li><a href="http://dlc.sun.com/torrents/info/osol-0811.iso.torrent">OpenSolaris 2008.11</a></li>
<li><a href="http://download.opensuse.org/distribution/11.1/iso/">openSUSE 11.1</a></li>
<li><a href="http://download.fedoraproject.org/pub/fedora/linux/releases/10/Fedora/i386/iso/Fedora-10-i386-DVD.iso">Fedora Core 10</a></li>
<li><a href="http://mirror.centos.org/centos/5/isos/">CentOS 5</a></li>
</ul>
<p>Once you download the installation disk images, the installation process is very much the same as <a href="http://www.makeuseof.com/tag/installing-windows-7-on-a-virtual-machine/">installing Windows 7 onto VirtualBox</a>.  You’ll just be using different file names for the installation disk images, and the process for installing the VirtualBox guest additions will be slightly different.</p>
<p>Have you installed any of these operating systems on VirtualBox?  Have you found .torrent links for any of VirtualBoxImage’s premium VDIs?  If so, please do share them with us!  <strong>Do not</strong> share .torrent files for operating systems that are not free.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/installing-windows-7-on-a-virtual-machine/" title="How To Install Windows 7 on a Virtual Machine with VirtualBox (January 26, 2009)">How To Install Windows 7 on a Virtual Machine with VirtualBox</a> (79)</li>
	<li><a href="http://www.makeuseof.com/tag/create-a-virtual-machine-image-of-your-existing-hard-drive-windows/" title="Create A Virtual Machine Clone of Your Existing Hard Drive [Windows] (October 12, 2009)">Create A Virtual Machine Clone of Your Existing Hard Drive [Windows]</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/3-ways-to-install-linux-on-windows-or-mac/" title="3 Ways to Install Linux on Windows or Mac (August 1, 2008)">3 Ways to Install Linux on Windows or Mac</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-2/" title="Test Windows 7 RC on a Virtual Machine [Part 2] (May 12, 2009)">Test Windows 7 RC on a Virtual Machine [Part 2]</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-1/" title="Test Windows 7 RC on a Virtual Machine [Part 1] (May 9, 2009)">Test Windows 7 RC on a Virtual Machine [Part 1]</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/free-operating-systems-to-use-on-virtualbox/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Install Windows 7 on a Virtual Machine with VirtualBox</title>
		<link>http://www.makeuseof.com/tag/installing-windows-7-on-a-virtual-machine/</link>
		<comments>http://www.makeuseof.com/tag/installing-windows-7-on-a-virtual-machine/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 17:01:42 +0000</pubDate>
		<dc:creator>Jorge Sierra</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=11312</guid>
		<description><![CDATA[Earlier this month, Microsoft made the Windows 7 beta available for anyone to download and test drive it. Unless you have a spare computer, it can be somewhat inconvenient to test out new operating systems on your main system.  Although it is possible to dual boot Windows 7 with Vista or XP, you may still [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/windowslogo1.jpg" border="0" alt="install windows 7 virtual machine" vspace="10" align="left" />Earlier this month, Microsoft made the <a href="http://www.microsoft.com/windows/windows-7/">Windows 7</a> beta available for anyone to download and test drive it. Unless you have a spare computer, it can be somewhat inconvenient to test out new operating systems on your main system.  Although it is possible to <a href="http://www.techspot.com/guides/143-dual-boot-windows7/">dual boot Windows 7 with Vista or XP</a>, you may still prefer to install it on a separate machine.  <a href="http://www.virtualbox.org/">VirtualBox</a> is just the separate machine you’ve been looking for, and it’s free! So, how to install windows 7 on a virtual machine using Virtualbox?</p>
<p>VirtualBox is a free and open source <a href="http://www.makeuseof.com/tags/virtualization">virtualization</a> program. Essentially, it is like having a complete and separate computer within your computer. You can install any operating system on it, including Windows 7. The latest version of VirtualBox (2.1.2) has support for Windows 7, which makes it very easy and convenient to install.</p>
<p>First, you’ll want to <a href="http://www.virtualbox.org/wiki/Downloads">download VirtualBox</a> and install it. VirtualBox is available for multiple platforms: Windows, OS X, Linux, and Solaris. During the installation on a Windows system, you may receive a warning that untested software is being installed. Be sure to click continue when those boxes appear, as essential components for VirtualBox to function properly are being installed.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/driver-warning.png" border="0" alt="install windows 7 virtualbox" /></p>
<p>You’ll also need to <a href="http://www.microsoft.com/windows/windows-7/beta-download.aspx">download the Windows 7 beta</a>. It is a large file, so it may take quite a while to download depending on your connection. The file you will download is a CD <a href="http://www.makeuseof.com/tags/disk-image">disk image</a>. Fortunately, since you’re going to use it on a virtual machine, you won’t have to actually burn it to a CD to use it.</p>
<p>Once you have VirtualBox installed and you have the Windows 7 beta CD image, you’re ready to create your virtual machine amd install Windows 7 beta. Launch VirtualBox and create a new machine. Be sure to select Windows 7 as your operating system.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/windows-7-new-virtualbox-machine.png" border="0" alt="Windows_7_New_VirtualBox_Machine" /></p>
<p>Click <strong>Next</strong>. On the following screen you will select how much memory you would like the virtual machine to have. I believe the minimum requirement for Windows 7 is 1GB of RAM, so be sure to set it to at least 1024MB.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/memory-allocation.png" border="0" alt="how to install windows 7 beta" /></p>
<p>Click <strong>Next</strong>. On the following screen you will create a new virtual drive for the system. I would recommend using the default option of a <strong>Dynamically expanding storage</strong>. This way you won’t use any more disk space (on your main system) than necessary. Since you’re using a dynamically expanding drive, the size of the disk is somewhat arbitrary. You just want to be sure not to make it too small, so set it to 100GB to be safe.</p>
<p>Once you’re done creating the virtual machine, you’ll need to configure it to use the Windows 7 disk image you downloaded. Select your virtual machine, click <strong>Settings</strong>, and navigate to the <strong>CD/DVD-ROM</strong> section. Check the <strong>Mount CD/DVD Drive</strong> checkbox and click the <strong>ISO Image File</strong> radio button. Then click the folder icon and then browse to where you saved your ISO image and select it.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/mounting-the-windows-7-iso.png" border="0" alt="Mounting_the_Windows_7_ISO" /></p>
<p>If you have a multi-core processor, there’s an option you’ll want to enable to speed things up on the virtual machine.  Go to the <strong>General</strong> section and on the <strong>Advanced</strong> tab enable the <strong>Enable VT-x/AMD-V</strong> checkbox. This allows VirtualBox to take advantage of machine virtualization capabilities of your processor, and improves the performance of the virtual machine.</p>
<p>You may also want to add sound to the virtual machine as well. Go to the <strong>Audio</strong> tab, and click the <strong>Enable Audio</strong> checkbox and select <strong>Windows DirectSound</strong> for the <strong>Host Audio Driver</strong>. Once you have the machine configured, click the <strong>Start</strong> button to turn on the virtual machine.</p>
<p>You should see the Windows 7 installation begin. Just follow all the prompts and install Windows. If you need to get back to your main computer at any time, the hotkey to release control of the virtual machine is the <strong>Ctrl</strong> key on the right side of your keyboard.</p>
<p>Once you’ve installed Windows 7, you can install the guest additions. The guest additions will provide better video and audio support to the virtual machine. The guest additions also allow you to better integrate the virtual machine with your main system.</p>
<p>To install the guest additions, press the <strong>right Ctrl</strong> key on your keyboard, go to the <strong>Devices</strong> menu and select <strong>Install Guest Additions…</strong></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/install-guest-additions.png" border="0" alt="Install_Guest_Additions" /></p>
<p>During the guest additions installation, when prompted if you would like to install drivers, click the <strong>Install</strong> button. Once you’ve installed the guest additions, reboot the virtual machine. Upon rebooting, all of the virtual devices should be working.</p>
<p>Now that you have the guest additions installed, you will be able to share the clipboard, access to files on the main system, and move the cursor seamlessly in and out of the virtual machine. You can press the <strong>Right Ctrl-F</strong> and see the virtual machine full screen. What a pretty fish!</p>
<p>Have you tried Windows 7 with other free virtualization programs? Did you try to install Windows 7 as a virtual machine with Virtualbox? If so, let us know which ones and what sort of hacks were required to get it to work.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/free-operating-systems-to-use-on-virtualbox/" title="Test Drive Linux Operating Systems with VirtualBox (February 16, 2009)">Test Drive Linux Operating Systems with VirtualBox</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-2/" title="Test Windows 7 RC on a Virtual Machine [Part 2] (May 12, 2009)">Test Windows 7 RC on a Virtual Machine [Part 2]</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/test-windows-7-rc-on-a-virtual-machine-part-1/" title="Test Windows 7 RC on a Virtual Machine [Part 1] (May 9, 2009)">Test Windows 7 RC on a Virtual Machine [Part 1]</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/create-a-virtual-machine-image-of-your-existing-hard-drive-windows/" title="Create A Virtual Machine Clone of Your Existing Hard Drive [Windows] (October 12, 2009)">Create A Virtual Machine Clone of Your Existing Hard Drive [Windows]</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-upgrade-from-xp-to-windows-7-in-4-easy-steps/" title="How To Upgrade From XP To Windows 7 In 4 Easy Steps (October 22, 2009)">How To Upgrade From XP To Windows 7 In 4 Easy Steps</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/installing-windows-7-on-a-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>74</slash:comments>
		</item>
		<item>
		<title>How To Make Your Own Windows Live CD</title>
		<link>http://www.makeuseof.com/tag/how-to-create-your-own-custom-windows-live-cd/</link>
		<comments>http://www.makeuseof.com/tag/how-to-create-your-own-custom-windows-live-cd/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 19:01:53 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bootable cd]]></category>
		<category><![CDATA[live CD]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=10947</guid>
		<description><![CDATA[Live CDs as you know allow you to boot your computer from a CD-ROM and performs various functions on your system. Such Live CDs are excellent for recovering data, fixing problems or to have a custom desktop at your disposal when you are not at your own computer.
While the Live CDs are common place in [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/cd.jpg" border="0" alt="how to make windows live cd" vspace="10" align="left" />Live CDs as you know allow you to boot your computer from a CD-ROM and performs various functions on your system. Such Live CDs are excellent for recovering data, fixing problems or to have a custom desktop at your disposal when you are not at your own computer.</p>
<p>While the <a href="http://www.makeuseof.com/tags/live-cd/">Live CDs</a> are common place in the Linux world, it&#8217;s not often that you hear about a Windows Live CD.</p>
<p>Here today we are going to show you how to make custom Windows Live CD</p>
<h2><strong>Tools Required</strong></h2>
<ul>
<li>Bart PE</li>
<li>Your Windows installation CD</li>
</ul>
<h2><strong>Steps</strong></h2>
<ol>
<li>Download and install the <a href="http://www.nu2.nu/pebuilder/#download">latest version of Bart PE</a>. Fire up the PE Builder. This is the main screen that appears:</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/greet.png" alt="pe builder - create windows live cd" /></p>
<li>All  additional functionality that you want to add is done by means of plug-ins. There are loads of them to choose from. Plug-ins are nothing but a way to add additional software to your Live CD. You can visit the Bart PE plug-in repository <a href="http://www.bootcd.us/BartPE_Plugins_Repository.php">here</a>.</li>
<li>For our purposes we require a special plug-in called <a href="http://sourceforge.net/project/showfiles.php?group_id=126922&amp;package_id=140740">Windows XPE</a>, which gives us a way to boot into a GUI environment similar to Windows as opposed to the usual command line interface. You are free to choose any other plug-ins for additional functionality that you want to add. There are plug-ins for disc recovery, office work, backups, disk imaging and so on.</li>
<li>Now insert your Windows Installation disc and point PE Builder to the CD/DVD drive containing the Windows installation disc or the location of the copied files (great if you have a laptop and the i386 folder containing the files).</li>
<li> Click on the plug-ins button at the bottom. This allows you to add more software and tweak the existing software/plug-ins. If you get an error here, chances are that the path you provided in source is not correct.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/plugins.png" alt="create windows live cd" /></p>
<li>Click &#8216;add&#8217; and browse to the location where you stored the Windows XPE plug-in to add it. Since we are using the XPE plug-in you can safely disable the Nu2shell, PENETCFG and A43 plugins since these offer functionality that is already included with the XPE plug-in.</li>
<li>Click &#8216;close&#8217;. You can now directly burn a disc or save an ISO file for testing which you can burn later. Click &#8216;build&#8217; and PE builder will get to work.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/bulding.png" alt="" /></p>
<li> If the build process completes without any errors, you have made yourself a Live CD.</li>
</ol>
<p>Mine completed in just under 2 minutes without any errors and amounted to 270 MB with Windows XPE plug-in and 154 MB without it. Here are the screen shots from my LiveCD which I tested in VirtualBox:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/booting.png" alt="" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/booting1.png" alt="" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/loading.png" alt="" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/startmenu.png" alt="" /></p>
<p>There are additional hacks that you can use to customize the text that appears when loading, the wallpaper and other things. However, that required editing some files and is a little cumbersome. In any case, with or without the visual customizations, you now have a fully functional Live CD with the tools you want according to your specific requirements. There are numerous other possibilities that you can explore with such a tool. For example you can create a Live DVD with all your  favorite programs and documents.</p>
<p>Have you ever created a custom Live CD? What PE Builder plug-ins did you use or plan to use when you created one? Do you know of some other tool that can be used tp make Windows Live CD? Why not share it in the comments?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/windows-live-mesh-get-your-data-on-any-pc-from-any-device/" title="Windows Live Mesh: Get your Data on any PC from any Device (May 2, 2008)">Windows Live Mesh: Get your Data on any PC from any Device</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/the-cut-out-and-keep-guide-to-essential-software-programs/" title="The Cut Out and Keep Guide to Essential Software Programs (November 3, 2007)">The Cut Out and Keep Guide to Essential Software Programs</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/steadystate-mess-up-reboot-and-everything-is-fixed/" title="SteadyState &#8211; Mess up, Reboot &#038; Everything Is Fixed! (July 5, 2008)">SteadyState &#8211; Mess up, Reboot &#038; Everything Is Fixed!</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/" title="Run Windows Applications on Linux (or Mac) with WINE (June 23, 2008)">Run Windows Applications on Linux (or Mac) with WINE</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-sync-files-between-pc-and-usb-thumb-drive/" title="How to Sync Files between PC and USB Thumb Drive? (February 2, 2008)">How to Sync Files between PC and USB Thumb Drive?</a> (27)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-create-your-own-custom-windows-live-cd/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>5 Apps To Get More Out Of Your NEW Mac</title>
		<link>http://www.makeuseof.com/tag/5-apps-to-get-more-out-of-your-new-mac/</link>
		<comments>http://www.makeuseof.com/tag/5-apps-to-get-more-out-of-your-new-mac/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 18:24:06 +0000</pubDate>
		<dc:creator>Ravi</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[drm]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[system monitor]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=7684</guid>
		<description><![CDATA[ Sometime last year, you bought yourself an iPhone and then realised that a better user experience is indeed possible! So sometime this year, you took the next logical step and upgraded your PC to a Mac &#8211; perhaps a Mac Mini to start out small, or a laptop, or even a sexy 20&#8243; iMac.
Now [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/11/applemacintosh.jpg" border="0" alt="" align="left" /> Sometime last year, you bought yourself an iPhone and then realised that a better user experience is indeed possible! So sometime this year, you took the next logical step and <strong>upgraded</strong> your PC to a Mac &#8211; perhaps a Mac Mini to start out small, or a laptop, or even a sexy 20&#8243; iMac.</p>
<p>Now you are that insufferable know-it-all at family gatherings who descends from his Mac OS X Leopard nirvana only to lecture the rest of the brood on their miserable digital lives. In which case, brace yourself for what I am about to say: It&#8217;s true &#8211; you can make the user experience on your Mac even better!</p>
<p>Back in March, Jackson Chung reminded you of the <a href="http://www.makeuseof.com/tag/10-essential-mac-apps-to-install-after-a-reformat/">10 Essential Mac Apps to Install After a Reformat</a>. Here, in this post, I will endeavour to purloin some of his ideas and add some of my own. If you are a Mac newbie, I hope that the suggested applications are new and useful to you. If you are an old hand, read ahead and correct me with your own better alternatives.</p>
<h2>1. <a href="http://docs.blacktree.com/quicksilver/overview">Quicksilver</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/quicksilver.png" border="0" alt="Quicksilver" width="408" height="461" /></p>
<p>This one&#8217;s so obvious that they should just ship the OS with it pre-installed. Instead, Mac OS comes with Spotlight, which is nice &#8211; for Grandma. For a slick cat like you, Quicksilver is the rare application that qualifies for that over-used metaphor: a Swiss army knife. With simple keystrokes (default invocation keystroke is Ctrl-Space) it lets you launch applications, look up contact info, navigate your directory tree, send email, and interface with other applications using plugins.</p>
<h2>2. <a href="http://www.virtualbox.org/">VirtualBox</a></h2>
<p>Sure you may have taken  the path to enlightenment, but the rest of the world is taking its time getting there, and you do have to communicate with them once in a while. I am speaking here of course of the Microsoft Windows world which imposes itself into your beatific world with that occasional annoying banking site that works only in Internet Explorer. For those cases, there is the free virtualisation tools VirtualBox, which lets you run Windows (a licensed copy of course) on your Mac.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/11/virtualbox-osx-beta-3.jpg" border="0" alt="Virtualbox on Mac OS X" hspace="4" vspace="4" width="500" height="312" /></p>
<p>(Image courtesy of <a href="http://www.virtualbox.org">virtualbox.org</a>)</p>
<p>And while you are on the job (of making peace with the Windows world), you might as well grab <a href="http://www.flip4mac.com/wmv.htm">Flip4Mac</a> (Windows Media Components), a tool that will install plug-ins for the QuickTime media player on your Mac, in order to enable playback of Windows Media audio and video files.</p>
<h2>3. <a href="http://islayer.com/apps/">The Goodies at iSlayer</a></h2>
<p>Choose one or more of the free goodies (donationware) at iSlayer: iStatMenus, iStatPro, iStatNano. They are all applications that will display various useful bits of information about your system. </p>
<table width="500">
<tr>
<td><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/11/istatpro-1.png" border="0" alt="iStatPro" width="156" height="470" /></td>
<td><img src="http://www.makeuseof.com/wp-content/uploads/2008/11/istatmenu.png" border="1" alt="iStatMenu" width="218" height="356" /></td>
</tr>
</table>
<p>The first (iStatMenus) sits in your menu bar (see <a href="http://www.makeuseof.com/tag/5-free-tools-to-add-to-your-mac-menu-bar/">5 Free Tools to Add to your Mac Menu Bar</a> for this and other useful menu bar add ons) while the other two are Dashboard Widgets. They all display system information such as: the utilisation of your CPU, disk and memory, the top 5 processes that are using your CPU, the status of your laptop battery, and so on. </p>
<p>This is useful, especially for a new user, since such information gives you a clue to those unexpected OS behaviours that even a Mac user encounters, such as slow system response. In the screenshot , you can see that Firefox is using up <del datetime="2008-11-23T04:53:45+00:00">20%</del> 15.5% of my CPU even though I am not actively using it (perhaps a misbehaving Firefox extension?). iStatMenu also provides a nice little date and time display in your menu bar and a pull down that brings up a calendar.</p>
<h2>4. <a href="http://jumpcut.sourceforge.net/">Jumpcut</a></h2>
<p>A neat solution to a common problem of maintaining and accessing multiple entries in your clipboard i.e., copying multiple bits of text before pasting them. Jumpcut sits in the menu bar and harvests your copy buffer as you work away on the Command-C&#8217;s. </p>
<p>When you are ready to paste these bits into an email message or editor, they can be access by clicking on the menubar icon or, even better, using a hotkey (default: Alt-Space) that can be used to rotate through the clipboard.</p>
<h2>5. Freeing your Music</h2>
<p><img title="Fairgame" src="http://www.makeuseof.com/wp-content/uploads/2008/11/fairgame.png" border="1" alt="Fairgame" hspace="15" vspace="4" width="177" height="209"  /></p>
<p>Remember that music you bought from the iTunes Store with your hard-earned money that Apple now refuses to give up to you, locking it into their proprietary format or making it inaccessible from your iPod? Two applications that will set that right are <a href="http://seidai.50webs.com/Seidai%20Software.html">FairGame</a>, which will let you convert  DRM&#8217;ed iTunes Store in your iTunes library to an unprotected format, and <a href="http://code.google.com/p/ipoddisk/">iPodDisk</a>, which conversely, helps rescue music stored on your iPod. To this bundle, you can add <a href="http://simplyburns.berlios.de/">SimplyBurns</a> which completes the loop by enabling you to burn your media to CD or DVD.</p>
<p>There are other useful tools (here is one example: <a href="http://www.manytricks.com/openwithmanager/">Open With Manager</a>) for a Mac newbie that we can explore in a later post.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/liberate-sync-and-share-your-media-with-doubletwist/" title="Liberate, Sync and Share Your Media With DoubleTwist (July 3, 2008)">Liberate, Sync and Share Your Media With DoubleTwist</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-free-your-music-from-the-drm-copy-protection/" title="How To Free Your Music From The DRM Copy Protection (March 3, 2009)">How To Free Your Music From The DRM Copy Protection</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/11-tiny-and-useful-free-menubar-applications-for-mac/" title="11 Tiny and Useful Free Menubar Applications for Mac (May 3, 2009)">11 Tiny and Useful Free Menubar Applications for Mac</a> (33)</li>
	<li><a href="http://www.makeuseof.com/tag/can-you-tell-me-who-is-sharing-my-itunes-library-windows/" title="Who Is Connected To My iTunes Library? (Windows) (October 11, 2008)">Who Is Connected To My iTunes Library? (Windows)</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/sync-any-mp3-player-with-itunes-easily/" title="Two Free Apps To Sync ANY MP3 Player with iTunes (May 3, 2009)">Two Free Apps To Sync ANY MP3 Player with iTunes</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-apps-to-get-more-out-of-your-new-mac/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>Free Alternatives to 10 Popular Commercial Mac Applications</title>
		<link>http://www.makeuseof.com/tag/free-alternatives-to-popular-commercial-mac-applications/</link>
		<comments>http://www.makeuseof.com/tag/free-alternatives-to-popular-commercial-mac-applications/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 18:10:35 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[alarm]]></category>
		<category><![CDATA[better alternatives]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[uninstaller]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=5594</guid>
		<description><![CDATA[ We all love free apps. MakeUseOf is all about free apps! Why pay for certain applications when you can get another which works almost (or just) as well for free? While there are a few applications which have no free counterparts, you can most definitely find a majority of others which carry one or [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/09/muo-mac-freeware.png" alt="free apps for macs" align="left" /> We all love free apps. MakeUseOf is all about free apps! Why pay for certain applications when you can get another which works almost (or just) as well for free? While there are a few applications which have no free counterparts, you can most definitely find a majority of others which carry one or several alternatives that performs about the same tasks; and it won&#8217;t burn a hole in your pocket!</p>
<p>For your convenience, I&#8217;ve managed to gather a short list of the most frequently used Mac applications and provided a free counterpart for each of them. Hopefully, they&#8217;ll serve you as well as the paid versions.</p>
<p>This is MakeUseOf&#8217;s edition of <a href="http://www.theopendisc.com/">Software for Starving Students</a>.</p>
<h2>Commercial app #1: <a href="http://appzapper.com/">AppZapper</a> $12.95</h2>
<p>AppZapper is an uninstaller. Mac applications are very simple to install: it&#8217;s a straightforward click-and-drag over to the &#8216;Applications&#8217; folder. Uninstallation is <em>supposedly</em> just the same, dragging the application to Trash. But there are always remnants of the application in System and Preferences folders. An uninstaller finds these remnants and removes them as well. AppZapper is the best in the game.</p>
<p><strong>Free counterpart: <a href="http://www.freemacsoft.net/AppCleaner/index.php">AppCleaner</a></strong><br />
There are hardly any noticable differences between these two applications, even if you put them side by side. AppCleaner works just as well as AppZapper.</p>
<p style="text-align: center;"><img class="size-full wp-image-5630 aligncenter" title="appcleaner" src="http://www.makeuseof.com/wp-content/uploads/2008/09/appcleaner.png" alt="appzapper mac" /></p>
<h2>Commercial app #2: <a href="http://www.parallels.com/en/desktop/">Parallels Desktop for Mac</a> $79.99</h2>
<p>Parallels Desktop for Mac is a virtualization program which enables installation of multiple operating systems in a virtual environment. Use this to install Windows, Linux or any other OS while running Mac OS X at the same time.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/09/vbox_logo3.png" alt="" align="right" /><strong>Free counterpart: <a href="http://www.virtualbox.org/">VirtualBox</a></strong><br />
Jason has covered this program in great detail. Check out <a href="http://www.makeuseof.com/tag/virtualbox-running-windows-on-a-mac-for-free-sort-of/">his post</a> to learn more about using VirtualBox and what it has to offer.</p>
<h2>Commercial app #3: <a href="http://www.xslimmer.com/">Xslimmer</a> $12.95</h2>
<p>Xslimmer is a program which removes unnecessary architecture from Universal Binaries. Because of Apple&#8217;s transition to Intel, developers had to make their programs cater for both PPC and Intel processors. It will also remove unwanted localization (language) files to drastically reduce the amount of space used by the application.</p>
<p><strong>Free counterparts: <a href="http://homepage.mac.com/gweston/macware/TrimTheFat.zip">TrimTheFat</a>, <a href="http://monolingual.sourceforge.net/">Monolingual</a></strong><br />
TrimTheFat will only remove the PPC architecture from applications leaving the Intel side of it. Then use Monolingual to remove unwanted languages. Monolingual can also remove unneeded architecture but this feature is very unpolished and there are some reports that Monolingual causes severe damage to Intel Macs. Do not use Monolingual for that purpose, although removing languages works without a glitch. So, two free apps to replace Xslimmer&#8217;s functions. Using these two applications, you can very well free up several gigabytes.</p>
<p style="text-align: center;"><img class="size-full wp-image-5633 aligncenter" title="trimthefatmonolingual" src="http://www.makeuseof.com/wp-content/uploads/2008/09/trimthefatmonolingual.png" alt="xslimmer mac" /></p>
<h2>Commercial app #4: <a href="http://coversutra.com/">CoverSutra</a> 14.95€</h2>
<p>CoverSutra is an iTunes controller and Last.fm scrobbler which provides a beautiful album art jewel case on the desktop. But 14.95€ is too much money to pay for something which will only help me control my music.</p>
<p><strong>Free counterpart: <a href="http://www.eternalstorms.at/gimmesometune/">GimmeSomeTune</a></strong><img src="http://www.makeuseof.com/wp-content/uploads/2008/09/gimmesometune.png" alt="coversutra mac" align="right" /><br />
Although GimmeSomeTune is free, in many ways it could possibly be <em>better</em> than CoverSutra. GimmeSomeTune can automatically fetch album artwork and lyrics, scrobble to Last.fm and has global hotkeys to control almost every aspect of iTunes.</p>
<h2>Commercial app #5: <a href="http://www.smileonmymac.com/TextExpander/">TextExpander</a> $29.95</h2>
<p>TextExpander allows you to use customized abbreviations to &#8220;expand&#8221; frequently used phrases and text-strings. This application is valuable when you are always finding yourself typing the same line of text repeatedly such as in HTML editing.<img src="http://www.makeuseof.com/wp-content/uploads/2008/09/rapidowrite.png" alt="rapidowrite" align="right" /></p>
<p><strong>Free counterpart: <a href="http://www.app4mac.com/action_view_freeware.lasso?-token=($Var_sess_productfree)&amp;-session=WEBS:5BC044B8165102268CnUU3A64A8B">RapidoWrite</a></strong><br />
I honestly can&#8217;t tell the difference between TextExpander and RapidoWrite. To pay or not to pay?</p>
<h2>Commercial app #6: <a href="http://embraceware.com/software/awaken/">Awaken</a> $12.95</h2>
<p>Awaken is an iTunes alarm, when it goes off, it will play a preset playlist. It can also be set to sleep your Mac after a certain time period is over, allowing you to listen to music while drifting off into slumber.</p>
<p><strong>Free counterparts: <a href="http://www.johnnarun.com/itunes_alarm/">iTunes Alarm</a>, <a href="http://itaf.sourceforge.net/">iTaf</a></strong><br />
I&#8217;ve covered this topic of alarms for iTunes before. iTunes Alarm and iTaf are very capable to perform the same tasks as Awaken, perhaps even more! Check out <a href="http://www.makeuseof.com/tag/3-free-alternatives-to-awaken-mac-only/">my older post</a> to learn more about these little gems.</p>
<p style="text-align: center;"><img class="size-full wp-image-4257 aligncenter" title="itunes-alarm" src="http://www.makeuseof.com/wp-content/uploads/2008/08/itunes-alarm.jpg" alt="itunes alarm clock" /></p>
<h2>Commercial app #7: <a href="http://store.apple.com/us/product/MB624Z/A">iWork</a> $79, <a href="http://www.microsoft.com/mac/products/Office2008/shop-now.mspx">Office 2008 for Mac</a> (Home and Student Edition) $149.95</h2>
<p>I&#8217;m sure we all know what Office 2008 is. iWork is the Mac productivity suite which comprises of Pages (word processor), Numbers (spreadsheet) and Keynote (presentation).</p>
<p><strong>Free counterpart: <a href="http://www.neooffice.org/neojava/en/index.php">NeoOffice</a></strong><img src="http://www.makeuseof.com/wp-content/uploads/2008/03/neooffice-downloads.png" alt="neooffice for mac" align="right" /><br />
NeoOffice is a full set of office applications and is a port of OpenOffice created specifically for Mac OS X. Some may argue that the interface is not as polished as it could be but we&#8217;re looking for productivity here. NeoOffice has just been recently updated and performs quicker among other enhancements. If what you&#8217;re looking for is a capable word processor (which is the most often used application within a productivity suite), why bother paying so much when NeoOffice is free?</p>
<h2>Commercial app #8: <a href="http://www.paragon-software.com/home/ntfs-mac/">Paragon NTFS for Mac OS X</a> $39.95</h2>
<p>If you are in a community where you&#8217;ll get exposed to a Windows NTFS formatted hard disk (like student life), you&#8217;ll definitely need to have NTFS support on your Mac. One method to do this is to buy Paragon NTFS. The other way is completely free!<img src="http://www.makeuseof.com/wp-content/uploads/2008/09/macfuse2.png" alt="macfuse" align="right" /></p>
<p><strong>Free counterpart: <a href="http://macntfs-3g.blogspot.com/">NTFS-3G</a> with <a href="http://code.google.com/p/macfuse/">MacFUSE</a></strong><br />
I&#8217;ve explained how to use NTFS-3G in my <a href="http://www.makeuseof.com/tag/macnifying-os-x-introduction-and-working-with-ntfs-drives/">first Macnifying OS X post</a>. The NTFS-3G project has come a long way since it first started. The driver is pretty stable now and there is even a <em>ublio</em> version for better performance.</p>
<h2>Commercial app #9: Photoshop CS3 $649</h2>
<p>Photoshop is an image editing tool which is incredibly successful because it is simply so capable.</p>
<p><strong>Free counterpart: <a href="http://gimp-app.sourceforge.net/">GIMP.app</a></strong><br />
Right, this is a very touchy topic. So, let&#8217;s get this straight:<strong> No free application will ever be good enough to completely replace Photoshop</strong>. There are always alternatives if you&#8217;re not looking to spend $650 to touch up your photos. This is one of them. GIMP.app is specifically ported to Mac OS X so don&#8217;t mistake it with GIMP. Before this, running GIMP.app requires X11 to be installed but there is now an experimental native version which doesn&#8217;t need X11 to run. I&#8217;ve tried it, takes a little long to launch but it works. I don&#8217;t mind waiting a bit and saving $650.</p>
<p style="text-align: center;"><img class="size-full wp-image-5634 aligncenter" title="gimp" src="http://www.makeuseof.com/wp-content/uploads/2008/09/gimp.png" alt="" /></p>
<h2>Commercial app #10: <a href="http://www.midnightapps.com/">Cha-Ching</a> $40, <a href="http://nothirst.com/moneywell/">MoneyWell</a> $39.99</h2>
<p>These two applications are personal finance managers, and pretty good ones at that. But they cost a bomb. I don&#8217;t know about you but I&#8217;m hardly willing to spend $40 to manage my finances.</p>
<p><strong>Free counterparts: <a href="http://www.fadingred.org/cashbox/">Cashbox</a>, <a href="http://www.macupdate.com/info.php/id/25726/mini%24">Mini$</a></strong><br />
Simple, easy-to-use, straightforward, free. That&#8217;s all I need. Granted, Mini$ and Cashbox are not as fully-featured as Cha-Ching and MoneyWell, they don&#8217;t have the fancy frills of schedulers and buckets styles but they still manage to help me keep track of my finances.</p>
<p style="text-align: center;"><img class="size-full wp-image-5639 aligncenter" title="my-minimoney" src="http://www.makeuseof.com/wp-content/uploads/2008/09/my-minimoney.png" alt="" /></p>
<p>So I hope that this list prevented the major hole in your pocket which could have been if you paid for these applications. Are there any other applications you use which I didn&#8217;t list? Maybe you would like to find out if the application you were thinking of buying has a free alternative? Shoot away in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/3-free-alternatives-to-awaken-mac-only/" title="3 Free Alternatives to Awaken [Mac Only] (August 3, 2008)">3 Free Alternatives to Awaken [Mac Only]</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-mac-leopards-hidden-setting-with-xmod/" title="Tweak Mac Leopard&#8217;s Hidden Settings With xMod (September 24, 2008)">Tweak Mac Leopard&#8217;s Hidden Settings With xMod</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/top-8-programs-that-can-make-your-computer-run-faster-nb/" title="Top 8 Programs That Can Make Your Computer Run Faster (October 26, 2009)">Top 8 Programs That Can Make Your Computer Run Faster</a> (169)</li>
	<li><a href="http://www.makeuseof.com/tag/3-native-os-x-browsers/" title="Three Alternative Mac OS X Browsers Worth A Try (August 21, 2008)">Three Alternative Mac OS X Browsers Worth A Try</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/switching-to-linux-linux-alternatives-to-windows-apps-part-i/" title="Switching to Linux: Linux Alternatives to Windows Apps [Part I] (April 2, 2008)">Switching to Linux: Linux Alternatives to Windows Apps [Part I]</a> (22)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/free-alternatives-to-popular-commercial-mac-applications/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>3 Ways to Install Linux on Windows or Mac</title>
		<link>http://www.makeuseof.com/tag/3-ways-to-install-linux-on-windows-or-mac/</link>
		<comments>http://www.makeuseof.com/tag/3-ways-to-install-linux-on-windows-or-mac/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 22:01:00 +0000</pubDate>
		<dc:creator>Wez Pyke</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[live CD]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=4155</guid>
		<description><![CDATA[Linux is for geeks right? And you gotta know command prompts and all that stuff yeah?
Not exactly, in fact that kind of image is starting to fade away somewhat as Linux distros such as Ubuntu gain traction and mind share with each new release.
OK so Linux still has a market share closer to 1.5%.  [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/linux1.png" border="0" alt="" align="left" />Linux is for geeks right? And you gotta know command prompts and all that stuff yeah?</p>
<p>Not exactly, in fact that kind of image is starting to fade away somewhat as Linux distros such as Ubuntu gain traction and mind share with each new release.</p>
<p>OK so Linux still has a market share closer to 1.5%.  However things are beginning to change. Linux has never before been so easy to try.   Here&#8217;s three ways you can install Linux on your computer.</p>
<h2>1. Linux on a &#8216;Live Disk&#8217;</h2>
<p>Each distribution can now be downloaded as a &#8216;<a href="http://www.makeuseof.com/tag/put-your-linux-distro-on-a-life-cd/">Live Disk</a>&#8216;, a disk which will run Linux straight from the CD as if it were an installed operating system.</p>
<p>This is perhaps the best way you can try Linux for the first time as it allows you to play around with the OS without having to worry about your data, or partitioning or screwing something up.</p>
<p>The disadvantage is that the OS will run fairly slowly and you will not get much idea of the performance or flexibility of Linux.</p>
<p>Live disks are included with every Linux distribution, and are also provided on the cover of just about any computing and PC magazine. Looking over at my shelf I can see <a href="http://www.ubuntu.com/">Ubuntu</a>, <a href="http://en.opensuse.org/Welcome_to_openSUSE.org">OpenSUSE</a>, <a href="http://www.thinkgos.com/">gOS Rocket</a> and <a href="http://linuxmint.com/">Linux Mint</a> on the cover disks of several magazines.</p>
<h2>2. Run Linux using Virtual PC</h2>
<p>Again, this is just another way to have a bit of a look and play around with Linux in a <a href="http://www.makeuseof.com/tag/virtualization-free-in-windows-linux-installation/">contained area</a> with no danger of destroying your computer or anything. Microsoft provides <a href="http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx">Virtual PC 2007</a> as a free download and can run most distros, although you will perhaps need to find some fairly simple workaround&#8217;s for a few.</p>
<p>Again, the disadvantage is performance, both for the Virtual Machine and the host machine which has to lend system resources. The advantage I guess is that you will not have to burn an actual disk in order to try Linux out &#8211; the virtual machine can simply mount an ISO file.</p>
<h2>3.  Install Ubuntu using the Wubi installer</h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/image_thumb5.png" border="0" alt="" align="left" /> Lastly you can try Linux, Ubuntu specifically, using a special installer called ‘Wubi’. Mackenzie covered Wubi in detail <a href="http://www.makeuseof.com/tag/virtualization-free-in-windows-linux-installation/">here</a>. Blake also briefly mentioned it in <a href="http://www.makeuseof.com/tag/install-linux-with-ease-using-unetbootin/">his article here</a>.</p>
<p>Wubi installs Ubuntu as a file on your Windows System. It can be uninstalled like any other program and runs as if you were using a separate system partition. The only disadvantage is that hibernation mode does not work.</p>
<p>The set-up is laughably simple; all you have to do is <a href="http://wubi-installer.org/">get Wubi from here</a> and start it up. Wubi is actually included in Ubuntu as of version 8.04 and is an installation option when using a Live disk.</p>
<p>Here are the options you will be presented with:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/07/image_thumb11.png" border="0" alt="" /></p>
<p>Pretty simple huh?</p>
<p>You can either <a href="http://www.ubuntu.com/getubuntu/download">download the Ubuntu file</a>, or use a existing ISO image you have previously downloaded. To use a existing file simply place it in the same folder as the Wubi program.</p>
<p>After installing you will have to reset your computer. It’s crucial you reset ‘cleanly’, that means no turning the computer off impatiently, pulling the plug out the all etc. If you do, booting into Ubuntu may fail.</p>
<p>If all is successful you’ll be given a new option upon startup to choose either your previous OS, or Ubuntu:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/07/image_thumb24.png" border="0" alt="" /></p>
<p>Booting into Ubuntu will complete the installation and prepare your hard drive for the OS. A final reboot and everything should be working fine, choosing Ubuntu from the boot screen should now load up the OS and you can play around to your heart’s content.</p>
<p>It’s totally risk free, the worst that can happen is that for some other reason the installation fails. I’m sorry but I can’t help you there, simply boot back into Windows and uninstall Wubi through the Add/Remove programs panel.</p>
<p>If this occurs try installing a couple of times. There is a chance it will succeed the second time.</p>
<p>Hopefully this will give you the incentive to try out Linux for yourself!</p>
<p><em>(By) Wez is a student studying computers, also does programming and video tutorials and writes about technology, software and websites, check out his blog @ <a href="http://www.thetutorialblog.com/">www.TheTutorialBlog.com</a></em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/" title="Run Windows Applications on Linux (or Mac) with WINE (June 23, 2008)">Run Windows Applications on Linux (or Mac) with WINE</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-safely-uninstall-ubuntu-in-windows-dual-boot-environment/" title="How To Safely Uninstall Ubuntu From A Windows Dual-Boot PC (October 24, 2009)">How To Safely Uninstall Ubuntu From A Windows Dual-Boot PC</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/free-operating-systems-to-use-on-virtualbox/" title="Test Drive Linux Operating Systems with VirtualBox (February 16, 2009)">Test Drive Linux Operating Systems with VirtualBox</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/install-linux-with-ease-using-unetbootin/" title="How To Install Linux With Ease Using UNetbootin (July 30, 2008)">How To Install Linux With Ease Using UNetbootin</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/goblinx-an-alternative-os-with-4-different-flavors/" title="GoblinX &#8211; An Alternative Linux OS With 4 Different Flavors (November 2, 2009)">GoblinX &#8211; An Alternative Linux OS With 4 Different Flavors</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/3-ways-to-install-linux-on-windows-or-mac/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Make Use Of Podcast #10: Chipping in, virtualizing and working well with others</title>
		<link>http://www.makeuseof.com/tag/podcast-10-chipping-in-virtualizing-and-working-well-with-others/</link>
		<comments>http://www.makeuseof.com/tag/podcast-10-chipping-in-virtualizing-and-working-well-with-others/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 12:00:11 +0000</pubDate>
		<dc:creator>Jason Mayoff</dc:creator>
				<category><![CDATA[Podcast]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[synchronize]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=3731</guid>
		<description><![CDATA[ This week on the show I take a look at the new iTunes app store, ways to raise money online, how to install Windows on your Mac for free &#8212; sort of, how to work well with others online and how to schedule and manage messages.  My guest this week is Make Use [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/05/jasonmayoffpodcast.jpg" alt="" width="139" height="139" align="left" /> This week on the show I take a look at the new iTunes app store, ways to raise money online, how to install Windows on your Mac for free &#8212; sort of, how to work well with others online and how to schedule and manage messages.  My guest this week is Make Use Of author Abhijeet Mukherjee and we chat a bit about some of his posts on Make Use Of and his own blog, <a href="http://jeetblog.com">Jeetblog.com</a></p>
<p>I’d love to hear from you. Send me your<a href="http://www.makeuseof.com/tag/tags/podcast/#"></a> MP3 files containing comments about the show, reviews of your favourite websites or just general chitchat. I’ll choose a few to play on the show each week. Send them to <strong>podcast [at] makeuseof [dot] com</strong>.</p>
<p>If you look underneath the links from the show on this page, you will see a little media player where you can listen to the podcast right here on the site. Or if you prefer, you can right-click on the &#8220;audio MP3&#8243; logo and save the MP3 file to your computer for listening on your MP3 player or iPod.</p>
<p>The podcast is available through iTunes so don’t forget to <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=280546798">subscribe to the podcast</a> if you have an iPod, or in <a href="http://feeds.feedburner.com/MUO-podcast">another podcatcher</a> if you have a different MP3 player.</p>
<ul>
<li><a href="http://www.makeuseof.com/tag/jogli-probably-the-coolest-music-search-engine/">Jogli &#8211; Probably The Coolest Music Search Engine</a></li>
<li><a href="http://www.makeuseof.com/tag/7-ways-to-stay-informed-and-up-to-date-online/">7 Ways To Stay Informed And Up-To-Date Online</a></li>
<li><a href="http://www.makeuseof.com/tag/liberate-sync-and-share-your-media-with-doubletwist/">Liberate, Sync and Share Your Media With DoubleTwist</a></li>
<li><a href="http://www.jeetblog.com/create-keyboard-shortcuts-for-important-folders-in-windows/">Create Keyboard Shortcuts For Important Folders In Windows</a></li>
<li><a href="http://www.jeetblog.com/clicky-web-analytics-tool/">Get Advanced Web Analytics With Clicky</a></li>
<li><a href="http://www.jeetblog.com/osalt-open-source-commercial-software/">Osalt Lets You Find Open Source Alternatives To Commercial Software</a></li>
<li><a href="http://www.jeetblog.com/5-weird-and-hilarious-google-search-results/">5 Weird And Hilarious Google Search Results</a></li>
<li><a href="http://www.makeuseof.com/tech-fun/make-your-own-high-tech-computer-deskvideo/">Make your Own High Tech Computer Desk (Video)</a></li>
<li><a href="http://www.makeuseof.com/tag/chipin-the-easy-way-to-raise-funds-online/"><strong>ChipIn</strong> &#8211; The Easy Way to Raise Funds Online | MakeUseOf.com</a></li>
<li><a href="http://www.makeuseof.com/tag/schedule-and-manage-your-messages-with-sendible/">Schedule &amp; Manage Your Messages With Sendible</a></li>
<li><a href="http://www.makeuseof.com/tag/virtualbox-running-windows-on-a-mac-for-free-sort-of/">1 Free Program to Run Windows on your Mac</a></li>
<li><a href="http://www.makeuseof.com/tag/work-with-others-online-without-tearing-out-your-hair/">Work With Others Online Without Tearing Out Your Hair</a></li>
</ul>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/sync-any-mp3-player-with-itunes-easily/" title="Two Free Apps To Sync ANY MP3 Player with iTunes (May 3, 2009)">Two Free Apps To Sync ANY MP3 Player with iTunes</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/synchronize-mp3s-to-non-apple-devices-with-doubletwist-mac/" title="Synchronize MP3s To Non-Apple Devices with doubleTwist [Mac] (October 25, 2009)">Synchronize MP3s To Non-Apple Devices with doubleTwist [Mac]</a> (0)</li>
	<li><a href="http://www.makeuseof.com/tag/keep-your-music-in-sync-with-the-itunes-library-updater/" title="Sync iTunes Library to iPod and your Music Folder (Windows) (February 24, 2009)">Sync iTunes Library to iPod and your Music Folder (Windows)</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/sync-all-of-your-media-in-one-place-with-doubletwist/" title="Sync All of Your Media Files in One Place with doubleTwist (June 10, 2009)">Sync All of Your Media Files in One Place with doubleTwist</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/rock-out-for-free-with-frets-on-fire/" title="Rock Out For Free With Frets On Fire (August 19, 2008)">Rock Out For Free With Frets On Fire</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/podcast-10-chipping-in-virtualizing-and-working-well-with-others/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>1 Free Program to Run Windows on your Mac</title>
		<link>http://www.makeuseof.com/tag/virtualbox-running-windows-on-a-mac-for-free-sort-of/</link>
		<comments>http://www.makeuseof.com/tag/virtualbox-running-windows-on-a-mac-for-free-sort-of/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 22:58:45 +0000</pubDate>
		<dc:creator>Jason Mayoff</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=3523</guid>
		<description><![CDATA[Virtualization seems to be one of the great buzzwords these days.  Everyone wants to be running an operating system other than their own.  My first experience with this sort of thing was trying to run Linux alongside Windows XP using VMware.  My second was with Parallels, running XP on my Mac.
The big [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/vbox_logo2.png" border="0" alt="" align="left" />Virtualization seems to be one of the great buzzwords these days.  Everyone wants to be running an operating system other than their own.  My first experience with this sort of thing was trying to run Linux alongside Windows XP using <a href="http://www.vmware.com">VMware</a>.  My second was with <a href="http://www.parallels.com/">Parallels</a>, running XP on my Mac.</p>
<p>The big problem with those two programs is the cost.  There&#8217;s a free trial of Parallels and a free VMware player, but that&#8217;s not what I was looking for.  I wanted a full version piece of software that would cost very little or nothing.  Well I&#8217;ve found it.  <a href="http://www.makeuseof.com/tag/author/varunkashyap/">Varun Kashyap</a> wrote about <a href="http://www.virtualbox.org/">VirtualBox</a> back in May as <a href="http://www.makeuseof.com/tag/free-open-source-counterparts-of-windows-software/">part of an article on free open source counterparts to Windows software</a>.  In this article I will expand on that and show you just how easy it is to install on a Mac and how great it really is.</p>
<p>First off, what is virtualization?  Well for our purposes it means creating a virtual computer on your physical computer.  Let&#8217;s say you&#8217;re running OS X Leopard on your Mac, but you&#8217;d like to use Windows XP or Vista or some flavour of Linux as well.  Without virtualization, you&#8217;d need to either dual boot or install your second OS on a second machine.  Using virtualization you can have your <em>guest</em> OS running as a window on your <em>host</em> OS, or better yet, have them run side-by-side, almost as equals.</p>
<h2>Installing the guest OS</h2>
<p>The industry term for the operating system you&#8217;ll be running on a virtual computer is &#8216;Guest OS&#8217;.  Your main OS is the &#8216;Host OS&#8217;.  The virtualization software, in this case VirtualBox, provides the virtual computer. Fire it up and it&#8217;ll ask you some questions about the OS you&#8217;re installing. Things like:</p>
<ul><strong>The name you&#8217;d like to give it.</strong> Choose any friendly name here, like &#8220;Windows XP&#8221; or &#8220;Jason&#8217;s Virtual Computer.&#8221;</p>
<p><strong>The OS type</strong>. There&#8217;s a long list here including DOS, all flavours of Windows going back to 3.1 and many flavours of Linux</p>
<p><img src="http://www.makeuseof.com/images/picture-4.png" alt="Run Windows on MAC" /></p>
<p><strong>The amount of your system memory you&#8217;d like to allocate to the virtual machine when it&#8217;s running</strong>.</p>
<p>For XP, I find 512M works great, for Vista you&#8217;ll need 1G.  I have 2M of ram on my Mac so <a href="http://www.urbandictionary.com/define.php?term=YMMV">YMMV</a>. (<strong>UPDATE</strong> : that&#8217;s 2G, not 2M of course!)</p>
<p><img src="http://www.makeuseof.com/images/picture-5.png" alt="Windows XP on Mac" /></p>
<p><strong>What type/size hard drive you&#8217;d like</strong>.</p>
<p>Your choices are Dynamically Expanding Image (default and the one I chose) or Fixed-Size Image.</p>
<p><img src="http://www.makeuseof.com/images/picture-7.png" alt="Windows on OS X" /></p>
<p>As for size, I chose the OS default which is 10G for XP and 20G for Vista.  That&#8217;s just the size VirtualBox reports to the guest OS as the hard drive size.  If you chose Dynamically Expanding Image in the previous step VirtualBox will create a file representing your drive only as large as it currently needs to install the OS.  Then as the name implies, as you add stuff to your virtual computer, the drive will expand as necessary.</p>
<p><img src="http://www.makeuseof.com/images/picture-8.png" alt="" /></p>
<p>You then power on your virtual machine and it will use the installation CD in your drive (or a disk image of your choice) to install the guest OS.  It will run through the entire installation process, as if you were installing it on a physical machine, prompting you for your product key and your time zone etc.</p>
<p>A word about the guest OS. You must have your own copy of the OS you&#8217;re installing, and all the regular licensing rules apply.  If you install Windows on a virtual machine, it&#8217;s the same as installing it on a real computer and as you know, each copy of Windows is only allowed to be run on one computer. Of course, there&#8217;s no problem if Linux is your guest operating system of choice.  It&#8217;s free.</ul>
<h2>Running your virtual computer</h2>
<p>Once the installation is complete, you&#8217;ll want to run your new  (or old) OS.  Just start it up and enjoy the surreal show of having one operating system boot up inside another.  Once it&#8217;s up and running, you&#8217;ll notice the mouse is a little jittery and hard to control.  Don&#8217;t worry, that&#8217;s what Guest Additions are for.</p>
<p>Guest additions do a few very important things.</p>
<ul>
<li>Make the mouse cursor less jittery</li>
<li>Keep track of which OS you&#8217;re using so your mouse follows.. <em>&#8230; a special mouse driver is installed in the guest that communicates with the “real” mouse driver on your host and moves the guest mouse pointer accordingly. You will only have one mouse pointer&#8230;</em> (VirtualBox documentation)</li>
<li>Dynamically change the screen resolution based on the size of the guest OS window.</li>
<li>Shared folders</li>
<li>Shared clipboard</li>
<li>Seamless mode (see below)</li>
</ul>
<p>You can run your guest OS in three modes.</p>
<ul> <span style="text-decoration: underline;">As a window of your host OS</span></p>
<p><img class="aligncenter" src="http://www.makeuseof.com/images/picture-19.png" alt="" /></p>
<p><span style="text-decoration: underline;">In full screen mode</span>, where it appears you are running the guest OS only.  Your host OS does not show through anywhere.</p>
<p><span style="text-decoration: underline;">In Seamless mode</span>.  This is perhaps the most powerful of the three.  In seamless mode, each Windows app appears to be running within OS X. You even get the Windows<br />
taskbar on the screen along with Mac dock and menubar.  (See image below)</p>
<p><img class="aligncenter" src="http://www.makeuseof.com/images/picture-11998.png" alt="" /></ul>
<p>When shutting down your guest OS, you have several options including saving the state of the virtual machine, so that when you start it up the next time, you&#8217;re right back where you left off.  It&#8217;s like sleep or hibernate mode.  Very convenient.</p>
<div><img class="aligncenter" src="http://www.makeuseof.com/images/picture-22.png" alt="" /></div>
<div><img class="aligncenter" src="http://www.makeuseof.com/images/picture-21.png" alt="" /></div>
<p>As I&#8217;ve said, I have used Parallels to run Windows inside OS X and, to be honest, I prefer the free, open source VirtualBox to the $80 Parallels.  There&#8217;s not much Parallels can do that VirtualBox can&#8217;t.  In fact, I haven&#8217;t yet found one thing that I miss from Parallels.  Windows XP runs quite fast inside the virtual machine.  Vista runs a little slower, but that is probably just a memory issue.  If you have 3 or 4 gigs then you have enough to allocate 1.5 to 2 to Vista, which should make things run much more smoothly.</p>
<p>Some suggestions:</p>
<ul> Back up your virtual harddrive.  Once you&#8217;ve got your guest OS set up the way you like it with all your software installed and OS updates done, then back it up either somewhere else on your harddrive or on another harddrive or if it&#8217;s small enough, to a DVD.  If you ever get some malware on your guest OS that you can&#8217;t get rid of, just delete it and use <em>a copy</em> of your backed up copy.</p>
<p>If you hope to keep the guest OS running smoothly for a long time, treat it as you would a regular computer.  <a href="http://www.makeuseof.com/tag/best-programs-to-keep-your-computer-secure/">Install antivirus and anti-malware tools</a>.</ul>
<p>My recommendation: before shelling out for VMware or Parallels, give VirtualBox a try.  You&#8217;ll probably love it and save yourself a wad of dough.</p>
<p>Do you use virtualization software?  Which one?  Why?  How? Let us know in the comments.</p>
<p><em>(By) Jason Mayoff is a radio newscaster, tech geek and the Make Use Of Podcast Editor. If you’re ever in Montreal, Canada you can hear him on <a rel="nofollow" href="http://cjad.com/">CJAD 800</a>. You can also find Jason at</em> <em><a href="http://podcasters4hire.com/">Podcasters4Hire.com</a></em> and <em><a href="http://pleasantnights.com/">pleasantnights.com,</a> where he talks about keeping an organized and clutter-free home.</em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/" title="Run Windows Applications on Linux (or Mac) with WINE (June 23, 2008)">Run Windows Applications on Linux (or Mac) with WINE</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/macnifying-os-x-introduction-and-working-with-ntfs-drives/" title="Macnifying OS X: Introduction and working with NTFS Drives (July 30, 2008)">Macnifying OS X: Introduction and working with NTFS Drives</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/using-folder-actions-in-os-x-to-keep-a-consistent-workflow/" title="How To use Folder Actions in OS X to Convert or Rotate Images (August 11, 2008)">How To use Folder Actions in OS X to Convert or Rotate Images</a> (2)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-mac-leopards-hidden-setting-with-xmod/" title="Tweak Mac Leopard&#8217;s Hidden Settings With xMod (September 24, 2008)">Tweak Mac Leopard&#8217;s Hidden Settings With xMod</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/the-incredible-free-manual-for-every-mac-user-pdf/" title="The Incredible Free Manual For Every Mac User [PDF] (October 2, 2009)">The Incredible Free Manual For Every Mac User [PDF]</a> (24)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/virtualbox-running-windows-on-a-mac-for-free-sort-of/feed/</wfw:commentRss>
		<slash:comments>67</slash:comments>
		</item>
		<item>
		<title>SteadyState &#8211; Mess up, Reboot &amp; Everything Is Fixed!</title>
		<link>http://www.makeuseof.com/tag/steadystate-mess-up-reboot-and-everything-is-fixed/</link>
		<comments>http://www.makeuseof.com/tag/steadystate-mess-up-reboot-and-everything-is-fixed/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 21:04:36 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[safer browsing]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=3426</guid>
		<description><![CDATA[Microsoft is offering their users a piece of free magic software, called SteadyState.  We have all been there late at night and our virtual guard is down. Maybe you hopped on an unsecured network and decided to browse some hardcore porn sites bit torrent trackers um er let&#8217;s just say some not so reputable [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/windowslogomainxp.gif" border="0" alt="" align="left" />Microsoft is offering their users a piece of free magic software, called <a href="http://www.microsoft.com/windows/products/winfamily/sharedaccess/default.mspx">SteadyState</a>.  We have all been there late at night and our virtual guard is down. Maybe you hopped on an unsecured network and decided to browse some <span style="text-decoration: line-through;">hardcore porn sites</span> <span style="text-decoration: line-through;">bit torrent trackers </span>um er let&#8217;s just say some not so reputable sites. Either way you have exposed your machine to a potentially bad neighborhood and if your protection on your machine isn&#8217;t up to snuff then who knows what could have happened already!</p>
<p style="text-align: center;"><span><img class="size-full wp-image-3427 aligncenter" title="steadystate" src="http://www.makeuseof.com/wp-content/uploads/2008/07/steadystate.jpg" alt="" /></span></p>
<p><span>But now let&#8217;s say you downloaded Microsoft&#8217;s new 6.3MB SteadyState program for XP or Vista. You can go ahead and fire it up and configure how you want it to interact with your Operating System. Think of it like free virtualization with some security features thrown in.</span></p>
<p><span><strong></strong></span>The features that stand out are:</p>
<ul>
<h2>Windows Disk Protection</h2>
<p>This is the main feature that will help keep your machine spic and span. It does not allow changes to be made to your system &#8211; This includes your Operating System, Program Files and your Personal Files. Windows SteadyState <strong>gives you the option to remove all changes upon restart</strong>, to remove changes at a certain point in time, <strong>or to not remove changes at all. </strong>As you can see below the changes live in a cache and are not merged with the operating system (unless you want them to!)</p>
<p style="text-align: center;"><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/diskprotection1.jpg" alt="Windows Disk Protection" /></p>
<h2>User Restrictions and Settings</h2>
<p>The options contained in here resemble group policy and allow you to lock down many facets of the Operating System including which programs are accessible and if and when changes are to be discarded.</p>
<p style="text-align: center;"><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/settings11.jpg" alt="User Restrictions and Settings" /></p>
<h2>User Account Manager</h2>
<p>Create and delete SteadyState user accounts. They can be on external drives that can facilitate user&#8217;s data and settings being saved even when Windows Disk Protection is turned on. There are import and export features that allow you to move your SteadyState users around.</p>
<p><img class="aligncenter size-medium wp-image-3443" title="user" src="http://www.makeuseof.com/wp-content/uploads/2008/07/user.jpg" alt="User Account Manager" /></p>
<h2>Computer Restrictions</h2>
<p>This is also like group policy settings and very similar to the User Restrictions but based only on the machine.<img class="aligncenter size-medium wp-image-3444" title="compsettings" src="http://www.makeuseof.com/wp-content/uploads/2008/07/compsettings.jpg" alt="Computer Restrictions" />
</ul>
<p>Now how does all this help you?</p>
<p><strong>I am glad you asked!</strong></p>
<p>Let&#8217;s take our example of late night shenanigans again and this time before we start our adult oriented surfing we&#8217;ll start up SteadyState.  No more worrying about harming your machine or having your personal data sold on the back corners of the net. Aren&#8217;t you sick of worrying about computer security? Don&#8217;t you have more important things to worry about?</p>
<p>We do and trust you me it&#8217;s not just porn!</p>
<p>After your surfing is concluded, reboot the machine and watch as all remnants of your web session are automagically gone. No toolbars, shortcuts, history or even installed applications are left behind to sell you out to your significant other (or parents) and best of all everything you were doing was in a secure place that had access to your personal data or your operating system! SWEET!</p>
<p>Let&#8217;s take a look at how it actually works:</p>
<p>You start by configuring what you want to lock down, creating a user and then protecting your hard drive. It creates a cache file. This cache file is where all your changes are made to.  Then by selecting the correct option you can make everything return to the way it was simply by restarting!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/07/gameon.jpg" alt="" /></p>
<p>There is a lot to SteadyState and it is an invaluable tool that I am testing out this week and possibly deploying for a handful of publicly accessible machines! If you have a need for this tool give it a shot and let us know what you think in the comments!</p>
<p>Maybe you use something similar or the old Microsoft® Shared Computer Toolkit for Windows XP &#8211; let us know! Come let&#8217;s get a heated discussion going on why or why you don&#8217;t need something like this!</p>
<p><em>(By) <strong>Karl L. Gechlik is a superhero of the IT industry</strong> who wears many hats and changes in telephone booths. Karl mostly uses his powers for good and the occasional hysterical prank. Get your geek on &amp; follow his geeky antics at <a href="http://www.asktheadmin.com/">askTheAdmin.com</a> today.</em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/protect-your-browsing-history-wipe-mru-index-dat-files/" title="Really Delete Your Browsing History &#8211; wipe MRU &#038; index.dat files (December 23, 2008)">Really Delete Your Browsing History &#8211; wipe MRU &#038; index.dat files</a> (23)</li>
	<li><a href="http://www.makeuseof.com/tag/your-computer-your-world-how-to-keep-out-the-mindless/" title="Your Computer, Your World &#8211; How to Keep Out the Mindless (May 26, 2008)">Your Computer, Your World &#8211; How to Keep Out the Mindless</a> (51)</li>
	<li><a href="http://www.makeuseof.com/tag/trustware-bufferzone-virtualized-browsing/" title="Trustware Bufferzone Has Your Browser&#8217;s Back (June 10, 2008)">Trustware Bufferzone Has Your Browser&#8217;s Back</a> (31)</li>
	<li><a href="http://www.makeuseof.com/tag/three-firefox-securityprivacy-add-ons-that-can-co-exist/" title="Three Firefox Security &#038; Privacy Add-ons that can Co-exist (June 30, 2009)">Three Firefox Security &#038; Privacy Add-ons that can Co-exist</a> (23)</li>
	<li><a href="http://www.makeuseof.com/tag/hack-windows-passwords-with-ophcrack/" title="Ophcrack &#8211; A Password Hack Tool to Crack Almost Any Windows Password (July 17, 2009)">Ophcrack &#8211; A Password Hack Tool to Crack Almost Any Windows Password</a> (24)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/steadystate-mess-up-reboot-and-everything-is-fixed/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Run Windows Applications on Linux (or Mac) with WINE</title>
		<link>http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/</link>
		<comments>http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 01:01:40 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[windows tips]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=3196</guid>
		<description><![CDATA[There are thousands and thousands of applications available for Linux, and even more being developed as you read this. As much as I love Linux and Open Source, sometimes you happen to love a Windows application so much that you wonder if only this was available on Linux I would completely switch. It has happened [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/06/winelogomain.gif" border="0" alt="" align="left" />There are thousands and thousands of applications available for <a href="http://www.makeuseof.com/tags/linux/">Linux</a>, and even more being developed as you read this. As much as I love Linux and Open Source, sometimes you happen to love a Windows application so much that you wonder if only this was available on Linux I would completely switch. It has happened to me in the past when I would switch over into Windows to play Counter Strike and Half Life and some people also wanted Photoshop on Linux because the GIMP requires some adjusting to on the interface.</p>
<p>Games are an important mention here because although the <a href="http://www.makeuseof.com/tag/introduction-to-linux-gaming/">Linux games are catching up</a> and going 3D and stuff, one would have to admit that there are a larger number of games for Windows that keep us going back to the Windows World.</p>
<p>Well if you wish for the same, your wish has been granted.  There is a solution for all these situations and it has been around for sometime now. Its &#8211; <a href="http://www.winehq.org/site/download"><strong>WINE</strong></a>.  Chances are that if you are into Linux you might have heard of it. WINE is another of those recursive acronyms which stands for <strong>W</strong>INE <strong>I</strong>s <strong>N</strong>ot an <strong>E</strong>mulator (Amazing how they come up with recursive names, GNU and PHP are other examples)</p>
<h2>So what is it? Do I drink it?</h2>
<p>Nah, you won&#8217;t like to drink anything with such a  name! Formally stated &#8220;WINE is an open source implementation of the Windows API on top of X, OpenGL, and Unix. Think of Wine as a compatibility layer for running Windows programs.&#8221;</p>
<p>In English this means that you can run Windows applications i.e. exe&#8217;s on Linux, FreeBSD, Solaris and yes Mac OS X too!<br />
In fact the most popular use of WINE is to run Windows games on Linux!</p>
<h2>Sweeeet! But do I require Windows as well?</h2>
<p>Not at all, WINE is a completely free alternative of the Windows API and has &#8220;no Microsoft code&#8221; whatsoever.</p>
<h2>How do I run my Windows programs?</h2>
<p>This is the fun part! First and foremost you need to have WINE on your system. Get it <a href="http://www.winehq.org/site/download">here</a>. Or else if you are using Ubuntu (or apt based distro) like me then fire up the terminal and type the following:</p>
<ul>
<em>sudo apt-get install wine</em>
</ul>
<p>This will set up WINE on your system. That&#8217;s pretty much it, as from now on, you just have to follow the steps you will take to install the application/game in Windows. Yes that&#8217;s it, Its that simple. No hassles, nothing. I had an old version (8) of Photoshop so let me show you some screens, so you believe me:</p>
<h2>Step1: Install</h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/06/install.png" alt="" width="568" height="409" /></p>
<h2>Step 2: Run</h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/06/menu.png" alt="" width="580" height="367" /></p>
<h2>Step 3: Work on a handsome guy&#8217;s pic!!</h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/06/ps.png" alt="" width="568" height="431" /></p>
<h2>Can I run all Windows applications?</h2>
<p>Well not really, there are thousand of applications (10,349 to be precise) whose status and compatibility to run with WINE can be viewed at the <a href="http://appdb.winehq.org/">WINE AppDB</a>. It categorizes applications into Platinum, Gold, Silver, Bronze and Garbage ratings, with the applications rated as Platinum being the most compatible and problem-free and applications rated Garbage being.. um.. well.. Garbage! (in regards to WINE compatibility of course).</p>
<p>However, there is no reason to be disheartened because many popular applications are featured in the Platinum, Gold and Silver lists. You may not want to go below this rating. If on the other hand an application you are looking for is <strong>not</strong> in the database then you can of course try it on your own, and let the world know how it went!</p>
<p>Here are some of the more popular applications that run smoothly with WINE:</p>
<ul>
<li>Photoshop CS2, other versions too but not CS3 &#8211; Platinum and Gold</li>
<li>Half Life 2 &#8211; Platinum Counter Strike</li>
<li>ACDSee &#8211; Platinum</li>
<li>Command and Conquer &#8211; Gold</li>
<li>Microsoft Office 2003 &#8211; Silver</li>
<li>Call of Duty &#8211; Gold</li>
<li>&#8230;.. <em>many many more </em></li>
</ul>
<h2>What about performance?</h2>
<p>WINE doesn&#8217;t slow down your computer, the application performance will be same as with Windows (no more, no less). In fact it&#8217;s actually better than using virtualization which has two operating systems running side by side and thus more resource hungry. Refer to <a href="http://www.winehq.org/site/myths">&#8220;Debunking WINE myths&#8221;</a> for more on these and similar questions.</p>
<p>All in all if you cannot give up running a Windows app or you want to play Windows games inside Linux then definately give WINE a try. It&#8217;s worth it.</p>
<p><em>(By) Varun Kashyap &#8211; A programmer, tech enthusiast, blogger and the handsome guy in the shot above! Visit his techcrazy blog <a href="http://varunkashyap.wordpress.com">here</a> for latest on the web, tips and tricks, and step by step tutorials</em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/run-the-google-chrome-browser-on-mac-or-linux/" title="How to Run The Google Chrome Browser on Mac or Linux (September 16, 2008)">How to Run The Google Chrome Browser on Mac or Linux</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/3-ways-to-install-linux-on-windows-or-mac/" title="3 Ways to Install Linux on Windows or Mac (August 1, 2008)">3 Ways to Install Linux on Windows or Mac</a> (25)</li>
	<li><a href="http://www.makeuseof.com/tag/the-ubuntu-upgrade-guide/" title="The Ubuntu Upgrade Guide (October 29, 2008)">The Ubuntu Upgrade Guide</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/music-sharing-with-mojo/" title="Music Sharing with Mojo (March 18, 2008)">Music Sharing with Mojo</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-map-a-local-windows-folder-to-a-drive-letter/" title="How To Map a Local Windows Folder to a Drive Letter (April 8, 2008)">How To Map a Local Windows Folder to a Drive Letter</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-about-some-wine-with-your-linux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Trustware Bufferzone Has Your Browser&#8217;s Back</title>
		<link>http://www.makeuseof.com/tag/trustware-bufferzone-virtualized-browsing/</link>
		<comments>http://www.makeuseof.com/tag/trustware-bufferzone-virtualized-browsing/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 20:24:14 +0000</pubDate>
		<dc:creator>Lee Mathews</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[anti-spyware]]></category>
		<category><![CDATA[anti-virus]]></category>
		<category><![CDATA[browser tips]]></category>
		<category><![CDATA[safer browsing]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=2754</guid>
		<description><![CDATA[When it comes to your security, no web browser is perfect &#8211; and no malware app is going to catch everything.  I came across BufferZone Free a few weeks ago and have been running it since, and I&#8217;m pretty impressed.
BufferZone adds another layer of protection to your browser by setting up a sandbox (an [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-2762" title="cat_icon_security_256" src="http://www.makeuseof.com/wp-content/uploads/2008/06/cat_icon_security_256.png" alt="Windows XP Browser Security" align="left" />When it comes to your security, no web browser is perfect &#8211; and no malware app is going to catch everything.  I came across <a href="http://trustware.com/virtualization/free.html">BufferZone Free</a> a few weeks ago and have been running it since, and I&#8217;m pretty impressed.</p>
<p>BufferZone adds another layer of protection to your browser by setting up a sandbox (an isolated &#8220;virtual directory&#8221; on your hard drive).  As Trustware puts it, the program &#8220;<span style="color: #0000ff;">transparently redirects modifications in your PC to a virtual, isolated environment, so that unauthorized modifications cannot be applied to your actual PC.</span>&#8221;  Malicious apps can&#8217;t write changes to your actual system files or registry &#8211; only BufferZone&#8217;s virtualized versions.  Anything you download &#8211; temp files, images, executables, you name it &#8211; gets sandboxed. Why is that a big deal?</p>
<p>Well, it only takes a split second for a malicious app to burrow its way into the deep, dark crevices of your operating system.</p>
<p>How does BufferZone help?</p>
<p>The sandbox keeps these nasties from going resident on your system and gives your malware defenses time to obliterate them before they can cause any harm.   If I click on a link to a key generator, the hosting website redirects me to another page that spawns a browser hijacker installer.  If that happens, BufferZone neatly puts it in the virtualized directory, and my anti-virus software kicks in and nukes the threat within two seconds.</p>
<p>To top it all off, there&#8217;s no appreciable difference in the rendering speed of your browser and no real impact on resources. On my system, the hit was 0% on the CPU and about 9MB of memory.</p>
<p>Slick.  Very slick.</p>
<p>The program comes in both free and paid versions (which offers customization and protection of multiple browsers), but I&#8217;ll only talk about the free one here.</p>
<p>Download the 9MB .msi file and install it, and BufferZone sets up a protected, virtualized directory in <strong>c:\virtual\untrusted\</strong>.  All activity from your selected browser will now be redirected here and isolated from your &#8220;real&#8221; operating system.</p>
<p>Before I go any further with this, I&#8217;ve got to tell you to NOT knowingly visit any sites that are likely to infect your computer.  You&#8217;re asking for trouble.  I was, too, but I had to find out whether this app was the real deal or not.  I also tested BufferZone Free on IE7 from a bare Windows XP SP2 install with no other patches applied.</p>
<p><img class="aligncenter size-full wp-image-2797" title="buff1" src="http://www.makeuseof.com/wp-content/uploads/2008/06/buff1.png" alt="" /></p>
<p>To put BufferZone through the paces, I decided to go on a little jaunt around some of the most nefarious sites I&#8217;m familiar with.  I headed over to a keygen site, did a few searches, and watched BufferZone spring into action as it popped up several alerts for items that were landing in the sandbox.  The beauty of it: my anti-virus software caught every single one of them and removed them with ease.  I surfed around carelessly for a while longer and exited Internet Explorer at which point some other evildoers tried to invade my system, but BufferZone and Avast! once again tag-teamed them into submission.</p>
<p>After a reboot, I ran a full scan with Ad-Aware and HijackThis and couldn&#8217;t find any traces of anything remotely malicious.  Wow.  I&#8217;m impressed!</p>
<p>Here&#8217;s the kicker.  Even in the free version, the app will protect not only your browser, but <em><strong>any process spawned by the browser</strong></em>.  Download an attachment from your Gmail account and launch it with Word, and Word automatically inherits the BufferZone protection.  This is huge; even if your webmail provider automatically scans attachments, no scan is perfect.</p>
<p><a href="http://www.makeuseof.com/wp-content/uploads/2008/06/buff2.png"><img class="aligncenter size-full wp-image-2810" title="BufferZone active protection" src="http://www.makeuseof.com/wp-content/uploads/2008/06/buff2.png" alt="Bufferzone at work, guarding Word 2003" /></a></p>
<p><a href="http://www.makeuseof.com/wp-content/uploads/2008/06/buff3.png"><img class="aligncenter size-full wp-image-2813" title="A BufferZone-protected spawned file" src="http://www.makeuseof.com/wp-content/uploads/2008/06/buff3.png" alt="Protection is inherited by this Word doc" /></a></p>
<p>The program worked beautifully in my testing and it&#8217;s footprint wasn&#8217;t even noticable.  For a free application with such terrific security potential, <a href="http://trustware.com/virtualization/free.html">BufferZone Free</a> is definitely worth a download.  If you&#8217;re still not convinced, try out <a href="http://www.trustware.com/virtualization/Bufferzone_proof_of_concept.html">Trustware&#8217;s proof of concept</a>.</p>
<p>If you&#8217;ve tried BufferZone, what do you think of it?  Got something better that you&#8217;d recommend? Let&#8217;s hear about it!</p>
<p><em>(by) Lee Mathews is a blogger who writes to share downloads, links, and tech advice with other slightly frustrated people at <a href="http://www.unsightful.com">Unsightful.com</a>.</em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/fake-antivirus-and-spyware-removals-to-stay-away-from/" title="Detect Fake Antivirus software &#038; Spyware Removal programs (May 16, 2009)">Detect Fake Antivirus software &#038; Spyware Removal programs</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/browse-safely-avoid-viruses-spyware-with-hhott/" title="Browse Safely &#038; Avoid Viruses &#038; Spyware With HHOTT (January 22, 2009)">Browse Safely &#038; Avoid Viruses &#038; Spyware With HHOTT</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/7-security-tools-you-absolutely-must-have/" title="7 Essential Security Downloads You MUST Have Installed (February 26, 2009)">7 Essential Security Downloads You MUST Have Installed</a> (54)</li>
	<li><a href="http://www.makeuseof.com/tag/three-firefox-securityprivacy-add-ons-that-can-co-exist/" title="Three Firefox Security &#038; Privacy Add-ons that can Co-exist (June 30, 2009)">Three Firefox Security &#038; Privacy Add-ons that can Co-exist</a> (23)</li>
	<li><a href="http://www.makeuseof.com/tag/steadystate-mess-up-reboot-and-everything-is-fixed/" title="SteadyState &#8211; Mess up, Reboot &#038; Everything Is Fixed! (July 5, 2008)">SteadyState &#8211; Mess up, Reboot &#038; Everything Is Fixed!</a> (20)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/trustware-bufferzone-virtualized-browsing/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Free Open Source Counterparts of Windows Software</title>
		<link>http://www.makeuseof.com/tag/free-open-source-counterparts-of-windows-software/</link>
		<comments>http://www.makeuseof.com/tag/free-open-source-counterparts-of-windows-software/#comments</comments>
		<pubDate>Wed, 28 May 2008 22:49:31 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[better alternatives]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=2479</guid>
		<description><![CDATA[ Why would you want to have Open Source software on your computer? Let&#8217;s consider a few reasons:


(1) First reason that every one thinks of is that Open Source software is free of cost, well it certainly is about 95% of the time but it can be paid too although the license will be less [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/05/opensource.gif" alt="open source logo" align="left" /> Why would you want to have Open Source software on your computer? Let&#8217;s consider a few reasons:</p>
<table>
<tr>
<td>(1) First reason that every one thinks of is that Open Source software is free of cost, well it certainly is about 95% of the time but it can be paid too although the license will be less restrictive. Nevertheless it can save you hundreds of dollars.</td>
<td>
<script type="text/javascript"><!--
digg_url="http://digg.com/software/Free_Open_Source_Counterparts_of_Windows_Software ";
// --></script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></td>
</tr>
</table>
<p>(2) Another often overlooked aspect is that you can have full access to the source code of the software. This is a great blessing for someone who needs the ultimate customization.</p>
<p>(3) You can actually help in the development by fixing bugs, releasing your changes to the code (in accordance with the license of course).</p>
<p>(4) They may also offer more features then their commercial counterparts.</p>
<p align="justify">With that out of the way, lets get to the fun part and lets save some bucks. I will be giving information on my personal favorites (which would generally mean BETTER) open source replacements. There are however other choices as well, so drop a line or two if our choices differ!</p>
<p><strong>Microsoft Office ==&gt; OpenOffice<br />
</strong>OpenOffice provides a great alternative to Microsoft Office. The complete suite comes with a word processor (Writer), spreadsheet (Calc), presentation (Impress), drawing and graphing tool (Draw), tool for creating equations and formulae (Math) and finally a database tool which also builds reports and forms (Base). All components are multi-platform and multilingual. Its available for Windows, Linux, Mac and Solaris.<br />
<a href="http://download.openoffice.org/index.html">Download here</a></p>
<p><strong>Microsoft Outlook Express ==&gt; Mozilla Thunderbird<br />
</strong>Thunderbird is a full-featured open source email client which provides an excellent open source alternative to all commercial email clients. Thunderbird offers a large features set, some of which  are: support for POP and IMAP, built-in RSS support and spell checking. Thunderbird also has an integrated usenet news reader. The user-interface is completely customizable. Did I mention the <a href="http://www.makeuseof.com/tag/10-must-have-thunderbird-addons-25-more/">many add-ons you can have</a>?<br />
<a href="http://www.mozilla.com/thunderbird/">Download here</a></p>
<p><strong>Microsoft Internet Explorer ==&gt; Mozilla Firefox (Relax, I know you are using it)<br />
</strong>Firefox needs no introduction, still I will try &#8211; Firefox is an advanced browser built with its roots in the old Netscape browser. Today Firefox offers <a href="http://www.makeuseof.com/tag/too-many-tabs-firefox-add-ons-to-manage-a-tab-jam/">tabbed browsing</a>, live bookmarks, many search extensions and many other extensions and toolbars. The support for Firefox by commercial companies is growing &#8211; and this is clearly seen by the number of extensions/toolbars they develop. So how did I do?<br />
<a href="http://www.mozilla.com/en-US/firefox/">Download here</a></p>
<p><strong>Winzip or WinRAR ==&gt; 7-Zip<br />
</strong>7-Zip is an excellent file archiver that can easily replace Winzip and WinRAR on your machine. It has a high compression ratio. It supports the following formats for packing/unpacking: 7z, ZIP, GZIP, BZIP2 and TAR &#8211; and the following for unpacking only: RAR, CAB, ARJ, LZH, CHM, Z, CPIO, RPM and DEB. It integrates well into the Windows shell( right click menu). Also 7-Zip is available in 60 languages.<br />
<a href="http://www.7-zip.org/download.html">Download here</a></p>
<p><strong>Microsoft Visio ==&gt; Dia<br />
</strong>Dia can be used to draw many different kinds of diagrams. It currently has special objects to help draw entity relationship diagrams, UML diagrams, flow charts, network diagrams, and simple circuits. It is also possible to add support for new shapes by writing simple XML files, using a subset of SVG to draw the shape. It can load and save diagrams to a variety of formats<br />
<a href="http://live.gnome.org/Dia/Download">Download here</a></p>
<p><strong>JetBrains IntelliJ IDEA or Other Commercial IDE&#8217;s ==&gt; Eclipse<br />
</strong>Java based IDE which aims to be a universal development toolkit. Even though it has it&#8217;s roots in Java eclipse&#8217;s plug-in base allows it to edit files for almost any environment including but not limited web, c/c++ and of course Java.<br />
<a href="http://www.eclipse.org/downloads/">Download here</a></p>
<p><strong>Nero ==&gt; InfraRecorder<br />
</strong>InfraRecorder is an easy to use CD and DVD burner application. It supports virtually all different formats including rewritable disc, multi-session disc and dual-layer DVDs. Also audio CDs can be created with just a few simple drag  drops in InfraRecorder. Other important features include disc copying, audio CD ripping and ISO generation and burning images. InfraRecorder is available in more than 20 languages.<br />
<a href="http://infrarecorder.sourceforge.net/?page_id=5">Download here</a></p>
<div>
<p align="justify"><strong><img src="http://www.makeuseof.com/wp-content/uploads/2008/05/1536393429_aa890fa816.png" alt="" width="500" height="313" /></strong></p>
</div>
<p><strong>VMware or Microsoft Virtual PC ==&gt; VirtualBox<br />
</strong>VirtualBox allows you to run a guest operating system on your PC, in this case either Windows or Linux based. The guest operating system support covers most Windows (including Vista) and Linux versions. VirtualBox is a very stable tool. I have run Ubuntu inside Windows without any problems. Networking, Clipboard, Disk Management are all seamless.<br />
<a href="http://www.virtualbox.org/wiki/Downloads">Download here</a></p>
<p><strong>Microsoft Remote Desktop for Windows ==&gt; TightVNC<br />
</strong>TightVNC is an open source remote desktop application. It allows you to control a graphical user session on a machine remotely through the network. Both VNC server and client runs on multiple platforms. You just need to run the server on the machine you want to access and use the TightVNC viewer to access the system remotely. Some extra features like send special key strokes, file transfers and fullscreen view are also very handy.<br />
<a href="http://www.tightvnc.com/download.html">Download here</a></p>
<p><strong>Microsoft Internet Information Services ==&gt; Apache HTTP Server<br />
</strong>Apache HTTP Server is  the most deployed and used web server on the Internet. It is always up-to-date with the latest HTTP standards &#8211; and runs on any modern operating system. Apache is secure. There are plenty of extendable modules available that make it even more lucrative choice to the MS IIS. Not to mention the packages that bundle together Apache, perl, php, Mysql, Filezilla, Mercury mail. Definitely one of my personal favorites.<br />
<a href="http://httpd.apache.org/download.cgi">Download here </a></p>
<p align="justify">Pheew.. that&#8217;s some information. But wait I am not finished yet, keep visiting often and check back because soon we will be replacing the complete Adobe Creative Suite with open source software!</p>
<p align="justify"><em>(By) Varun Kashyap &#8211; &#8220;A Tech Enthusiast, Programmer and Blogger&#8221;. Check out &#8220;Varun Kashyap&#8217;s Tech Crazy Blog&#8221; <a href="http://varunkashyap.wordpress.com"> here </a></em></p>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/steadystate-mess-up-reboot-and-everything-is-fixed/" title="SteadyState &#8211; Mess up, Reboot &#038; Everything Is Fixed! (July 5, 2008)">SteadyState &#8211; Mess up, Reboot &#038; Everything Is Fixed!</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/enhance-or-replace-integrated-windows-applications-with-these-great-alternatives/" title="8 Better Alternatives To Common Windows Apps (December 7, 2008)">8 Better Alternatives To Common Windows Apps</a> (68)</li>
	<li><a href="http://www.makeuseof.com/tag/windows-live-mesh-get-your-data-on-any-pc-from-any-device/" title="Windows Live Mesh: Get your Data on any PC from any Device (May 2, 2008)">Windows Live Mesh: Get your Data on any PC from any Device</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/vista-switcher-replace-windows-alt-tab-with-something-cooler/" title="Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler (October 21, 2009)">Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/utilizing-windows-search-part-1-2/" title="Utilizing Windows Search 4.0 (Part 1) (June 23, 2008)">Utilizing Windows Search 4.0 (Part 1)</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/free-open-source-counterparts-of-windows-software/feed/</wfw:commentRss>
		<slash:comments>62</slash:comments>
		</item>
		<item>
		<title>How To Map a Local Windows Folder to a Drive Letter</title>
		<link>http://www.makeuseof.com/tag/how-to-map-a-local-windows-folder-to-a-drive-letter/</link>
		<comments>http://www.makeuseof.com/tag/how-to-map-a-local-windows-folder-to-a-drive-letter/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 00:49:44 +0000</pubDate>
		<dc:creator>Dave Drager</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/tag/how-to-map-a-local-windows-folder-to-a-drive-letter/</guid>
		<description><![CDATA[Why would you want to map a folder to a drive letter? Maybe some folder you work with constantly is hidden under a convoluted folder structure, like:

&#8216;U:\Data\User Files\Shared\Clients\VIPClient\Pensky File\Project 232\&#8217;

Wouldn&#8217;t it be easier to refer to it as: R:\ ?
This is pretty common to do with network locations under Tools -&#62; Map Network Drive. However [...]]]></description>
			<content:encoded><![CDATA[<p>Why would you want to map a folder to a drive letter? Maybe some folder you work with constantly is hidden under a convoluted folder structure, like:</p>
<ul>
&#8216;U:\Data\User Files\Shared\Clients\VIPClient\Pensky File\Project 232\&#8217;
</ul>
<p>Wouldn&#8217;t it be easier to refer to it as: R:\ ?</p>
<p>This is pretty common to do with network locations under Tools -&gt; Map Network Drive. However I didn&#8217;t know of a way to do this with local folders until recently. You can either do it via command line or use a simple program known as Visual Subst.</p>
<p><strong>(1) Using &#8220;subst&#8221; command</strong></p>
<p>Under Windows, there is a legacy dos command named &#8220;subst&#8221;:</p>
<blockquote>
<p><em> C:\&gt;subst /?<br />
Associates a path with a drive letter.</em></p>
<p><em><br />
SUBST [drive1: [drive2:]path]<br />
SUBST drive1: /D<br />
</em></p>
<p><em><br />
drive1: Specifies a virtual drive to which you want to assign a path.<br />
[drive2:]path Specifies a physical drive and path you want to assign to<br />
a virtual drive.<br />
/D Deletes a substituted (virtual) drive.<br />
</em></p>
<p><em>Type SUBST with no parameters to display a list of current virtual drives.</em></p>
<p><em>C:\&gt;</em>
</p></blockquote>
<p><strong>(2) Visual Subst</strong></p>
<p>Fortunately there is an easier way to utilize this command than having to remember the command line every time you want to use your files. The free windows program <a href="http://www.ntwind.com/software/utilities/visual-subst.html">Visual Subst</a> will manage these drives for you.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/04/visualsubst.png" alt="VisualSubst" /></p>
<p>This program will not only allow you to create these &#8216;Virtual Drives&#8217; but will also set them up on reboot.</p>
<p>From their site, download the installer if you plan on having it apply the virtual drives on startup. That way, it will install a start menu link for you and give you ready access to all virtual drives.</p>
<p>For anyone who works with a long folder name constantly, you will find that this really helps out when you are dealing with anything that needs to access these folders a lot!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/speed-up-file-copyn-paste-with-piky-basket/" title="Speed up file Copy&#8217;n Paste with Piky Basket (March 24, 2008)">Speed up file Copy&#8217;n Paste with Piky Basket</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/3-steps-to-an-organized-desktop/" title="3 Steps to an Organized Desktop (February 13, 2008)">3 Steps to an Organized Desktop</a> (33)</li>
	<li><a href="http://www.makeuseof.com/tag/winhack-how-to-change-the-windows-start-button-win-xp/" title="WinHack &#8211; How to Change the Windows Start Button (Win XP) (September 19, 2008)">WinHack &#8211; How to Change the Windows Start Button (Win XP)</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/windows-system-tools-at-your-fingertips-with-fastkake/" title="Windows System Tools at your Fingertips with FastKake (March 26, 2008)">Windows System Tools at your Fingertips with FastKake</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/useful-windows-registry-tweaks-part-2/" title="Windows Registry Tweaks (Part 2) (September 13, 2007)">Windows Registry Tweaks (Part 2)</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-map-a-local-windows-folder-to-a-drive-letter/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
