<?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>Make Tech Easier &#187; windows</title>
	<atom:link href="http://maketecheasier.com/tag/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Create a Virtual Machine of Your Existing Windows Operating System</title>
		<link>http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12</link>
		<comments>http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12#comments</comments>
		<pubDate>Thu, 12 Nov 2009 13:35:57 +0000</pubDate>
		<dc:creator>Soumen Halder</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[vhd]]></category>
		<category><![CDATA[virtual machines]]></category>
		<category><![CDATA[virtual pc]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=8325</guid>
		<description><![CDATA[A virtual machine is a software, that lets you create and run a separate operating system in your existing computer system. You can boot the virtual machine from the parent operating system and run just like another software application.
For example: If you are using Windows xp, you can install popular virtualization software like Windows virtual [...]<p><strong><a href="http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12">How to Create a Virtual Machine of Your Existing Windows Operating System</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28' rel='bookmark' title='Permanent Link: How to Create a Ubuntu Virtual Machine With QEMU Manager'>How to Create a Ubuntu Virtual Machine With QEMU Manager</a></li><li><a href='http://maketecheasier.com/how-to-dual-boot-win-vista-with-windows-7/2009/01/11' rel='bookmark' title='Permanent Link: How to Dual Boot Windows Vista And Windows 7'>How to Dual Boot Windows Vista And Windows 7</a></li><li><a href='http://maketecheasier.com/get-virtual-desktops-on-windows/2008/08/28' rel='bookmark' title='Permanent Link: Get Virtual Desktops On Windows'>Get Virtual Desktops On Windows</a></li><li><a href='http://maketecheasier.com/share-your-virtualbox-vm-across-different-os/2008/09/30' rel='bookmark' title='Permanent Link: Share Your Virtualbox VM Across Different OS'>Share Your Virtualbox VM Across Different OS</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://images.maketecheasier.com/2009/11/disktovhd-windows.jpg" alt="disktovhd-windows" width="161" height="139" />A virtual machine is a software, that lets you create and run a separate operating system in your existing computer system. You can boot the virtual machine from the parent operating system and run just like another software application.</p>
<p>For example: If you are using Windows xp, you can install popular virtualization software like <a href="http://www.microsoft.com/windows/virtual-pc/" target="_blank">Windows virtual PC</a>, <a href="http://www.vmware.com/" target="_blank">Vmware workstation</a> to create a virtual machine within your current operating system. Now in that virtual machine, you can install any operating system e.g Windows xp, vista. You can run these operating systems in a new explorer window within Windows xp.</p>
<p>The problem with virtual machines is that you have to install an operating system from scratch. This includes loading the operating system from cd or dvd, installing all the drivers and system software etc. This can be very time consuming and is not a quick job.</p>
<h3>How to Convert your Existing Operating System into a Virtual Machine</h3>
<p>Microsoft has a free application named <a href="http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx" target="_blank">Disk2vhd</a>, which can create a virtual machine of your existing operating system. The utility is a portable application and does not require any installation. You can run the virtual machine on any computer you want.</p>
<p>Following are the steps involved to create the virtual machine of your existing Windows operating system:</p>
<p>1. Download the Zip file (751 Kb) and extract it. After that, just run the <em>Disktovhd. exe</em>.</p>
<p>2. The application will show you the available drives in your computer.</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/11/disktovhd-select-drives.png" alt="disktovhd-select-drives" width="431" height="350" /></p>
<p>3. Select the drive which you want to migrate as a virtual machine. In this case, i would want to create a virtual machine for my Vista installation, hence i have selected the D drive.</p>
<p>4. Specify the path where you want to save the virtual hard drive (vhd) file. The file would be of large size and almost equal to the size of the operating system drive.</p>
<p>5. Hit the <strong>Create</strong> button. It would take some time to create the vhd file (mine took 25 minutes).</p>
<p>The software will clone a virtual hard disk of the drive selected and save it in specified location. After the vhd file has been created, you can use any virtualization software to mount the virtual hard disk and run the operating system as a virtual machine.</p>
<p>For example: I mounted the virtual hard disk on <a href="http://www.microsoft.com/windows/virtual-pc/" target="_blank">Microsoft Virtual PC</a> and ran Windows Vista as a virtual machine under Windows xp. The software can convert the chosen hard drive into a vhd file, even if it is under use.</p>
<h3>How can the Virtual machine be useful</h3>
<p>Using a virtual machine has many advantages, especially when you are tech savy. Consider you are working in Windows xp and need to test a small Windows application compatible with Windows vista only. In that case you have to boot your system and start Windows vista again. A virtual hard disk of vista will come in handy here as you can start testing the vista compatible application by starting a virtual machine in xp.</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/11/disktovhd-virtual-machine.jpg" alt="virtual-machine" width="285" height="290" /></p>
<p>Another situation where virtual machine can be a real time saver is when you are using multiple computers. Suppose you want to work in your friends computer with all your installed software and applications. In that case, just create a virtual hard drive of your operating system and carry the vhd file in a usb stick. When you are using the friend’s computer, just mount the virtual hard disk and use all your installed software.</p>
<p>Disktovhd can be used to create virtual hard drives of Windows xp, Windows vista, Windows server 2003. If you are using Ubuntu, check out <a href="http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28">how to create an Ubuntu virtual machine</a>.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12">How to Create a Virtual Machine of Your Existing Windows Operating System</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-create-a-ubuntu-virtual-machine-with-qemu-manager/2008/12/28' rel='bookmark' title='Permanent Link: How to Create a Ubuntu Virtual Machine With QEMU Manager'>How to Create a Ubuntu Virtual Machine With QEMU Manager</a></li><li><a href='http://maketecheasier.com/how-to-dual-boot-win-vista-with-windows-7/2009/01/11' rel='bookmark' title='Permanent Link: How to Dual Boot Windows Vista And Windows 7'>How to Dual Boot Windows Vista And Windows 7</a></li><li><a href='http://maketecheasier.com/get-virtual-desktops-on-windows/2008/08/28' rel='bookmark' title='Permanent Link: Get Virtual Desktops On Windows'>Get Virtual Desktops On Windows</a></li><li><a href='http://maketecheasier.com/share-your-virtualbox-vm-across-different-os/2008/09/30' rel='bookmark' title='Permanent Link: Share Your Virtualbox VM Across Different OS'>Share Your Virtualbox VM Across Different OS</a></li><li><a href='http://maketecheasier.com/sync-ipod-touch-with-win-xp-vm-in-ubuntu-intrepid/2008/12/16' rel='bookmark' title='Permanent Link: How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid'>How To Sync iPod Touch With Win XP Virtual Machine In Ubuntu Intrepid</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Easily Create DVD Videos With WinX DVD Author (Free Download)</title>
		<link>http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23</link>
		<comments>http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23#comments</comments>
		<pubDate>Sat, 24 Oct 2009 03:10:31 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[dvd editing]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7878</guid>
		<description><![CDATA[[Windows only] As part of the WinX DVD range of product, Winx DVD Author is a cool tool that allows you to author and create your own DVD easily. For those who are looking for a professional, yet easy to use DVD authoring software, WinX DVD Author could be the one for you.
At MakeTechEasier, we [...]<p><strong><a href="http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23">Easily Create DVD Videos With WinX DVD Author (Free Download)</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/download-easeus-partition-master-for-free-24-hours-only/2009/02/27' rel='bookmark' title='Permanent Link: Download EASEUS Partition Master For Free – 24 Hours Only'>Download EASEUS Partition Master For Free – 24 Hours Only</a></li><li><a href='http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20' rel='bookmark' title='Permanent Link: [Windows] Converting Your Videos To iPhone Format'>[Windows] Converting Your Videos To iPhone Format</a></li><li><a href='http://maketecheasier.com/5-powerful-video-converters-for-mac-that-you-can-use-for-free/2009/01/18' rel='bookmark' title='Permanent Link: 5 Powerful Video Converters For Mac That You Can Use For Free'>5 Powerful Video Converters For Mac That You Can Use For Free</a></li><li><a href='http://maketecheasier.com/download-high-definition-video-with-youtube-downloader/2009/01/17' rel='bookmark' title='Permanent Link: Download High Definition Video With YouTube Downloader'>Download High Definition Video With YouTube Downloader</a></li><li><a href='http://maketecheasier.com/mobile-media-converter-a-cross-platform-no-brainer-media-converter/2009/11/20' rel='bookmark' title='Permanent Link: Mobile Media Converter: A Cross-platform No-Brainer Media Converter'>Mobile Media Converter: A Cross-platform No-Brainer Media Converter</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-7921" title="winx-logo" src="http://images.maketecheasier.com/2009/10/winx-logo.jpg" alt="winx-logo" width="300" height="124" />[Windows only] As part of the WinX DVD range of product, <a href="http://www.winxdvd.com/dvd-author/">Winx DVD Author</a> is a cool tool that allows you to author and create your own DVD easily. For those who are looking for a professional, yet easy to use DVD authoring software, WinX DVD Author could be the one for you.</p>
<p>At MakeTechEasier, we don&#8217;t usually review paid software as we are great believers of free and open source software. However, the WinX DVD team decided to give away a <strong>free 1 year license</strong> (scroll down for the download link), which makes it compelling for us to give this DVD authoring software a second look. And yes, we are not disappointed. Read on for the full review.</p>
<p>One good feature about WinX DVD Author is that it supports a wide variety of video formats such as AVI, ASF, MPEG, MKV, MP4, MOV, RM, RMVB, XIVD, DVIX, H264, OGG, QT (quick time), FLV, etc. Being an authoring tool, you are also able to add subtitle files, create DVD menu, clip video segment and many other useful features.</p>
<p>On the main screen, you can find the various options to manipulate your video files.</p>
<p><img style="border-top-width: 0px;border-left-width: 0px;float: none;border-bottom-width: 0px;margin-left: auto;margin-right: auto;border-right-width: 0px" src="http://images.maketecheasier.com/2009/10/freewinxdvdauthorstartwindow.png" border="0" alt="free-winx-dvd-author-start-window" width="446" height="302" /></p>
<p>You can either:</p>
<ol>
<li>Choose the <em>DVD Author</em> option and run through the wizard to create a DVD from your video file.</li>
<li>Convert the <em>Video to Vob</em> format and store it for later use</li>
<li> Convert existing <em>Vob to DVD</em></li>
<li>and finally, <em>burn the file to DVD</em>.</li>
</ol>
<p>Note that the first option <em>DVD Author</em> is just the combination of point 2, 3 and 4 in few clicks.</p>
<h3>Authoring DVD</h3>
<p>At the DVD Author page, you can see a variety of options to edit your video files.</p>
<p><img class="alignnone size-full wp-image-7916" title="winx-authoring" src="http://images.maketecheasier.com/2009/10/winx-authoring.png" alt="winx-authoring" width="577" height="429" /></p>
<p>Click on the +/- button to add/remove video files.</p>
<p>Change the start/end timeframe of the video.</p>
<p>Click on the subtitle button beside the track to add subtitle files.</p>
<p>Change the output resolution and check if you want to include DVD menu. There is also a one-click button for you to change between DVD-5 and DVD-9 format.</p>
<h3>DVD title &amp; chapter menu editing</h3>
<p><img class="alignnone size-full wp-image-7917" title="winx-create-menu" src="http://images.maketecheasier.com/2009/10/winx-create-menu.jpg" alt="winx-create-menu" width="577" height="393" /></p>
<p>Authoring the DVD Title &amp; chapter menu is quite cool. Select background pictures, music and add texts that you may need to customize your DVD menu.</p>
<h3>Burning DVD</h3>
<p><img class="alignnone size-full wp-image-7918" title="winx-burn-dvd" src="http://images.maketecheasier.com/2009/10/winx-burn-dvd.jpg" alt="winx-burn-dvd" width="548" height="440" /></p>
<p>Burning your edited video file to DVD is as simple as choosing the DVD-writer as the Device name and click on the Start button.</p>
<h3>Suggestions for improvement:</h3>
<h3>Add text/tooltips to button</h3>
<p>Most of the buttons found in the UI are graphical and does not come with any text description. The developers might feel that the graphic icons are self-explanatory, but I have completely no idea about the functionality of each button until I clicked on it.</p>
<h3>Specifying supported video formats</h3>
<p><img class="alignnone size-full wp-image-7919" title="winx-supported-formats" src="http://images.maketecheasier.com/2009/10/winx-supported-formats.jpg" alt="winx-supported-formats" width="461" height="108" /></p>
<p>It will be great if the developers can specify the individual supported file formats rather than just listing a <em>Supported Formatted Files</em> in the selection dropdown.</p>
<h3>Add support for SWF</h3>
<p>Not sure if this is too much to ask for, but it will be great if it can support SWF file.</p>
<h3>Ability to create ISO images</h3>
<p>ISO format? No?</p>
<h3>Download link</h3>
<p>As I mentioned above, this software costs $29.95, but is free to download until 31st Oct 2009. You can grab it at this <a href="http://www.winxdvd.com/specialoffer/oct09.htm" target="_blank">link</a>. This is the fully functional and licensed version, not the trial copy, so grab it while it is available.</p>
<p>The WinX DVD Author works in Windows XP, Vista and 7.</p>
<p><em>Thanks to Viola for sharing with us this promotion.</em></p>
<p><a href="http://www.winxdvd.com/specialoffer/oct09.htm" target="_blank">Download WinX DVD Author</a></p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23">Easily Create DVD Videos With WinX DVD Author (Free Download)</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/download-easeus-partition-master-for-free-24-hours-only/2009/02/27' rel='bookmark' title='Permanent Link: Download EASEUS Partition Master For Free – 24 Hours Only'>Download EASEUS Partition Master For Free – 24 Hours Only</a></li><li><a href='http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20' rel='bookmark' title='Permanent Link: [Windows] Converting Your Videos To iPhone Format'>[Windows] Converting Your Videos To iPhone Format</a></li><li><a href='http://maketecheasier.com/5-powerful-video-converters-for-mac-that-you-can-use-for-free/2009/01/18' rel='bookmark' title='Permanent Link: 5 Powerful Video Converters For Mac That You Can Use For Free'>5 Powerful Video Converters For Mac That You Can Use For Free</a></li><li><a href='http://maketecheasier.com/download-high-definition-video-with-youtube-downloader/2009/01/17' rel='bookmark' title='Permanent Link: Download High Definition Video With YouTube Downloader'>Download High Definition Video With YouTube Downloader</a></li><li><a href='http://maketecheasier.com/mobile-media-converter-a-cross-platform-no-brainer-media-converter/2009/11/20' rel='bookmark' title='Permanent Link: Mobile Media Converter: A Cross-platform No-Brainer Media Converter'>Mobile Media Converter: A Cross-platform No-Brainer Media Converter</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Organize Windows Folders and Applications in Multiple Tabs</title>
		<link>http://maketecheasier.com/organize-windows-folders-and-applications-in-multiple-tabs/2009/10/10</link>
		<comments>http://maketecheasier.com/organize-windows-folders-and-applications-in-multiple-tabs/2009/10/10#comments</comments>
		<pubDate>Sat, 10 Oct 2009 12:00:55 +0000</pubDate>
		<dc:creator>Soumen Halder</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[tabber]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7631</guid>
		<description><![CDATA[
Imagine a situation when you have a lot of applications and windows open and you have to constantly switch different windows. This takes away the focus from your work and kills your precious time. What if we could arrange all the windows folders and running applications in tabs just as we open multiple websites in [...]<p><strong><a href="http://maketecheasier.com/organize-windows-folders-and-applications-in-multiple-tabs/2009/10/10">How To Organize Windows Folders and Applications in Multiple Tabs</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/display-hidden-files-and-folders-in-windows/2009/09/05' rel='bookmark' title='Permanent Link: How To Display Hidden Files and Folders In Windows'>How To Display Hidden Files and Folders In Windows</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/access-windows-live-skydrive-from-your-desktop/2009/06/02' rel='bookmark' title='Permanent Link: How To Access Windows Live Skydrive From Your Desktop'>How To Access Windows Live Skydrive From Your Desktop</a></li><li><a href='http://maketecheasier.com/how-to-open-numerous-applications-with-one-click/2008/12/29' rel='bookmark' title='Permanent Link: How To Open Numerous Applications With One Click'>How To Open Numerous Applications With One Click</a></li><li><a href='http://maketecheasier.com/tweak-your-windows-with-ultimate-windows-tweaker/2009/05/14' rel='bookmark' title='Permanent Link: Tweak Your Windows With Ultimate Windows Tweaker'>Tweak Your Windows With Ultimate Windows Tweaker</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/10/wintabber-main.jpg" alt="wintabber-main" width="577" height="210" /></p>
<p>Imagine a situation when you have a lot of applications and windows open and you have to constantly switch different windows. This takes away the focus from your work and kills your precious time. What if we could arrange all the windows folders and running applications in tabs just as we open multiple websites in Firefox?</p>
<p>Earlier we have used QTtabbar, which lets you <a href="http://maketecheasier.com/import-tab-features-to-your-window-explorer/2008/01/17">import tabbed features to your windows explorer</a> but <a href="http://www.wintabber.com/" target="_blank">WinTabber</a> is even more useful. It is a free desktop tool for windows that lets you organize open windows and running applications in tabs. All the open folders can be grouped together which keeps your desktop clean and uncluttered. Another advantage of using tabbed applications is that you get a lot of space in the taskbar and the running applications do not get huddled together. (also see : <a href="http://maketecheasier.com/10-firefox-extensions-for-better-tab-management/2008/12/23">useful Firefox extensions for better tab management</a>)</p>
<p>Earlier my desktop used to contain a lot of open applications and took me quite a lot of time to figure out a particular program or window. Here is how my desktop looked</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/wintabber-uncluttered-deskt.jpg" alt="windows-uncluttered-desktop" width="575 height="412" /></p>
<p>After using WinTabber the same desktop looks quite different.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/wintabber-desktop.jpg" alt="wintabber-desktop" width="575" height="414" /></p>
<p>As you can see, all the running programs and open folders are neatly organized in multiple tabs under one common explorer window. You can open almost any program in a new tab. This may include your browser,Microsoft word,command prompt or even a video playing in your favorite media player.</p>
<h3>How does WinTabber work ?</h3>
<p>Nothing that geeky. Following are the steps involved to use WinTabber :</p>
<p>1. Start the application and open a new tab or a new window.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/wintabber-new-app.jpg" alt="new-application-tab-wintabber" width="231" height="127" /></p>
<p>2. WinTabber will ask you which applications and folders you want to dock. Select the desired applications which you want to group together.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/wintabber-tabs.jpg" alt="select-windows-wintabber-tabs" width="422" height="232" /></p>
<p>3. The selected applications will open in a new tab inside the WinTabber window. You can drag and rearrange the tabs and change the position just as you do with Firefox tabs.</p>
<p>4. You can run multiple instances of WinTabber simultaneously. So if you are working on different browsers then open a new WinTabber window and dock all the browsers together. Similarly you can group all the open folders in another WinTabber window and so on.</p>
<p>5. <em>Ctrl + tab</em> moves to the next tab while <em>Shift +tab</em> takes you to the previous tab.</p>
<p>6. You can release a particular window or you can release all of them with a single click. If you want to close all the applications just hit “Remove and close all”.</p>
<p>7. If you have a large number of tabs open,you can compress the appearance of tabs just as it appears in Google chrome. Go to<em> View&#8211;&gt;Tab layout—&gt;Compressed</em> and it’s done.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/wintabber-compressed-tabs.jpg" border="0" alt="compressed-tabs-wintabber" width="308" height="110" /></p>
<p>8. There are quite a handful of themes to choose from so that you can give the tabbed environment your own feel. Personally, I like the Office 2007 theme.</p>
<p>There are two editions of WinTabber available for use. One is Free while the other one requires a one time registration fee of $5. The registered version allows you to open an unlimited number of tabs while the free edition limits you to a maximum of 4 tabs. Here is a quick rundown of all the features of WinTabber.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/10/wintabber-features.png" alt="wintabber-features" width="448" height="397" /></p>
<h3>Other Tabbed applications for Windows</h3>
<p>1. <a href="http://www.windowtabs.com/">Window tabs</a>: This app is quite similar to WinTabber. It lets you group similar windows and programs into a tabbed interface. Comes with a licensed version as well a free one.</p>
<p>2. <a href="http://zabkat.com/x2lite.htm">Xplorer2</a> : Instead of organizing the open folders in tabs, Xplorer2 adds multiple panes in your windows explorer so that you can work on different folders at the same time.</p>
<p>Do you use any of the apps that we have discussed here? Do share your thoughts and ideas so that we get to know what makes you productive.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/organize-windows-folders-and-applications-in-multiple-tabs/2009/10/10">How To Organize Windows Folders and Applications in Multiple Tabs</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/display-hidden-files-and-folders-in-windows/2009/09/05' rel='bookmark' title='Permanent Link: How To Display Hidden Files and Folders In Windows'>How To Display Hidden Files and Folders In Windows</a></li><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/access-windows-live-skydrive-from-your-desktop/2009/06/02' rel='bookmark' title='Permanent Link: How To Access Windows Live Skydrive From Your Desktop'>How To Access Windows Live Skydrive From Your Desktop</a></li><li><a href='http://maketecheasier.com/how-to-open-numerous-applications-with-one-click/2008/12/29' rel='bookmark' title='Permanent Link: How To Open Numerous Applications With One Click'>How To Open Numerous Applications With One Click</a></li><li><a href='http://maketecheasier.com/tweak-your-windows-with-ultimate-windows-tweaker/2009/05/14' rel='bookmark' title='Permanent Link: Tweak Your Windows With Ultimate Windows Tweaker'>Tweak Your Windows With Ultimate Windows Tweaker</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/organize-windows-folders-and-applications-in-multiple-tabs/2009/10/10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac: Manage Your App Windows More Efficiently With Windowshade X</title>
		<link>http://maketecheasier.com/mac-manage-your-app-windows-more-efficiently-with-windowshade-x/2009/09/20</link>
		<comments>http://maketecheasier.com/mac-manage-your-app-windows-more-efficiently-with-windowshade-x/2009/09/20#comments</comments>
		<pubDate>Sun, 20 Sep 2009 12:30:00 +0000</pubDate>
		<dc:creator>Trevor Dobrygoski</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[on top]]></category>
		<category><![CDATA[produivity]]></category>
		<category><![CDATA[transparent]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows shade]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=7235</guid>
		<description><![CDATA[A few months ago, Damien wrote a post about the need to keep windows open on top of others for better productivity. While Afloat for Mac does exactly that, Windowshade X does a little bit more. 
WindowShade X is a small software (3.3MB) with plenty of great and useful features that allow you to manage [...]<p><strong><a href="http://maketecheasier.com/mac-manage-your-app-windows-more-efficiently-with-windowshade-x/2009/09/20">Mac: Manage Your App Windows More Efficiently With Windowshade X</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-manage-your-email-more-efficiently-with-postbox/2009/06/17' rel='bookmark' title='Permanent Link: How to Manage Your Email More Efficiently With Postbox'>How to Manage Your Email More Efficiently With Postbox</a></li><li><a href='http://maketecheasier.com/afloat-22-adds-new-features/2009/11/05' rel='bookmark' title='Permanent Link: Afloat 2.2 Adds Support For Snow Leopard and New Features'>Afloat 2.2 Adds Support For Snow Leopard and New Features</a></li><li><a href='http://maketecheasier.com/organize-windows-folders-and-applications-in-multiple-tabs/2009/10/10' rel='bookmark' title='Permanent Link: How To Organize Windows Folders and Applications in Multiple Tabs'>How To Organize Windows Folders and Applications in Multiple Tabs</a></li><li><a href='http://maketecheasier.com/use-zimbra-to-manage-your-email-accounts/2009/01/19' rel='bookmark' title='Permanent Link: How To Use Zimbra To Manage Your Email Accounts'>How To Use Zimbra To Manage Your Email Accounts</a></li><li><a href='http://maketecheasier.com/capture-and-manage-your-screenshots-easily-with-gadwin-print-screen/2009/03/01' rel='bookmark' title='Permanent Link: How To Capture And Manage Your Screenshots Easily In Windows'>How To Capture And Manage Your Screenshots Easily In Windows</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-7255" src="http://images.maketecheasier.com/2009/09/windowshadex-logo.jpg" alt="windowshadex-logo" width="140" height="121" />A few months ago, Damien wrote a post about the need to keep windows open on top of others for better productivity. While <a href="http://maketecheasier.com/mac-keeping-your-application-window-%E2%80%98always-on-top%E2%80%99/2008/07/09">Afloat for Mac</a> does exactly that, Windowshade X does a little bit more. </p>
<p><a href="http://unsanity.com/haxies/wsx" target="_blank">WindowShade X</a> is a small software (3.3MB) with plenty of great and useful features that allow you to manage your application windows more efficiently and quickly. </p>
<h3>Before WindowShade X</h3>
<p>When working with multiple windows on a Mac, you have a couple of options.</p>
<p>* Expose is by far, in my opinion, the most useful native application on a Mac for accessing multiple windows fast.</p>
<p>* Spaces groups open windows into separate work areas.</p>
<p>* Command + M will minimize the open window to the Dock.</p>
<p>While all of these can help manage several open windows, problems still remain. Viewing, quick access, locking a window on top of all others are a few.</p>
<h3>After WindowShade X</h3>
<p>I&#8221;ll give you three guesses what kind of problems WindowShade X solves. If it takes you more than two, your just plain slow. Get a cup of coffee and come back, I&#8217;ll wait here.</p>
<p>Okay, now that everyone here is a little more awake, here we go again.</p>
<h3>Windowshade</h3>
<p>The first solution offered is the namesake of the application. When the title bar of the window is double clicked, the body of the window disappears like a shade. This is great for things that need to be easily accessed, yet out of the way. This feature coupled with Growl notifications are great when using an instant messenger. The message can be read from the pop up notification. If I need to respond, the window is tucked away and easier to get to than if it were in the Dock.</p>
<p><img class="alignnone size-full wp-image-7243" src="http://images.maketecheasier.com/2009/09/windowshadex-windoshade1.jpg" alt="windowshadex-windoshade" width="500" height="49" /></p>
<h3>Transparent Windows</h3>
<p>The next feature you didn&#8217;t know you needed but will fall in love with is making a window transparent. Double clicking the title bar while holding the Ctrl button allows you to see the window(s) behind the one you are working in. The opacity is adjustable in the settings menu. At first I wasn&#8217;t sure I would use this feature a lot. Then I started to make it transparent for no reason just to try it. What I noticed is, I can watch a video playing in the background while I am typing notes. I can look at the cool desktop picture of the day or have a Seesmic open so I can monitor my Twitter feed.</p>
<p><img class="alignnone size-full wp-image-7245" src="http://images.maketecheasier.com/2009/09/windowshadex-transparent.jpg" alt="windowshadex-transparent" width="500" height="375" /></p>
<h3>Minimize-In-Place</h3>
<p>This is probably my favorite of the features. Simply put, it minimizes the open window to the bottom of the screen with a double tap of the Ctrl button. The placement can be changed in the settings menu. I have mine go across the bottom of the screen. What makes this different than using the Command + M shortcut, is you can reopen that same window with another double tap of the Ctrl button. Minimizing a window this way is great if you want to look at something on the page directly behind the open window.</p>
<p><img class="alignnone size-full wp-image-7244" src="http://images.maketecheasier.com/2009/09/windowshadex-minimized.jpg" alt="windowshadex-minimized" width="500" height="101" /></p>
<h3>Keep Windows On Top</h3>
<p>This last feature can be used in combination with the Windowshade and transparent window options. By double tapping the Command button, the window is locked on top of the others. It can be unlocked in the same way. I was amazed at how much time this feature saved me. Some ways you may want to use this feature would be if you are copying and pasting sections of one form to another. Having both windows accessible by clicking back and forth is a huge time saver. Another great use is, when used in combination with the &#8220;Windowshade&#8221;, the shaded windows can float on top of the windows for easy access.</p>
<p><img class="alignnone size-full wp-image-7248" src="http://images.maketecheasier.com/2009/09/windowshadex-ontop.jpg" alt="windowshadex-ontop" width="457" height="88" /></p>
<p>The standard commands for minimizing like Command + M  still work. However, when the standard methods are used in conjunction with these new features, you will be amazed at how much time you wasted toggling between windows before.</p>
<p>Windowshade X is free to try, but costs $13.50 to own. The demo software is fully functional and is available for trial for up to 15 days. <a href="http://unsanity.com/haxies/wsx" target="_blank">Download it here</a>.</p>
<p>How do you manage multiple open windows on your Mac?</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/mac-manage-your-app-windows-more-efficiently-with-windowshade-x/2009/09/20">Mac: Manage Your App Windows More Efficiently With Windowshade X</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-manage-your-email-more-efficiently-with-postbox/2009/06/17' rel='bookmark' title='Permanent Link: How to Manage Your Email More Efficiently With Postbox'>How to Manage Your Email More Efficiently With Postbox</a></li><li><a href='http://maketecheasier.com/afloat-22-adds-new-features/2009/11/05' rel='bookmark' title='Permanent Link: Afloat 2.2 Adds Support For Snow Leopard and New Features'>Afloat 2.2 Adds Support For Snow Leopard and New Features</a></li><li><a href='http://maketecheasier.com/organize-windows-folders-and-applications-in-multiple-tabs/2009/10/10' rel='bookmark' title='Permanent Link: How To Organize Windows Folders and Applications in Multiple Tabs'>How To Organize Windows Folders and Applications in Multiple Tabs</a></li><li><a href='http://maketecheasier.com/use-zimbra-to-manage-your-email-accounts/2009/01/19' rel='bookmark' title='Permanent Link: How To Use Zimbra To Manage Your Email Accounts'>How To Use Zimbra To Manage Your Email Accounts</a></li><li><a href='http://maketecheasier.com/capture-and-manage-your-screenshots-easily-with-gadwin-print-screen/2009/03/01' rel='bookmark' title='Permanent Link: How To Capture And Manage Your Screenshots Easily In Windows'>How To Capture And Manage Your Screenshots Easily In Windows</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/mac-manage-your-app-windows-more-efficiently-with-windowshade-x/2009/09/20/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Display Hidden Files and Folders In Windows</title>
		<link>http://maketecheasier.com/display-hidden-files-and-folders-in-windows/2009/09/05</link>
		<comments>http://maketecheasier.com/display-hidden-files-and-folders-in-windows/2009/09/05#comments</comments>
		<pubDate>Sat, 05 Sep 2009 12:37:06 +0000</pubDate>
		<dc:creator>tehseen</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Hidden]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6946</guid>
		<description><![CDATA[There are a number of reasons why certain files or folders may be hidden in Windows. Firstly, some system files and folders are hidden by default so users don&#8217;t accidentally delete them or change them. This setting comes in from Microsoft. Secondly, you or other users of your computer might have hidden some files and [...]<p><strong><a href="http://maketecheasier.com/display-hidden-files-and-folders-in-windows/2009/09/05">How To Display Hidden Files and Folders In Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/view-docx-files-with-word-viewer-for-windows/2009/04/25' rel='bookmark' title='Permanent Link: View .Docx Files With Word Viewer For Windows'>View .Docx Files With Word Viewer For Windows</a></li><li><a href='http://maketecheasier.com/organize-windows-folders-and-applications-in-multiple-tabs/2009/10/10' rel='bookmark' title='Permanent Link: How To Organize Windows Folders and Applications in Multiple Tabs'>How To Organize Windows Folders and Applications in Multiple Tabs</a></li><li><a href='http://maketecheasier.com/identify-duplicate-files-and-delete-it-with-utmost-care/2009/02/15' rel='bookmark' title='Permanent Link: How To Identify Duplicate Files And Delete It With Utmost Care In Windows'>How To Identify Duplicate Files And Delete It With Utmost Care In Windows</a></li><li><a href='http://maketecheasier.com/tweak-your-windows-with-ultimate-windows-tweaker/2009/05/14' rel='bookmark' title='Permanent Link: Tweak Your Windows With Ultimate Windows Tweaker'>Tweak Your Windows With Ultimate Windows Tweaker</a></li><li><a href='http://maketecheasier.com/run-multiple-instances-of-windows-messanger/2009/08/29' rel='bookmark' title='Permanent Link: How To Run Multiple Instances Of Windows Messanger'>How To Run Multiple Instances Of Windows Messanger</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>There are a number of reasons why certain files or folders may be hidden in Windows. Firstly, some system files and folders are hidden by default so users don&#8217;t accidentally delete them or change them. This setting comes in from Microsoft. Secondly, you or other users of your computer might have hidden some files and folders to protect their confidentiality or to make them more secure.</p>
<p>Here is a refresher again on how to hide a file or a folder.<strong><strong> </strong></strong>For this example I created a folder called <em><strong>secrets</strong></em> in my <em><strong>test </strong></em>folder. I can hide this folder by simply doing a right-click, choosing <em>Properties</em> from the menu and selecting <em>Hidden</em> under the <em>Attributes </em>section. This will hide the folder from all the users.</p>
<p><img class="aligncenter size-full wp-image-6956" src="http://images.maketecheasier.com/2009/09/Vista-hide.png" alt="Vista-hide" width="477" height="495" /></p>
<p>Whatever the reason might be, if you have hidden files or folders, it is not hard at all to display them again. Here&#8217;s how to do it:</p>
<h3>Display Hidden Files in Windows Vista or Windows 7:</h3>
<p>Right now, the folder <em><strong>secret </strong></em>that I created still exists but is not visible to the users. Here&#8217;s how to make it visible.</p>
<p>Once inside your main folder (where the hidden files/folders exist), click on the <em>Organize -&gt; </em><em>Folder and Search Options</em><strong> </strong>from the menu.</p>
<p><img class="aligncenter size-full wp-image-6957" src="http://images.maketecheasier.com/2009/09/vista-display1.png" alt="vista-display1" width="315" height="439" /></p>
<p>Click on the <em>View<strong> </strong></em>tab. These settings control what gets displayed to the users. Towards the middle of the menu, there is an option to control hidden files and folders. By default, it is set to &#8220;<em>Do not show hidden files and folders</em>&#8220;. Change it to &#8220;<em>Show hidden files and folders</em>&#8220;.</p>
<p><img class="aligncenter size-full wp-image-6958" src="http://images.maketecheasier.com/2009/09/vista-display2.png" alt="vista-display2" width="379" height="463" /></p>
<p>Click <em>Apply</em><strong> </strong>and then <em>Ok</em><strong>. </strong>Windows will now display all the hidden files and folders contained in this folder. The exact same instructions apply for Windows 7.</p>
<p>Also note that these settings are global and would apply to all the folders in your hard drive.</p>
<h3>How To Display Hidden Folders in Windows XP:</h3>
<p>For windows XP, simply go to <em>My Computer -&gt; Tools</em><strong> </strong>Menu.</p>
<p>Selecting <em>Folders Options</em> will take to the same folder settings tab that we saw for Vista. Now under the <em>Hidden files and folders<strong> </strong></em>option, choose &#8220;<em>Show hidden files and folders</em>&#8220;. Click <em>Apply</em> and then <em>Ok.</em></p>
<p><img class="aligncenter size-full wp-image-6961" src="http://images.maketecheasier.com/2009/09/xp-display1.png" alt="xp-display1" width="375" height="468" /></p>
<p>Windows XP would now display all hidden files and folders.</p>
<h3>Protected Operating System Files:</h3>
<p>It is important to mention that following the above instructions would display most of the hidden files and folders but would still not display sensitive some protected operating system files. These files are hidden because of the risk they pose if anything is altered in them. However, if you want to display these files as well, uncheck the box titled <em>Hide Protected Operating System Files (Recommended)</em><strong>. </strong>This will display the operating system files within your PC.</p>
<p><img class="aligncenter size-full wp-image-6960" src="http://images.maketecheasier.com/2009/09/vista-systemfiles.png" alt="vista-systemfiles" width="370" height="319" /></p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/display-hidden-files-and-folders-in-windows/2009/09/05">How To Display Hidden Files and Folders In Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/view-docx-files-with-word-viewer-for-windows/2009/04/25' rel='bookmark' title='Permanent Link: View .Docx Files With Word Viewer For Windows'>View .Docx Files With Word Viewer For Windows</a></li><li><a href='http://maketecheasier.com/organize-windows-folders-and-applications-in-multiple-tabs/2009/10/10' rel='bookmark' title='Permanent Link: How To Organize Windows Folders and Applications in Multiple Tabs'>How To Organize Windows Folders and Applications in Multiple Tabs</a></li><li><a href='http://maketecheasier.com/identify-duplicate-files-and-delete-it-with-utmost-care/2009/02/15' rel='bookmark' title='Permanent Link: How To Identify Duplicate Files And Delete It With Utmost Care In Windows'>How To Identify Duplicate Files And Delete It With Utmost Care In Windows</a></li><li><a href='http://maketecheasier.com/tweak-your-windows-with-ultimate-windows-tweaker/2009/05/14' rel='bookmark' title='Permanent Link: Tweak Your Windows With Ultimate Windows Tweaker'>Tweak Your Windows With Ultimate Windows Tweaker</a></li><li><a href='http://maketecheasier.com/run-multiple-instances-of-windows-messanger/2009/08/29' rel='bookmark' title='Permanent Link: How To Run Multiple Instances Of Windows Messanger'>How To Run Multiple Instances Of Windows Messanger</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/display-hidden-files-and-folders-in-windows/2009/09/05/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Free and Useful AntiVirus Software for Windows</title>
		<link>http://maketecheasier.com/3-free-and-useful-antivirus-software-for-windows/2009/09/01</link>
		<comments>http://maketecheasier.com/3-free-and-useful-antivirus-software-for-windows/2009/09/01#comments</comments>
		<pubDate>Tue, 01 Sep 2009 12:25:00 +0000</pubDate>
		<dc:creator>Shevonne</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Antivirus]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6721</guid>
		<description><![CDATA[Having a reliable antivirus software is something that every Windows user should have on his/her own computer. However, these antivirus tools are usually very expensive and use up way too much computer memory.
Here are three open source free antivirus software for Windows. They have functionality that will give you the ability to protect your system [...]<p><strong><a href="http://maketecheasier.com/3-free-and-useful-antivirus-software-for-windows/2009/09/01">3 Free and Useful AntiVirus Software for Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/a-quick-look-at-microsoft-security-essentials-free-antivirus-software/2009/06/24' rel='bookmark' title='Permanent Link: A Quick Look At Microsoft Security Essentials Free Antivirus Software'>A Quick Look At Microsoft Security Essentials Free Antivirus Software</a></li><li><a href='http://maketecheasier.com/fileinspect-windows-processes-in-your-computer/2009/07/15' rel='bookmark' title='Permanent Link: FileInspect: Learn the Truth About Windows Processes Running In Your Computer'>FileInspect: Learn the Truth About Windows Processes Running In Your Computer</a></li><li><a href='http://maketecheasier.com/maintain-up-to-date-software-in-your-pc-with-sumo/2009/01/07' rel='bookmark' title='Permanent Link: Maintain Up-To-Date Software In Your PC With SUMo'>Maintain Up-To-Date Software In Your PC With SUMo</a></li><li><a href='http://maketecheasier.com/download-easeus-partition-master-for-free-24-hours-only/2009/02/27' rel='bookmark' title='Permanent Link: Download EASEUS Partition Master For Free – 24 Hours Only'>Download EASEUS Partition Master For Free – 24 Hours Only</a></li><li><a href='http://maketecheasier.com/easy-ways-to-keep-your-pc-running-smoothly/2008/01/08' rel='bookmark' title='Permanent Link: Easy Ways to Keep Your PC Running Smoothly'>Easy Ways to Keep Your PC Running Smoothly</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://images.maketecheasier.com/2009/08/antivirus-screenshot.jpg" alt="antivirus screenshot" width="392" height="115" />Having a reliable antivirus software is something that every Windows user should have on his/her own computer. However, these antivirus tools are usually very expensive and use up way too much computer memory.</p>
<p>Here are three <s>open source</s> free antivirus software for Windows. They have functionality that will give you the ability to protect your system and information the same way as paid antivirus software.<br />
<strong>Note:</strong> Remember that it is very important to keep it up-to-date because there are different viruses popping up every day.</p>
<h3>1. <a href="http://www.clamwin.com/">ClamWin</a></h3>
<p>ClamWin is a standalone, open source virus scanner with a scanning scheduler. It gets the job done by scanning and removing harmful malware that could affect your system. One of the great features is that it automatically downloads updates to fight and prevent new viruses that have appeared after you initially install the software. ClamWin is the most simplest of the three antivirus software.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/08/antivirus-clamwin.gif" alt="clamwin_scan" width="568" height="399" /></p>
<p>Another useful functionality is that it integrates with Windows Explorer; in addition, there is an add-in to Microsoft Outlook to automatically remove virus-infected attachments. It doesn’t have an online scanner, which is not good because the Internet is usually accessed when the computer is on.</p>
<p>Another issue is that there is no automatic way to scan a file for viruses. In order to scan for viruses, you have to manually perform this process. For this antivirus scanner to be useful, you would have to also have an additional scanner that prevents malware from being placed on your system from your internet browser.</p>
<p>To download or find out more information about ClamWin: <a href="http://www.clamwin.com/" target="_blank">http://www.clamwin.com/</a></p>
<h3>2. <a href="http://free.avg.com/">AVG Free</a></h3>
<p>AVG is another antivirus and antispyware software that protects against viruses, spyware, adware, and trojans created for Windows. Like ClamWin, it does automatically scan for new virus definitions daily. It also has an added advantage that it is able to scan online items in a real-time capability. It has a Scheduler that can let you set and change time frames of when the virus scanner should run.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/08/antivirus-avg.gif" alt="avg_scan" width="577" height="512" /></p>
<p>One of the major cons with AVG Free is that it does not protect against identity theft, hacker attacks, infected downloads, infected instant-messaging and spam. If you want to protect your system from these types of attacks, you will have to upgrade to the paid service. Furthermore, the free edition does not give you access to AVG technicians in case you run into a problem, which can be a major flaw because that is something that should be offered, even if you are not paying. AVG Free has useful functionality that can be sufficient in protecting your computer, but it does not fully protect the way it should.</p>
<p>To download or find out more information about AVG Free: <a href="http://free.avg.com/" target="_blank">http://free.avg.com/</a></p>
<h3>3. <a href="http://www.avira.com/">AntiVir Personal 8</a></h3>
<p>AntiVir Personal 8 scans both internal and external hard drives. The antivirus software has the increasingly popular “<em>Advanced Heuristics Analysis and Detection</em>” technology, which provides new levels of virus detection and cleaning by intelligently analyzing whether or not something is a virus. This is something that ClamWin and AVG Free do not have.</p>
<p>Additionally, AntiVir has the capability of allowing users to remove viruses by a one-button removal button. When it opens, AntiVir opens up to an overview of your last scan, last update, and what version you are running. The software has an internal event log that shows a detailed look of the your entire system. There are also reports that you can run to check your system and how well the software is protecting it.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/08/antivirus-avira.gif" alt="avira_scan" width="577" height="411" /></p>
<p>Out of the three software, AntiVir seems to offer more functionality that is similar to paid antivirus software. It does not leave any needed feature out that could allow malware to infect your system.</p>
<p>To download or find out more information about AntiVir Personal 8: <a href="http://www.free-av.de/en/index.html" target="_blank">http://www.free-av.de/en/index.html</a></p>
<h3>Others</h3>
<p>Don&#8217;t forget too about the free <a href="http://maketecheasier.com/a-quick-look-at-microsoft-security-essentials-free-antivirus-software/2009/06/24">Microsoft Security Essential</a> that we have previously covered. While Microsoft has stop the free download, you can still find a copy at <a href="http://www.softpedia.com/progDownload/Microsoft-Security-Essentials-Download-131683.html" target="_blank">Softpedia</a>.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/3-free-and-useful-antivirus-software-for-windows/2009/09/01">3 Free and Useful AntiVirus Software for Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/a-quick-look-at-microsoft-security-essentials-free-antivirus-software/2009/06/24' rel='bookmark' title='Permanent Link: A Quick Look At Microsoft Security Essentials Free Antivirus Software'>A Quick Look At Microsoft Security Essentials Free Antivirus Software</a></li><li><a href='http://maketecheasier.com/fileinspect-windows-processes-in-your-computer/2009/07/15' rel='bookmark' title='Permanent Link: FileInspect: Learn the Truth About Windows Processes Running In Your Computer'>FileInspect: Learn the Truth About Windows Processes Running In Your Computer</a></li><li><a href='http://maketecheasier.com/maintain-up-to-date-software-in-your-pc-with-sumo/2009/01/07' rel='bookmark' title='Permanent Link: Maintain Up-To-Date Software In Your PC With SUMo'>Maintain Up-To-Date Software In Your PC With SUMo</a></li><li><a href='http://maketecheasier.com/download-easeus-partition-master-for-free-24-hours-only/2009/02/27' rel='bookmark' title='Permanent Link: Download EASEUS Partition Master For Free – 24 Hours Only'>Download EASEUS Partition Master For Free – 24 Hours Only</a></li><li><a href='http://maketecheasier.com/easy-ways-to-keep-your-pc-running-smoothly/2008/01/08' rel='bookmark' title='Permanent Link: Easy Ways to Keep Your PC Running Smoothly'>Easy Ways to Keep Your PC Running Smoothly</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/3-free-and-useful-antivirus-software-for-windows/2009/09/01/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to uninstall Internet Explorer 8 from Windows 7</title>
		<link>http://maketecheasier.com/uninstall-internet-explorer-8-from-windows-7/2009/08/30</link>
		<comments>http://maketecheasier.com/uninstall-internet-explorer-8-from-windows-7/2009/08/30#comments</comments>
		<pubDate>Sun, 30 Aug 2009 12:00:47 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[uninstall]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6784</guid>
		<description><![CDATA[ If statistics are anything to go by, Internet Explorer is the biggest and the most popular browser on the Internet. Of course, all of us geeks here know that statistics are not always correct … or fun.
But, well, the truth is that IE owns anywhere between 60-70 percent of the browser market and despite [...]<p><strong><a href="http://maketecheasier.com/uninstall-internet-explorer-8-from-windows-7/2009/08/30">How to uninstall Internet Explorer 8 from Windows 7</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/uninstall-internet-explorer-8-in-vista/2009/08/06' rel='bookmark' title='Permanent Link: How to Uninstall Internet Explorer 8 in Windows Vista'>How to Uninstall Internet Explorer 8 in Windows Vista</a></li><li><a href='http://maketecheasier.com/internet-explorer-8-beta-1-are-you-feeling-excited-iam-not/2008/03/06' rel='bookmark' title='Permanent Link: Internet Explorer 8 Beta 1: Are You Feeling Excited? (I&#8217;am Not!)'>Internet Explorer 8 Beta 1: Are You Feeling Excited? (I&#8217;am Not!)</a></li><li><a href='http://maketecheasier.com/backup-internet-explorer-settings-with-backrex/2008/12/31' rel='bookmark' title='Permanent Link: How To Backup Internet Explorer Settings with BackRex'>How To Backup Internet Explorer Settings with BackRex</a></li><li><a href='http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04' rel='bookmark' title='Permanent Link: How To Uninstall Windows 7 And Return The Partition To Vista'>How To Uninstall Windows 7 And Return The Partition To Vista</a></li><li><a href='http://maketecheasier.com/organize-windows-folders-and-applications-in-multiple-tabs/2009/10/10' rel='bookmark' title='Permanent Link: How To Organize Windows Folders and Applications in Multiple Tabs'>How To Organize Windows Folders and Applications in Multiple Tabs</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://images.maketecheasier.com/2009/08/ie8-logo.jpg" alt="IE8-logo" width="128" height="128" /> If statistics are anything to go by, Internet Explorer is the biggest and the most popular browser on the Internet. Of course, all of us geeks here know that statistics are not always correct … or fun.</p>
<p>But, well, the truth is that IE owns anywhere between 60-70 percent of the browser market and despite it&#8217;s flaws, it&#8217;s still going strong. While most of the geeks have long moved to Firefox, there are millions of Windows users who still swear by IE, not because they like it but because of the simple fact that it is bundled along with their OS &#8211; Windows.</p>
<p>When Microsoft released the latest Incarnation of Internet Explorer, version 8, a couple of months back, it started pushing it as the answer to everyone&#8217;s miseries. Advertisements promoting IE 8 and urging users to upgrade were (and still are) on the Internet, in magazines and on TV. MS also did all it could to force users into installing the latest version of Internet Explorer on their computers by pushing it through windows update as a recommended update.</p>
<p><img class="aligncenter size-full wp-image-6775" src="http://images.maketecheasier.com/2009/08/ie8-screenshot2.png" alt="Internet Explorer" width="311" height="129" /></p>
<p>I agree that IE8 has some pretty nice features and is miles ahead of IE 7 or 6, but for people like me, who have almost completely moved over to firefox, IE just takes up precious space on the computer and is of absolutely no practical use.</p>
<p>And it looks like Microsoft has been thinking the same way as I do.</p>
<p>Windows 7, like all previous versions of Windows is also going to ship with Internet Explorer but Microsoft, faced with a number of legal threats for bundling IE along with Windows, has finally provided an option in Windows 7 to uninstall IE. The only problem is that the option to do so is hidden quite deep and with this post today, I&#8217;ll teach you how to get to it and remove Internet Explorer once and for all from your Windows  7 running PC.</p>
<p>First, of all, <strong>open the Control Panel</strong> and from there go to the <em>Add-Remove</em> programs utility. In Windows 7, this utility is present under the <strong>Programs</strong> heading and named simply, <strong>Uninstall a Program.</strong></p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/08/ie8-screenshot3.jpg" alt="Add-Remove Programs" width="234" height="143" /></p>
<p>On the right hand side of the pane, you’ll see a list of all the programs that you’ve ever installed on your computer but Internet Explorer 8 will not be present in this list. To get to that, look at the left hand pane and you will see a link which says “<strong>Turn windows features on or off”</strong>. Clicking on this link will open a window with a list of all the windows features that you can turn off (or on).</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/08/ie8-screenshot4.jpg" alt="Turn windows features on or off" width="231" height="143" /></p>
<p>Internet Explorer is listed in this window as a feature of Windows and it is turned on by default (denoted by the tick mark against it’s name).</p>
<p><img class="aligncenter" src="http://images.maketecheasier.com/2009/08/ie8-screenshot5.png" alt="Remove Internet Explorer" width="262" height="168" /></p>
<p>To remove Internet Explorer all you have to do is uncheck the Internet Explorer 8 option.</p>
<p>To be fair, this feature only turns Internet Explorer off, which means that it’s still there, but you won’t see it in the programs menu and you won’t be able to run it using the windows Run command also. All links supposed to open in Internet Explorer will fail with a message saying that the application required was not found.</p>
<p>Missing IE ? Turning it back on is simple too, just follow the same procedure and check the tickbox saying Internet Explorer 8.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/uninstall-internet-explorer-8-from-windows-7/2009/08/30">How to uninstall Internet Explorer 8 from Windows 7</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/uninstall-internet-explorer-8-in-vista/2009/08/06' rel='bookmark' title='Permanent Link: How to Uninstall Internet Explorer 8 in Windows Vista'>How to Uninstall Internet Explorer 8 in Windows Vista</a></li><li><a href='http://maketecheasier.com/internet-explorer-8-beta-1-are-you-feeling-excited-iam-not/2008/03/06' rel='bookmark' title='Permanent Link: Internet Explorer 8 Beta 1: Are You Feeling Excited? (I&#8217;am Not!)'>Internet Explorer 8 Beta 1: Are You Feeling Excited? (I&#8217;am Not!)</a></li><li><a href='http://maketecheasier.com/backup-internet-explorer-settings-with-backrex/2008/12/31' rel='bookmark' title='Permanent Link: How To Backup Internet Explorer Settings with BackRex'>How To Backup Internet Explorer Settings with BackRex</a></li><li><a href='http://maketecheasier.com/how-to-uninstall-windows-7-and-return-the-partition-to-vista/2009/02/04' rel='bookmark' title='Permanent Link: How To Uninstall Windows 7 And Return The Partition To Vista'>How To Uninstall Windows 7 And Return The Partition To Vista</a></li><li><a href='http://maketecheasier.com/organize-windows-folders-and-applications-in-multiple-tabs/2009/10/10' rel='bookmark' title='Permanent Link: How To Organize Windows Folders and Applications in Multiple Tabs'>How To Organize Windows Folders and Applications in Multiple Tabs</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/uninstall-internet-explorer-8-from-windows-7/2009/08/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Windows StartUp Items With Chameleon</title>
		<link>http://maketecheasier.com/managing-windows-startup-items-with-chameleon/2009/07/30</link>
		<comments>http://maketecheasier.com/managing-windows-startup-items-with-chameleon/2009/07/30#comments</comments>
		<pubDate>Thu, 30 Jul 2009 12:39:53 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[start up]]></category>
		<category><![CDATA[startup applications]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6157</guid>
		<description><![CDATA[Several of the most troublesome problems that Windows users face &#8211; viruses, trojans, bloated softwares &#8211; reside in the start up items. So it would be logical that we should watch all the citizen of StartUp Menu carefully.
Unfortunately, those annoying programs have an amazing initiative to add themselves to list of start up items. On [...]<p><strong><a href="http://maketecheasier.com/managing-windows-startup-items-with-chameleon/2009/07/30">Managing Windows StartUp Items With Chameleon</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/manage-your-clipboard-items-in-mac-with-shadow/2009/10/30' rel='bookmark' title='Permanent Link: Manage your clipboard items in Mac with Shadow'>Manage your clipboard items in Mac with Shadow</a></li><li><a href='http://maketecheasier.com/3-free-and-useful-antivirus-software-for-windows/2009/09/01' rel='bookmark' title='Permanent Link: 3 Free and Useful AntiVirus Software for Windows'>3 Free and Useful AntiVirus Software for Windows</a></li><li><a href='http://maketecheasier.com/tweak-your-windows-with-ultimate-windows-tweaker/2009/05/14' rel='bookmark' title='Permanent Link: Tweak Your Windows With Ultimate Windows Tweaker'>Tweak Your Windows With Ultimate Windows Tweaker</a></li><li><a href='http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15' rel='bookmark' title='Permanent Link: How To Add Subtitles And Convert Video For iPhone In Windows'>How To Add Subtitles And Convert Video For iPhone In Windows</a></li><li><a href='http://maketecheasier.com/top-10-windows-vista-tips-and-tricks-to-increase-your-gaming-performance/2007/12/06' rel='bookmark' title='Permanent Link: Top 10 Windows Vista Tips and Tricks To Increase Your Gaming Performance'>Top 10 Windows Vista Tips and Tricks To Increase Your Gaming Performance</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-6159" src="http://images.maketecheasier.com/2009/07/chameleon-start.jpg" alt="Start Sign" width="240" height="160" />Several of the most troublesome problems that Windows users face &#8211; viruses, trojans, bloated softwares &#8211; reside in the start up items. So it would be logical that we should watch all the citizen of StartUp Menu carefully.</p>
<p>Unfortunately, those annoying programs have an amazing initiative to add themselves to list of start up items. On the other side, selecting which items that can and can not load at Windows start up is not as easy as saying it.</p>
<p>We need a help from a start up manager to do that, and one of the best out there is <a href="http://www.chameleon-managers.com/windows-startup-manager/" target="_blank">Chameleon Start Up Manager</a>.</p>
<h3>The Lite Bouncer</h3>
<p>I don&#8217;t know why, but this little app reminds me of a club bouncer who stand guard in front of the cool club and selecting which ones of the people standing in line who could get in and which ones should hit the road home.</p>
<p>There are three versions of the app, the free Lite one and the non-free Standard and Pro ones. If you want to know the differences between the three versions, you can find their list of features on the developer&#8217;s website,. For everyday computer users, the lite one should be sufficient.</p>
<p>For the first time users, the interface of Chameleon StartUp Manager might look a little bit too hectic. But you have everything you need there.</p>
<p><img class="aligncenter size-full wp-image-6160" src="http://images.maketecheasier.com/2009/07/chameleon-main-window.jpg" alt="chameleon-main-window" width="550" height="500" /></p>
<p>The main view in the middle is the list of things which load when the Windows starts. Users can quickly stop any items from starting up with Windows by checking/unchecking the boxes on the left side of the list.</p>
<p><img class="aligncenter size-full wp-image-6161" src="http://images.maketecheasier.com/2009/07/chameleon-enable-disable.jpg" alt="chameleon-enable-disable" width="550" height="150" /></p>
<p>The alternative way to stop any item is by hovering the mouse over the item. A pop-up toolbar with buttons will show. Choose the Stop button to stop the item, or Remove button to completely remove the item.</p>
<p><img class="aligncenter size-full wp-image-6162" src="http://images.maketecheasier.com/2009/07/chameleon-popup-settings.jpg" alt="chameleon-popup-settings" width="550" height="100" /></p>
<p>The Settings button will give users more possible actions. But most of the options are only available in the Standard/Pro version.</p>
<p><img class="aligncenter size-full wp-image-6163" src="http://images.maketecheasier.com/2009/07/chameleon-settings.jpg" alt="chameleon-settings" width="577" height="322" /></p>
<p>To get more Options, users could dig deeper to the Preferences menu (<em>Options -&gt; Preferences</em> or combination of<em> Ctrl + I</em> keys).</p>
<p><img class="aligncenter size-full wp-image-6164" src="http://images.maketecheasier.com/2009/07/chameleon-preferences-gene.jpg" alt="chameleon-preferences-general" width="550" height="240" /></p>
<p>For those who really pay attention to appearance, there are several themes available from the <em>Options -&gt; Themes</em> menu.</p>
<p><img class="aligncenter size-full wp-image-6165" src="http://images.maketecheasier.com/2009/07/chameleon-option-themes.jpg" alt="chameleon-option-themes" width="400" height="350" /></p>
<h3>Find Out More About any startup items</h3>
<p>But the coolest thing about this app is the ability to find more info about the start up items. Windows users know too well that the naming process of most of these items doesn&#8217;t use human logic. Everybody can guess what iTunesHelper is and what it does. But what about Alcmtr or Ifgx?</p>
<p>Chameleon makes it easy for users to find out more about those items and what exactly they do. Just select one item and then click the &#8220;Find a detailed description on the internet&#8221; button.</p>
<p><img class="aligncenter size-full wp-image-6166" src="http://images.maketecheasier.com/2009/07/chameleon-find-info2.jpg" alt="chameleon-find-info2" width="490" height="275" /></p>
<p>Alternatively, user can click the More button from the pop-up toolbar and choose Find &#8211;&gt; Find in SysInfo.org from the pop-up menu.</p>
<p><img class="aligncenter size-full wp-image-6167" src="http://images.maketecheasier.com/2009/07/chameleon-find-info1.jpg" alt="chameleon-find-info1" width="550" height="230" /></p>
<p>With complete information at hand, users then can decide whether to keep or ditch the items.</p>
<p>Have you used Chameleon Startup Manager? Do you know other alternatives? Share using the comment below.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/managing-windows-startup-items-with-chameleon/2009/07/30">Managing Windows StartUp Items With Chameleon</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/manage-your-clipboard-items-in-mac-with-shadow/2009/10/30' rel='bookmark' title='Permanent Link: Manage your clipboard items in Mac with Shadow'>Manage your clipboard items in Mac with Shadow</a></li><li><a href='http://maketecheasier.com/3-free-and-useful-antivirus-software-for-windows/2009/09/01' rel='bookmark' title='Permanent Link: 3 Free and Useful AntiVirus Software for Windows'>3 Free and Useful AntiVirus Software for Windows</a></li><li><a href='http://maketecheasier.com/tweak-your-windows-with-ultimate-windows-tweaker/2009/05/14' rel='bookmark' title='Permanent Link: Tweak Your Windows With Ultimate Windows Tweaker'>Tweak Your Windows With Ultimate Windows Tweaker</a></li><li><a href='http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15' rel='bookmark' title='Permanent Link: How To Add Subtitles And Convert Video For iPhone In Windows'>How To Add Subtitles And Convert Video For iPhone In Windows</a></li><li><a href='http://maketecheasier.com/top-10-windows-vista-tips-and-tricks-to-increase-your-gaming-performance/2007/12/06' rel='bookmark' title='Permanent Link: Top 10 Windows Vista Tips and Tricks To Increase Your Gaming Performance'>Top 10 Windows Vista Tips and Tricks To Increase Your Gaming Performance</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/managing-windows-startup-items-with-chameleon/2009/07/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Password Protect Your USB Drive Without Administrator Privilege</title>
		<link>http://maketecheasier.com/password-protect-your-usb-drive-without-administrator-privilege/2009/07/29</link>
		<comments>http://maketecheasier.com/password-protect-your-usb-drive-without-administrator-privilege/2009/07/29#comments</comments>
		<pubDate>Wed, 29 Jul 2009 12:00:59 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[USB Drive]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6088</guid>
		<description><![CDATA[ Password protecting my USB drive is often the most important thing that I do when I went on travel. With all the confidential information in the USB drive, the last thing that I want to see is to lost it and have others to access all my precious data.
Although I have previously covered two [...]<p><strong><a href="http://maketecheasier.com/password-protect-your-usb-drive-without-administrator-privilege/2009/07/29">How to Password Protect Your USB Drive Without Administrator Privilege</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/truecrypt-encrypt-your-data-the-easy-way/2008/04/17' rel='bookmark' title='Permanent Link: TrueCrypt: Encrypt Your Data The Easy Way'>TrueCrypt: Encrypt Your Data The Easy Way</a></li><li><a href='http://maketecheasier.com/safe-guard-your-password-with-keepassx/2009/07/14' rel='bookmark' title='Permanent Link: Safe Guard Your Password With KeePassX'>Safe Guard Your Password With KeePassX</a></li><li><a href='http://maketecheasier.com/how-to-store-thousands-of-password-with-password-manager/2007/12/28' rel='bookmark' title='Permanent Link: How To Store Thousands Of Password With Password Manager'>How To Store Thousands Of Password With Password Manager</a></li><li><a href='http://maketecheasier.com/easily-encrypt-your-usb-drive-in-windows-7/2009/06/11' rel='bookmark' title='Permanent Link: How to Easily Encrypt Your USB Drive in Windows 7'>How to Easily Encrypt Your USB Drive in Windows 7</a></li><li><a href='http://maketecheasier.com/resize-create-partitions-with-gnome-partition-editor-gparted/2009/01/06' rel='bookmark' title='Permanent Link: How To Resize And Create Partitions With Gnome Partition Editor (GParted)'>How To Resize And Create Partitions With Gnome Partition Editor (GParted)</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="rohos-logo" src="http://images.maketecheasier.com/2009/07/rohos-logo.gif" alt="rohos-logo" width="130" height="87" /> Password protecting my USB drive is often the most important thing that I do when I went on travel. With all the confidential information in the USB drive, the last thing that I want to see is to lost it and have others to access all my precious data.</p>
<p>Although I have previously covered two useful software for encrypting USB drive: <a href="http://maketecheasier.com/easily-encrypt-your-usb-drive-in-windows-7/2009/06/11">Windows 7 BitLocker</a> and <a href="http://maketecheasier.com/truecrypt-encrypt-your-data-the-easy-way/2008/04/17">TrueCrypt</a>, one thing that prevented me from using them on the move is that these two software require administrator privilege (or the ultimate version of Windows 7) to use, which in most Internet cafes, you don’t have access to.</p>
<p>There are also several others encryption software out there, but the one that worked well for me, and apparently free and does not require any administrator privileges is <a href="http://www.rohos.com/products/rohos-mini-drive/" target="_blank">Rohos Mini Drive</a>.</p>
<p>What <strong>Rohos Mini Drive</strong> does is to create hidden and encrypted partition on the USB flash drive memory. When you plug in your USB drive, you won&#8217;t get to see the hidden partition. Only when you run the Rohos application (within the USB drive) and enter your password, then will the hidden partition appear. Since the Rohos application does not require access (or modification) to the computer’s system, it doesn’t require any administrator privileges to run it. This is great for those who need to access their encrypted data on a public computer that they don’t have administrator access to.</p>
<h3>Installing Rohos Mini Drive</h3>
<p>The initial step to create an encrypted USB drive requires you to install and run the application in your own computer. This will require administrator privileges.</p>
<p>Download <a href="http://www.rohos.com/products/rohos-mini-drive/" target="_blank">Rohos Mini Drive</a> (Windows only).</p>
<p>Double click the application to install it in your computer.</p>
<p>Once the installation is done, insert in your USB drive. You don’t have to reformat the drive, but you have to make sure that there is enough space to create the new partition.</p>
<p>Open the <strong>Rohos Mini Drive</strong> application from the Start menu.</p>
<p>In the main window, click <em>Setup USB Key</em></p>
<p><img class="alignnone" title="rohos-setup" src="http://images.maketecheasier.com/2009/07/rohos-setup.jpg" alt="rohos-setup" width="554" height="272" /></p>
<p>Rohos Mini Drive will proceed to detect your USB drive. Click <em>Change</em> to edit the partition configuration.</p>
<p><img class="alignnone" title="rohos-detect-usb" src="http://images.maketecheasier.com/2009/07/rohos-detect-usb.jpg" alt="rohos-detect-usb" width="402" height="320" /></p>
<p>In the configuration window, you can configure the Disk letter that the hidden partition to be mounted to, the encrypted partition size (maximum 2GB), the file system type and the encryption algorithm. The last thing is to point the installation location to your USB drive. The encrypted file will come with a <em>.rdi</em> extension.</p>
<p>Click <em>OK</em> to proceed.</p>
<p><img class="alignnone" title="rohos-configuration" src="http://images.maketecheasier.com/2009/07/rohos-configuration.jpg" alt="rohos-configuration" width="375" height="336" /></p>
<p>Back to the USB Key Creation window, enter your password and make sure that it is a safe one. Click <em>Create Disk.</em></p>
<p><img class="alignnone" title="rohos-encryption" src="http://images.maketecheasier.com/2009/07/rohos-encryption.jpg" alt="rohos-encryption" width="373" height="130" /></p>
<p>Encryption completed.</p>
<p><img class="alignnone" title="rohos-encryption-done" src="http://images.maketecheasier.com/2009/07/rohos-encryption-done.jpg" alt="rohos-encryption-done" width="469" height="188" /></p>
<p>Now open your Windows Explorer and navigate to your USB drive. You should see only the <em>Rohos Mini</em> application (which was not there originally).</p>
<p><img class="alignnone" title="rohos-explorer" src="http://images.maketecheasier.com/2009/07/rohos-explorer.jpg" alt="rohos-explorer" width="566" height="335" /></p>
<p>Double click the Rohos mini application. Enter the encryption password when prompted.</p>
<p><img class="alignnone" title="rohos-password" src="http://images.maketecheasier.com/2009/07/rohos-password.jpg" alt="rohos-password" width="359" height="184" /></p>
<p>You should now see your hidden partition prompted in the drive letter that you have chosen earlier.</p>
<p><img class="alignnone" title="rohos-mount-drive" src="http://images.maketecheasier.com/2009/07/rohos-mount-drive.jpg" alt="rohos-mount-drive" width="580" height="381" /></p>
<p>You can install all your portable apps or store your confidential data on the hidden partition now.</p>
<p>What other software do you use to encrypt your USB drive?</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/password-protect-your-usb-drive-without-administrator-privilege/2009/07/29">How to Password Protect Your USB Drive Without Administrator Privilege</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/truecrypt-encrypt-your-data-the-easy-way/2008/04/17' rel='bookmark' title='Permanent Link: TrueCrypt: Encrypt Your Data The Easy Way'>TrueCrypt: Encrypt Your Data The Easy Way</a></li><li><a href='http://maketecheasier.com/safe-guard-your-password-with-keepassx/2009/07/14' rel='bookmark' title='Permanent Link: Safe Guard Your Password With KeePassX'>Safe Guard Your Password With KeePassX</a></li><li><a href='http://maketecheasier.com/how-to-store-thousands-of-password-with-password-manager/2007/12/28' rel='bookmark' title='Permanent Link: How To Store Thousands Of Password With Password Manager'>How To Store Thousands Of Password With Password Manager</a></li><li><a href='http://maketecheasier.com/easily-encrypt-your-usb-drive-in-windows-7/2009/06/11' rel='bookmark' title='Permanent Link: How to Easily Encrypt Your USB Drive in Windows 7'>How to Easily Encrypt Your USB Drive in Windows 7</a></li><li><a href='http://maketecheasier.com/resize-create-partitions-with-gnome-partition-editor-gparted/2009/01/06' rel='bookmark' title='Permanent Link: How To Resize And Create Partitions With Gnome Partition Editor (GParted)'>How To Resize And Create Partitions With Gnome Partition Editor (GParted)</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/password-protect-your-usb-drive-without-administrator-privilege/2009/07/29/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to Install Ubuntu in Windows</title>
		<link>http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28</link>
		<comments>http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28#comments</comments>
		<pubDate>Tue, 28 Jul 2009 12:25:09 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wubi]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6048</guid>
		<description><![CDATA[Here at MakeTechEasier, we&#8217;ve touched on Wubi here and there but have never really gone into detail on exactly what it can do and how it works. According to the website,
Wubi is an officially supported Ubuntu installer for Windows users that can bring you to the Linux world with a single click. Wubi allows you [...]<p><strong><a href="http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28">How to Install Ubuntu in Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29' rel='bookmark' title='Permanent Link: How To Install Windows Vista In Ubuntu Gutsy Using VMware'>How To Install Windows Vista In Ubuntu Gutsy Using VMware</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/how-to-dual-boot-windows-xp-and-vista/2008/12/15' rel='bookmark' title='Permanent Link: How To Dual Boot Windows XP And Vista'>How To Dual Boot Windows XP And Vista</a></li><li><a href='http://maketecheasier.com/how-to-restore-grub-in-ubuntu/2008/04/11' rel='bookmark' title='Permanent Link: How To Restore Grub In Ubuntu'>How To Restore Grub In Ubuntu</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-6050" src="http://images.maketecheasier.com/2009/07/wubi-logo-josh.jpg" alt="Wubi Logo" width="90" height="83" />Here at MakeTechEasier, we&#8217;ve touched on Wubi <a href="http://maketecheasier.com/links-interesting-news-online/2008/03/26">here</a> and <a href="http://download.maketecheasier.com/MTE_ubuntu904_ins.pdf">there</a> but have never really gone into detail on exactly what it can do and how it works. According to the website,</p>
<blockquote><p><a href="http://wubi-installer.org/" target="_blank">Wubi</a> is an officially supported Ubuntu installer for Windows users that can bring you to the Linux world with a single click. Wubi allows you to install and uninstall Ubuntu as any other Windows application, in a simple and safe way&#8230;</p></blockquote>
<p>That sums it up pretty well.  You can use your Windows (98, 2000, XP, Vista) Control Panel to add/remove it as easily as any other Windows app.</p>
<p>The key thing about Wubi (Windows based Ubuntu Installer) is that you do not have to do <strong>any</strong> partitioning.  It simply creates a file in Windows that both systems treat as if it&#8217;s a separate partition.  You can choose the size of that file when you install.</p>
<p>In Windows, download the Wubi installer <a href="http://wubi-installer.org/" target="_blank">here</a>.  The initial options can be set at the main screen.</p>
<p><img class="aligncenter size-full wp-image-6053" src="http://images.maketecheasier.com/2009/07/wubi-mainscreen.jpg" alt="wubi-mainscreen" width="504" height="385" /></p>
<p>When choosing the drive to host your new Ubuntu installation, try to pick your C drive if possible.  I&#8217;ve had nothing but bad luck trying to run a Wubi installation from a drive partition other than the one running Windows. Also, when it comes the deciding how much space to allocate to Ubuntu, I wouldn&#8217;t suggest going much below 20Gb if you plan to get much done.</p>
<p>Note the Desktop Environment option in the lower left corner.  With Wubi, you have the option of four versions of Ubuntu:</p>
<ul>
<li>Ubuntu &#8211; With GNOME, the standard option</li>
<li>Kubuntu &#8211; With KDE, a more &#8220;Windowsy&#8221;  desktop</li>
<li>Xubuntu &#8211; With XFCE, more lightweight than GNOME or KDE</li>
<li>Mythbuntu &#8211; A PVR system using MythTV and XFCE</li>
</ul>
<p>Once you&#8217;re ready to install, you&#8217;ll have to wait for the full ISO to download.</p>
<p><img class="aligncenter size-full wp-image-6056" src="http://images.maketecheasier.com/2009/07/wubi-installing.jpg" alt="Downloading Ubuntu ISO" width="504" height="385" /></p>
<h3>How it works</h3>
<p>While we&#8217;re waiting for the download, we might as well go over exactly what&#8217;s happening.  Instead of creating a partition to hold Linux and all its files, Wubi creates a loop device inside a file (typically C:\Ubuntu\disks\root.disk), which Windows treats as if it was a separate partition or hard drive.</p>
<p>When you boot the computer, you&#8217;ll see the Windows bootloader asking which OS to boot.  If you choose Ubuntu, the Windows bootloader opens the file Wubi created earlier, and the Linux inside thinks it&#8217;s running on a typical Linux partition.</p>
<h3>Finishing Up</h3>
<p>I found that doing the Ubuntu 9.04 install over Wubi was quite comfortable and clear.  I&#8217;ve suggested Wubi to a few potential converts, and I think I&#8217;ll continue to do so.  In particular, I like how easy Wubi makes it to choose which of the various Ubuntu flavors to install.  I think that makes it a little easier for people to try out something they&#8217;d otherwise never think to download.  I look forward to seeing what the developers come up with in the future.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28">How to Install Ubuntu in Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/use-linux-applications-on-windows-without-having-to-install-linux/2008/05/27' rel='bookmark' title='Permanent Link: Use Linux Applications On Windows, Without Having to Install Linux'>Use Linux Applications On Windows, Without Having to Install Linux</a></li><li><a href='http://maketecheasier.com/how-to-install-windows-vista-in-ubuntu-gutsy-using-vmware/2007/11/29' rel='bookmark' title='Permanent Link: How To Install Windows Vista In Ubuntu Gutsy Using VMware'>How To Install Windows Vista In Ubuntu Gutsy Using VMware</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/how-to-dual-boot-windows-xp-and-vista/2008/12/15' rel='bookmark' title='Permanent Link: How To Dual Boot Windows XP And Vista'>How To Dual Boot Windows XP And Vista</a></li><li><a href='http://maketecheasier.com/how-to-restore-grub-in-ubuntu/2008/04/11' rel='bookmark' title='Permanent Link: How To Restore Grub In Ubuntu'>How To Restore Grub In Ubuntu</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>FileInspect: Learn the Truth About Windows Processes Running In Your Computer</title>
		<link>http://maketecheasier.com/fileinspect-windows-processes-in-your-computer/2009/07/15</link>
		<comments>http://maketecheasier.com/fileinspect-windows-processes-in-your-computer/2009/07/15#comments</comments>
		<pubDate>Wed, 15 Jul 2009 12:01:22 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5881</guid>
		<description><![CDATA[ Have you ever wondered what is that files/processes that are running in the background of your computer and causing all your applications to slow down, or even crashed? Well, I know you can easily fire up your task manager (Ctrl + Alt + Del) and see what processes are running, but what I wanted [...]<p><strong><a href="http://maketecheasier.com/fileinspect-windows-processes-in-your-computer/2009/07/15">FileInspect: Learn the Truth About Windows Processes Running In Your Computer</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/easy-ways-to-keep-your-pc-running-smoothly/2008/01/08' rel='bookmark' title='Permanent Link: Easy Ways to Keep Your PC Running Smoothly'>Easy Ways to Keep Your PC Running Smoothly</a></li><li><a href='http://maketecheasier.com/3-free-and-useful-antivirus-software-for-windows/2009/09/01' rel='bookmark' title='Permanent Link: 3 Free and Useful AntiVirus Software for Windows'>3 Free and Useful AntiVirus Software for Windows</a></li><li><a href='http://maketecheasier.com/free-up-your-system-resources-with-svchost-viewer/2009/02/28' rel='bookmark' title='Permanent Link: Free Up Your System Resources With Svchost Viewer'>Free Up Your System Resources With Svchost Viewer</a></li><li><a href='http://maketecheasier.com/best-101-free-computer-software-for-your-daily-use/2007/12/10' rel='bookmark' title='Permanent Link: Best 101 Free Computer Software For Your Daily Use'>Best 101 Free Computer Software For Your Daily Use</a></li><li><a href='http://maketecheasier.com/using-safari-on-windows-you-better-think-twice/2008/01/07' rel='bookmark' title='Permanent Link: Using Safari On Windows? You Better Think Twice&#8230;'>Using Safari On Windows? You Better Think Twice&#8230;</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="fileinspect logo" src="http://images.maketecheasier.com/2009/07/fileinspect-logo.jpg" alt="fileinspect logo" width="67" height="99" /> Have you ever wondered what is that files/processes that are running in the background of your computer and causing all your applications to slow down, or even crashed? Well, I know you can easily fire up your task manager (<em>Ctrl + Alt + Del</em>) and see what processes are running, but what I wanted to say is, do you <em>really know</em> what are they, their functionalities and whether it is safe to delete/disable them so as to free up some system resources?</p>
<p>In the past, there has not been an easy way for noobs like us to understand what is behind the scene. With <a href="http://www.fileinspect.com" target="_blank">File Inspect</a>, this suddenly become a breeze (and you can easily become an expert and boast to your friends).</p>
<p><strong>File Inspect Library</strong> is an educational site that provides detailed information of all (if not, most) the processes/files running in your Windows machine. You simply type in the process/file name and it will bring you its description, functionality and whether it is safe to delete/disable them. Cool, isn&#8217;t it?</p>
<p>Let&#8217;s delve into it further.</p>
<p>When you go to the site – <a href="http://fileinspect.com">http://fileinspect.com</a>, you will find a search bar, a list of the most popular files and a list of the most dangerous files on the home page.</p>
<p><img class="alignnone" title="fileinspect home page" src="http://images.maketecheasier.com/2009/07/fileinspect-home.jpg" alt="fileinspect home page" width="577" height="573" /></p>
<p>Type in the process/file name in the search bar to start searching. As you type, it will fetch the results on the fly and displays them in a dropdown list.</p>
<p><img class="alignnone" title="fileinspect-searches" src="http://images.maketecheasier.com/2009/07/fileinspect-searches.jpg" alt="fileinspect-searches" width="341" height="297" /></p>
<p>The search result is categorize into different status: <em>safe</em>, <em>unsafe</em> and <em>dangerous</em>. A safe file is denoted by a green icon, unsafe with yellow icon and dangerous with a red icon. In some occasions, you will find that there are several entries of the same file name marked with different colors (see screenshot below). The reason being that some viruses/worms disguise themselves as the filename of some important processes and create havoc in your computer.</p>
<p><img class="alignnone" title="fileinspect search results" src="http://images.maketecheasier.com/2009/07/fileinspect-search-results.jpg" alt="fileinspect search results" width="357" height="399" /></p>
<p>Click on the search result to get more information.</p>
<p>On the information page, you will find a great deal of information, including what is the process&#8217;s functionality, where it is located, is it safe to remove, (if yes) how to remove etc.</p>
<p><img class="alignnone" title="fileinspect information page" src="http://images.maketecheasier.com/2009/07/fileinspect-information-pag.jpg" alt="fileinspect information page" width="577" height="701" /></p>
<p>At this moment, File Inspect is still in beta version as the developer is testing out the algorithm and making sure the file description is up-to-date. In the final version, there will also be some extra widgets that you can use to show where have all the bad files spread to.</p>
<h3>Is File Inspect everything I need to protect my computer?</h3>
<p>In actual fact, NO! Unlike any other antivirus or firewall software, File Inspect Library does not safe guard the safety of your computer. It is only meant to be used as an informational hub for you to get educated on the various files/processes running behind the scene. You still have to play your part to install a good <a href="http://maketecheasier.com/a-quick-look-at-microsoft-security-essentials-free-antivirus-software/2009/06/24">antivirus</a> and Firewall software and perform regular system scan.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/fileinspect-windows-processes-in-your-computer/2009/07/15">FileInspect: Learn the Truth About Windows Processes Running In Your Computer</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/easy-ways-to-keep-your-pc-running-smoothly/2008/01/08' rel='bookmark' title='Permanent Link: Easy Ways to Keep Your PC Running Smoothly'>Easy Ways to Keep Your PC Running Smoothly</a></li><li><a href='http://maketecheasier.com/3-free-and-useful-antivirus-software-for-windows/2009/09/01' rel='bookmark' title='Permanent Link: 3 Free and Useful AntiVirus Software for Windows'>3 Free and Useful AntiVirus Software for Windows</a></li><li><a href='http://maketecheasier.com/free-up-your-system-resources-with-svchost-viewer/2009/02/28' rel='bookmark' title='Permanent Link: Free Up Your System Resources With Svchost Viewer'>Free Up Your System Resources With Svchost Viewer</a></li><li><a href='http://maketecheasier.com/best-101-free-computer-software-for-your-daily-use/2007/12/10' rel='bookmark' title='Permanent Link: Best 101 Free Computer Software For Your Daily Use'>Best 101 Free Computer Software For Your Daily Use</a></li><li><a href='http://maketecheasier.com/using-safari-on-windows-you-better-think-twice/2008/01/07' rel='bookmark' title='Permanent Link: Using Safari On Windows? You Better Think Twice&#8230;'>Using Safari On Windows? You Better Think Twice&#8230;</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/fileinspect-windows-processes-in-your-computer/2009/07/15/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Manage Your Email More Efficiently With Postbox</title>
		<link>http://maketecheasier.com/how-to-manage-your-email-more-efficiently-with-postbox/2009/06/17</link>
		<comments>http://maketecheasier.com/how-to-manage-your-email-more-efficiently-with-postbox/2009/06/17#comments</comments>
		<pubDate>Wed, 17 Jun 2009 12:48:54 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[postbox]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5354</guid>
		<description><![CDATA[I&#8217;ve been a web-mail kinda guy since a long time ago. I ditched my email clients (Mail, Entourage, and Thunderbird) and prefer to keep my GMail handy on any computer (or sometimes cellphone) that I use, wherever I am. But Postbox might just change my mind.
This free open-source mail client (available for Mac and Windows) [...]<p><strong><a href="http://maketecheasier.com/how-to-manage-your-email-more-efficiently-with-postbox/2009/06/17">How to Manage Your Email More Efficiently With Postbox</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/use-zimbra-to-manage-your-email-accounts/2009/01/19' rel='bookmark' title='Permanent Link: How To Use Zimbra To Manage Your Email Accounts'>How To Use Zimbra To Manage Your Email Accounts</a></li><li><a href='http://maketecheasier.com/mac-manage-your-app-windows-more-efficiently-with-windowshade-x/2009/09/20' rel='bookmark' title='Permanent Link: Mac: Manage Your App Windows More Efficiently With Windowshade X'>Mac: Manage Your App Windows More Efficiently With Windowshade X</a></li><li><a href='http://maketecheasier.com/receive-yahoo-mails-from-desktop-email-client-in-mac/2009/08/02' rel='bookmark' title='Permanent Link: How to Receive Yahoo Mails From Desktop Email Client in Mac'>How to Receive Yahoo Mails From Desktop Email Client in Mac</a></li><li><a href='http://maketecheasier.com/download-webmail-to-pop-rss-reader-tool/2009/01/28' rel='bookmark' title='Permanent Link: Download Webmail to POP &amp; RSS Reader Tool'>Download Webmail to POP &amp; RSS Reader Tool</a></li><li><a href='http://maketecheasier.com/manage-your-ebook-library-with-calibre/2009/04/12' rel='bookmark' title='Permanent Link: Manage Your Ebook Library with Calibre'>Manage Your Ebook Library with Calibre</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5357" src="http://images.maketecheasier.com/2009/06/postbox-logo.jpg" alt="postbox_logo" width="144" height="143" />I&#8217;ve been a web-mail kinda guy since a long time ago. I ditched my email clients (Mail, Entourage, and Thunderbird) and prefer to keep my GMail handy on any computer (or sometimes cellphone) that I use, wherever I am. But <a href="http://www.postbox-inc.com/" target="_blank">Postbox</a> might just change my mind.</p>
<p>This free open-source mail client (available for Mac and Windows) combines few great features that can help users manage their emails better.</p>
<p><img class="aligncenter size-full wp-image-5367" src="http://images.maketecheasier.com/2009/06/postbox-main-window.jpg" alt="postbox_main_window" width="501" height="400" /></p>
<p>The developer&#8217;s site have a comprehensive list of Postbox&#8217;s <a href="http://www.postbox-inc.com/features" target="_blank">features</a> and <a href="http://www.postbox-inc.com/quickstart" target="_blank">abilities</a>, but here are few that I personally find useful.</p>
<h3>1. Create new accounts</h3>
<p>The first time Postbox is opened, it will offer you to create a new account. You can also create another account later by going to <em>File -&gt; New -&gt; Account</em> menu. Compared to other email client that I&#8217;ve used so far, Postbox&#8217;s new account creation is the easiest. It supports major web mail services like GMail, Hotmail, Yahoo and even MobileMe.</p>
<p><img class="aligncenter size-full wp-image-5359" src="http://images.maketecheasier.com/2009/06/postbox-setup-new-account.jpg" alt="postbox_setup_new_account" width="434" height="415" /></p>
<h3>2. Browse mails with tabs</h3>
<p>Each time you select a mail, it will be shown on one of the window&#8217;s pane. There are two pane&#8217;s layout that you can choose: Classic View and Vertical View. You can toggle between these two views from the <em>View -&gt; Layout</em> menu.</p>
<p>If you double click on one of the messages, it will be opened in a new tab instead of window. I think the idea is nice and produces less cluttered workspace.</p>
<p><img class="aligncenter size-full wp-image-5360" src="http://images.maketecheasier.com/2009/06/postbox-message-tab.jpg" alt="postbox message tab" width="456" height="158" /></p>
<h3>3. Organize messages with topics</h3>
<p>In Postbox, you can organize messages by topics. You can set and add any topics that you can think of according to your preferences.</p>
<p>The easiest way to add topic is by right clicking on the favorite topic pane and choose &#8220;Create New Favorit Topic&#8221; on the popup window. Then you can to assign messages to the topic by clicking the Plus (+) sign next to the &#8220;Topic&#8221; option in each message.</p>
<p><img class="aligncenter size-full wp-image-5361" src="http://images.maketecheasier.com/2009/06/postbox-create-new-topic.jpg" alt="postbox create new topic" width="358" height="191" /></p>
<p>But if you need to assign topic(s) to many messages automatically, use filtering option for the fastest result. Go to &#8220;<em>Message -&gt; Create Filter From Message</em>&#8221; menu.</p>
<p><img class="aligncenter size-full wp-image-5362" src="http://images.maketecheasier.com/2009/06/postbox-create-filters.jpg" alt="postbox create_filters" width="267" height="325" /></p>
<h3>4. To Dos</h3>
<p>Postbox comes with the ability to create to do list easily. Not as elaborate as Outlook, but most people &#8211; like me &#8211; do not need advance organizing capability.</p>
<p>You can create a to do entry manually by clicking &#8220;New To Do&#8221; icon, or you can &#8216;tag&#8217; a to do entry to a message by selecting a message and clicking the &#8216;To Do&#8221; button in the message view.</p>
<p><img class="aligncenter size-full wp-image-5363" src="http://images.maketecheasier.com/2009/06/postbox-new-to-do.jpg" alt="postbox new_to_do" width="392" height="276" /></p>
<p>After that, if you go to &#8220;<em>View -&gt; Pin To Dos</em>&#8221; menu, all the message with the &#8216;To Do&#8217; tag will be listed above other message.</p>
<h3>5. Attachment (and other) List</h3>
<p>This app also has a attachment list feature that will show all the attachments from all of the messages in one page. Just click on the Attachment button under the search field. There are 3 other list buttons that you can choose: Images, Links, and Contacts.</p>
<p><img class="aligncenter size-full wp-image-5364" src="http://images.maketecheasier.com/2009/06/postbox-attachment-list.jpg" alt="postbox attachment_list" width="369" height="156" /></p>
<p>The list will open up in a new tab. From here on you can choose to Save (to your hard drive), Send (to others via email), Upload (to Google Docs, but I don&#8217;t think this service is compatible with every filetype), or just to have a Quick Look.</p>
<p><img class="aligncenter size-full wp-image-5365" src="http://images.maketecheasier.com/2009/06/postbox-attachment-options.jpg" alt="postbox attachment_options" width="319" height="169" /></p>
<p>This list is based on my short encounter with Postbox for Mac, but the feel for Windows version should not be far off. As time goes by, I&#8217;m sure I&#8217;ll add more to the &#8220;what I like about Postbox&#8221; list.</p>
<p>Have you tried Postbox? Whether you will like it or not, this nice app deserves at least a try.</p>
<p>And as always, share your thoughts and experiences in the comment below.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/how-to-manage-your-email-more-efficiently-with-postbox/2009/06/17">How to Manage Your Email More Efficiently With Postbox</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/use-zimbra-to-manage-your-email-accounts/2009/01/19' rel='bookmark' title='Permanent Link: How To Use Zimbra To Manage Your Email Accounts'>How To Use Zimbra To Manage Your Email Accounts</a></li><li><a href='http://maketecheasier.com/mac-manage-your-app-windows-more-efficiently-with-windowshade-x/2009/09/20' rel='bookmark' title='Permanent Link: Mac: Manage Your App Windows More Efficiently With Windowshade X'>Mac: Manage Your App Windows More Efficiently With Windowshade X</a></li><li><a href='http://maketecheasier.com/receive-yahoo-mails-from-desktop-email-client-in-mac/2009/08/02' rel='bookmark' title='Permanent Link: How to Receive Yahoo Mails From Desktop Email Client in Mac'>How to Receive Yahoo Mails From Desktop Email Client in Mac</a></li><li><a href='http://maketecheasier.com/download-webmail-to-pop-rss-reader-tool/2009/01/28' rel='bookmark' title='Permanent Link: Download Webmail to POP &amp; RSS Reader Tool'>Download Webmail to POP &amp; RSS Reader Tool</a></li><li><a href='http://maketecheasier.com/manage-your-ebook-library-with-calibre/2009/04/12' rel='bookmark' title='Permanent Link: Manage Your Ebook Library with Calibre'>Manage Your Ebook Library with Calibre</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-manage-your-email-more-efficiently-with-postbox/2009/06/17/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Access Windows Live Skydrive From Your Desktop</title>
		<link>http://maketecheasier.com/access-windows-live-skydrive-from-your-desktop/2009/06/02</link>
		<comments>http://maketecheasier.com/access-windows-live-skydrive-from-your-desktop/2009/06/02#comments</comments>
		<pubDate>Tue, 02 Jun 2009 12:48:12 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[gladinet]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[skydrive]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/how-to-access-windows-live-skydrive-from-your-desktop/2009/06/01</guid>
		<description><![CDATA[Dropbox, Sugarsync and Zumodrive are some of the great online storage services that you can use to store, sync and access your files right from your desktop. However, they only offer a meagre free storage space (less than 5GB) that may not even be enough to backup your MP3 files. On the other hand, Windows [...]<p><strong><a href="http://maketecheasier.com/access-windows-live-skydrive-from-your-desktop/2009/06/02">How To Access Windows Live Skydrive From Your Desktop</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/access-gmail-on-your-desktop/2009/01/05' rel='bookmark' title='Permanent Link: How To Access Gmail on your Desktop'>How To Access Gmail on your Desktop</a></li><li><a href='http://maketecheasier.com/access-google-contact-from-your-desktop/2008/10/10' rel='bookmark' title='Permanent Link: Access Google Contact from your Desktop'>Access Google Contact from your Desktop</a></li><li><a href='http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15' rel='bookmark' title='Permanent Link: Dropbox: Backs Up and Syncs Files From Your Desktop'>Dropbox: Backs Up and Syncs Files From Your Desktop</a></li><li><a href='http://maketecheasier.com/one-more-way-to-install-win-7-from-usb-drive/2009/11/18' rel='bookmark' title='Permanent Link: One More Way to Install Windows 7/Vista/Server 2008 From a USB drive'>One More Way to Install Windows 7/Vista/Server 2008 From a USB drive</a></li><li><a href='http://maketecheasier.com/10-must-have-plugins-for-windows-live-writer/2008/06/25' rel='bookmark' title='Permanent Link: 10 Must-Have Plugins For Windows Live Writer'>10 Must-Have Plugins For Windows Live Writer</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5107" title="skydrive-logo" src="http://images.maketecheasier.com/2009/06/skydrive-logo.jpg" alt="skydrive-logo" width="245" height="168" />Dropbox, Sugarsync and Zumodrive are some of the great online storage services that you can use to store, sync and access your files right from your desktop. However, they only offer a meagre free storage space (less than 5GB) that may not even be enough to backup your MP3 files. On the other hand, <a href="http://skydrive.live.com" target="_blank">Windows Live Skydrive</a> provides a whopping 25GB of online storage space, much more than the storage space of some of the 1st generation netbook and it is even enough to install a whole operating system on it. As good as it seems, there is one limitation. Skydrive is purely web based and does not provide any desktop-based application for you to sync your computer data with the cloud.</p>
<p>If you are looking to access your Skydrive account from your desktop, <a href="http://www.gladinet.com/" target="_blank">Gladinet</a> is the application for you.</p>
<p>Gladinet Cloud Desktop is an application that allows you to mount cloud storage services as local folders and integrates online applications with the local desktop. It supports services such as Amazon S3,    Google docs, Picasa, Adrive, and of course Skydrive.</p>
<p>Download <a href="http://www.gladinet.com/p/download.htm" target="_blank">Gladinet</a> Starter edition (FREE)</p>
<p>Start the installer. At the end of the installation, it will prompt you to do some initial configuration.</p>
<p>Select a drive letter for Gladinet to mount to. Make sure that the drive letter does not conflict with any existing drive. Click OK to continue.</p>
<p><img style="display: inline" title="gladinet-1" src="http://images.maketecheasier.com/2009/06/gladinet1.jpg" alt="gladinet-1" width="411" height="481" /></p>
<p>In the next window, click on the Mount Disk Storage</p>
<p><img style="display: inline" title="gladinet-2" src="http://images.maketecheasier.com/2009/06/gladinet2.jpg" alt="gladinet-2" width="577" height="335" /></p>
<p>Under the service provider, select <em>Windows Live Skydrive</em> from the dropdown bar. Of course, if you are using other storage services, you can also configure them the same way here.</p>
<p><img style="display: inline" title="gladinet-3" src="http://images.maketecheasier.com/2009/06/gladinet3.jpg" alt="gladinet-3" width="448" height="449" /></p>
<p>Enter your login credential.</p>
<p><img style="display: inline" title="gladinet-4" src="http://images.maketecheasier.com/2009/06/gladinet4.jpg" alt="gladinet-4" width="448" height="453" /></p>
<p>You can now access your Skydrive right from the desktop.</p>
<p><img style="display: inline" title="skydrive-desktop" src="http://images.maketecheasier.com/2009/06/skydrivedesktop.jpg" alt="skydrive-desktop" width="577" height="410" /></p>
<p>The advantage of using Gladinet is that it mount the online storage as a network drive in your system (and it does not do a sync), so even if you computer has less than 25GB of space, you can still mount it and access all your data (you will need an Internet connection though). In addition, the ability to mount several online storage services mean that you won’t ever face the problem of insufficient storage space again.</p>
<p>Gladinet comes with a Starter edition (free), Professional edition ($29.99) and a Premium edition that is due to be released soon. Personally, I have found that the Starter edition contains features more than I ever need and is sufficient for me. However, if you require more features, you can always upgrade to the Professional edition easily.</p>
<p>What other ways do you use to access Windows Live Skydrive?</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/access-windows-live-skydrive-from-your-desktop/2009/06/02">How To Access Windows Live Skydrive From Your Desktop</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/access-gmail-on-your-desktop/2009/01/05' rel='bookmark' title='Permanent Link: How To Access Gmail on your Desktop'>How To Access Gmail on your Desktop</a></li><li><a href='http://maketecheasier.com/access-google-contact-from-your-desktop/2008/10/10' rel='bookmark' title='Permanent Link: Access Google Contact from your Desktop'>Access Google Contact from your Desktop</a></li><li><a href='http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15' rel='bookmark' title='Permanent Link: Dropbox: Backs Up and Syncs Files From Your Desktop'>Dropbox: Backs Up and Syncs Files From Your Desktop</a></li><li><a href='http://maketecheasier.com/one-more-way-to-install-win-7-from-usb-drive/2009/11/18' rel='bookmark' title='Permanent Link: One More Way to Install Windows 7/Vista/Server 2008 From a USB drive'>One More Way to Install Windows 7/Vista/Server 2008 From a USB drive</a></li><li><a href='http://maketecheasier.com/10-must-have-plugins-for-windows-live-writer/2008/06/25' rel='bookmark' title='Permanent Link: 10 Must-Have Plugins For Windows Live Writer'>10 Must-Have Plugins For Windows Live Writer</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/access-windows-live-skydrive-from-your-desktop/2009/06/02/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Mount ISO Images In Windows</title>
		<link>http://maketecheasier.com/mount-iso-images-in-windows/2009/05/19</link>
		<comments>http://maketecheasier.com/mount-iso-images-in-windows/2009/05/19#comments</comments>
		<pubDate>Tue, 19 May 2009 12:06:50 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[mount iso]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=4839</guid>
		<description><![CDATA[Mounting ISO images in your OS is a great way for you to view and run the content of the disk image without having to burn it into a CD/DVD. While Mac and Linux come with native support to mount ISO images in the system, Windows, regardless which version you are using, doesn&#8217;t come with [...]<p><strong><a href="http://maketecheasier.com/mount-iso-images-in-windows/2009/05/19">How to Mount ISO Images In Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/upgrade-windows-7-beta-to-windows-7-rc1-without-formatting-your-hard-disk/2009/05/08' rel='bookmark' title='Permanent Link: How to Upgrade Windows 7 Beta To Windows 7 RC1 Without Formatting Your Hard Disk'>How to Upgrade Windows 7 Beta To Windows 7 RC1 Without Formatting Your Hard Disk</a></li><li><a href='http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12' rel='bookmark' title='Permanent Link: How to Create a Virtual Machine of Your Existing Windows Operating System'>How to Create a Virtual Machine of Your Existing Windows Operating System</a></li><li><a href='http://maketecheasier.com/customize-windows-installation-with-nlite/2008/11/24' rel='bookmark' title='Permanent Link: Customize Windows Installation with nlite'>Customize Windows Installation with nlite</a></li><li><a href='http://maketecheasier.com/updated-boot-and-install-windows-7-from-usb-flash-drive/2009/09/12' rel='bookmark' title='Permanent Link: How To Boot And Install Windows 7 From USB Flash Drive (Updated)'>How To Boot And Install Windows 7 From USB Flash Drive (Updated)</a></li><li><a href='http://maketecheasier.com/accessing-linux-volumes-from-windows/2008/02/12' rel='bookmark' title='Permanent Link: Accessing Linux Volumes From Windows'>Accessing Linux Volumes From Windows</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="mount-iso" src="http://images.maketecheasier.com/2009/05/mount-iso.jpg" alt="mount-iso" width="300" height="101" />Mounting ISO images in your OS is a great way for you to view and run the content of the disk image without having to burn it into a CD/DVD. While Mac and Linux come with native support to mount ISO images in the system, Windows, regardless which version you are using, doesn&#8217;t come with this feature. In this article, we will show you how to mount ISO files in your Windows at a price of free.</p>
<h3>Virtual CloneDrive</h3>
<p><a href="http://www.slysoft.com/en/virtual-clonedrive.html" target="_blank">Virtual CloneDrive</a> is a third party software that works and behaves just like a physical CD/DVD drive, except that it exists virtually. Once you have installed VCD, it will mount itself as an empty CD ROM drive in your Windows Explorer. You can then use it to mount your ISO images (just like the action of putting CD into your CD-ROM).</p>
<p><strong>1.</strong> Download and install <a href="http://www.slysoft.com/en/download.html" target="_blank">Virtual Clone Drive</a>. (If you are using Windows 2000 or XP, you must be an administrator to install it, else it won&#8217;t work). You will be prompted to restart your computer.</p>
<p><strong>2.</strong> Open up your Windows Explorer. You should now see a new BD-ROM drive.</p>
<p><img class="alignnone" title="virtual-clonedrive-1" src="http://images.maketecheasier.com/2009/05/virtual-clonedrive-1.jpg" alt="virtual-clonedrive-1" width="577" height="291" /></p>
<p><strong>3.</strong> Right click on the BD-ROM and select <em>Virtual CloneDrive-&gt;Mount</em></p>
<p><img class="alignnone" title="virtual-clonedrive-2" src="http://images.maketecheasier.com/2009/05/virtual-clonedrive-2.jpg" alt="virtual-clonedrive-2" width="577" height="435" /></p>
<p><strong>4.</strong> Navigate to the directory where you store your ISO file and select it.</p>
<p><strong>5.</strong> Virtual CloneDrive will magically mount the ISO as a CD in the system. You will be able to run the application or view the content directly from the ISO file.</p>
<p><img class="alignnone" title="virtual-clonedrive-3" src="http://images.maketecheasier.com/2009/05/virtual-clonedrive-3.jpg" alt="virtual-clonedrive-3" width="577" height="264" /></p>
<p>Virtual CloneDrive works across most version of Windows, including Windows 7 RC1.</p>
<h3>Alternative method</h3>
<p>If you are not the administrator of your Windows XP machine or you can’t get Virtual CloneDrive to work, the alternative software that you can use is <a rel="nofollow" href="http://download.microsoft.com/download/7/b/6/7b6abd84-7841-4978-96f5-bd58df02efa2/winxpvirtualcdcontrolpanel_21.exe" target="_blank">Virtual CD-ROM Control Panel</a>.</p>
<p><strong>1.</strong> Download Microsoft Virtual CD-ROM Control Panel package.</p>
<p><strong>2.</strong> Double click the .exe file to extract the package. When prompted, remember to select <em>Desktop</em> as the directory to unzip the folder to.</p>
<p><strong>3.</strong> You should now have three files on your desktop: <em>VcdControlTool.exe</em>, <em>VCdRom.sys</em> and a <em>readme.txt</em> file.</p>
<p><strong>4.</strong> Copy the <em>VCdRom.sys</em> to your <em>C:\WINDOWS\system32\drivers</em> folder.</p>
<p><strong>5.</strong> Double click the VCdControlTool.exe to run it.</p>
<p><img class="alignnone" title="vcd-control-panel-1" src="http://images.maketecheasier.com/2009/05/vcd-control-panel-1.jpg" alt="vcd-control-panel-1" width="485" height="355" /></p>
<p><strong>6.</strong> Click &#8220;<em>Driver Control</em>&#8221;</p>
<p><img class="alignnone" title="vcd-control-panel-2" src="http://images.maketecheasier.com/2009/05/vcd-control-panel-2.jpg" alt="vcd-control-panel-2" width="294" height="235" /></p>
<p><strong>7.</strong> Click on the <em>Install Driver</em> and point the directory to the VcdRom.sys file in <em>C:\WINDOWS\system32\drivers</em> folder.</p>
<p><img class="alignnone" title="vcd-control-panel-3" src="http://images.maketecheasier.com/2009/05/vcd-control-panel-3.jpg" alt="vcd-control-panel-3" width="289" height="230" /></p>
<p><strong>8.</strong> Click on <em>Start</em> follow by <em>OK.</em></p>
<p><strong>9.</strong> Back to the main window, click &#8220;<em>Add Drive</em>&#8220;. You should see a new drive mounted on your system.</p>
<p><img class="alignnone" title="vcd-control-panel-4" src="http://images.maketecheasier.com/2009/05/vcd-control-panel-4.jpg" alt="vcd-control-panel-4" width="486" height="358" /></p>
<p><strong>10.</strong> Click on <em>Mount</em> and navigate to the directory where you save the ISO file. Select the ISO file. It will prompt you for special mount option. Ignore that and click <em>OK</em>.</p>
<p><img class="alignnone" title="vcd-control-panel-5" src="http://images.maketecheasier.com/2009/05/vcd-control-panel-5.jpg" alt="vcd-control-panel-5" width="292" height="191" /></p>
<p><strong>11.</strong> You can now access your ISO file within your Windows Explorer. When you are done, <em>unmount</em>, <em>stop</em>, and <em>remove the driver</em> from the Virtual CD-Rom Control Panel.</p>
<p>What other ways do you use to mount ISO files in Windows?</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/mount-iso-images-in-windows/2009/05/19">How to Mount ISO Images In Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/upgrade-windows-7-beta-to-windows-7-rc1-without-formatting-your-hard-disk/2009/05/08' rel='bookmark' title='Permanent Link: How to Upgrade Windows 7 Beta To Windows 7 RC1 Without Formatting Your Hard Disk'>How to Upgrade Windows 7 Beta To Windows 7 RC1 Without Formatting Your Hard Disk</a></li><li><a href='http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12' rel='bookmark' title='Permanent Link: How to Create a Virtual Machine of Your Existing Windows Operating System'>How to Create a Virtual Machine of Your Existing Windows Operating System</a></li><li><a href='http://maketecheasier.com/customize-windows-installation-with-nlite/2008/11/24' rel='bookmark' title='Permanent Link: Customize Windows Installation with nlite'>Customize Windows Installation with nlite</a></li><li><a href='http://maketecheasier.com/updated-boot-and-install-windows-7-from-usb-flash-drive/2009/09/12' rel='bookmark' title='Permanent Link: How To Boot And Install Windows 7 From USB Flash Drive (Updated)'>How To Boot And Install Windows 7 From USB Flash Drive (Updated)</a></li><li><a href='http://maketecheasier.com/accessing-linux-volumes-from-windows/2008/02/12' rel='bookmark' title='Permanent Link: Accessing Linux Volumes From Windows'>Accessing Linux Volumes From Windows</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/mount-iso-images-in-windows/2009/05/19/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How To Install WordPress MU In Windows Localhost (With XAMPP)</title>
		<link>http://maketecheasier.com/install-wordpress-mu-in-windows-localhost-with-xampp/2009/05/02</link>
		<comments>http://maketecheasier.com/install-wordpress-mu-in-windows-localhost-with-xampp/2009/05/02#comments</comments>
		<pubDate>Sat, 02 May 2009 09:13:24 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wordpress-mu]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=4342</guid>
		<description><![CDATA[We are all familiar with WordPress, the popular software that makes blogging an easy and enjoyable task. WordPress MU is an extension of WordPress that gives you the capability to create multiple blogs in one domain. One good example of WordPress MU in action is WordPress.com.
If you want to use WordPress MU on your site, [...]<p><strong><a href="http://maketecheasier.com/install-wordpress-mu-in-windows-localhost-with-xampp/2009/05/02">How To Install WordPress MU In Windows Localhost (With XAMPP)</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/one-more-way-to-install-win-7-from-usb-drive/2009/11/18' rel='bookmark' title='Permanent Link: One More Way to Install Windows 7/Vista/Server 2008 From a USB drive'>One More Way to Install Windows 7/Vista/Server 2008 From a USB drive</a></li><li><a href='http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23' rel='bookmark' title='Permanent Link: How To Boot And Install Windows 7 From USB Flash Drive'>How To Boot And Install Windows 7 From USB Flash Drive</a></li><li><a href='http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12' rel='bookmark' title='Permanent Link: How to Create a Virtual Machine of Your Existing Windows Operating System'>How to Create a Virtual Machine of Your Existing Windows Operating System</a></li><li><a href='http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28' rel='bookmark' title='Permanent Link: How to Install Ubuntu in Windows'>How to Install Ubuntu in Windows</a></li><li><a href='http://maketecheasier.com/run-linux-apps-in-windows/2008/03/24' rel='bookmark' title='Permanent Link: Run Linux Apps In Windows'>Run Linux Apps In Windows</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4345" title="wordpressmu-header" src="http://images.maketecheasier.com/2009/05/wordpressmu-header.jpg" alt="wordpressmu-header" width="300" height="53" />We are all familiar with WordPress, the popular software that makes blogging an easy and enjoyable task. WordPress MU is an extension of WordPress that gives you the capability to create multiple blogs in one domain. One good example of WordPress MU in action is <a href="http://www.wordpress.com" target="_blank">WordPress.com</a>.</p>
<p>If you want to use WordPress MU on your site, but wanted to test it thoroughly before making it live on the server, the best way is to create a local server and test the installation in your computer first. In this tutorial, you will learn how to create local sever on Windows (using Xampp) and install WordPress MU.</p>
<h3>Installing Local Server</h3>
<p>1. Go to <a href="http://www.apachefriends.org/en/xampp-windows.html" target="_blank">Xampp For Windows</a> and download the Windows installer.</p>
<p>Run the installer. When it comes to the installation options page, select Install <em>Apache</em> and <em>MySQL</em> as a service.</p>
<p><img class="alignnone" title="Xampp installation options" src="http://images.maketecheasier.com/2009/05/xampp-1.jpg" alt="Xampp installation options" /></p>
<p>2. Once the installation is completed, go to <em>Start -&gt; Program -&gt; Apache Friends -&gt; XAMPP -&gt; XAMPP Control Panel</em>. Press the Start button beside Apache and MySQL.</p>
<p><img class="alignnone" title="Xampp control panel" src="http://images.maketecheasier.com/2009/05/xampp-2.jpg" alt="Xampp control panel" /></p>
<p>Your local server is now running. Open your browser and go the URL: <em>http://localhost</em>. It should show the following page:</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/05/xampp-3.jpg" alt="" /></p>
<h3>Installing WordPress MU</h3>
<p>3. Download the <a href="http://mu.wordpress.org/download/" target="_blank">WordPress MU zip file</a>.</p>
<p>4. Extract it to the folder: <em>C:\xampp\htdocs\</em> (if you have installed Xampp in different location, you have to extract the WordPress-MU folder to the htdocs folder in the Xampp directory)</p>
<p><strong>Setting up database for WordPress-MU</strong></p>
<p>5. In your browser, go to the URL: <em>http://localhost/phpmyadmin</em></p>
<p>In the &#8220;Create New Database&#8221; field, enter a name for your database. Press <em>Create</em>.</p>
<p><img class="alignnone" title="creating wordpress mu database" src="http://images.maketecheasier.com/2009/05/wordpress-mu-db.jpg" alt="creating wordpress mu database" /></p>
<p><strong>Configuring virtualhost</strong></p>
<p>6. To install WordPress MU in localhost, we need to set up virtual hosting in Windows system.</p>
<p>Go to <em>C:\WINDOWS\system32\drivers\etc</em> and open the file &#8220;<em>hosts&#8221;</em> with notepad (you need to have administrator privilege to edit the file. Right click the Notepad application in the Start menu and select <em>Run As Administrator</em>).</p>
<p>Insert in the line</p>
<p class="codeblock">127.0.0.1 localhost.localdomain</p>
<p>to the end of the file. Save and close the file.</p>
<p>7. Back to your browser, go to the URL: <em>http://localhost.localdomain/wordpress-mu</em>. You should see the WordPress MU installation page.</p>
<p>In the field where it asks you to choose between <em>Sub-domains</em> or <em>Sub-directories</em>, select <em>Sub-directories</em>. This will save you plenty of trouble later on.</p>
<p><img class="alignnone" title="wordpress mu choosing sub directories" src="http://images.maketecheasier.com/2009/05/wordpress-mu-1.jpg" alt="wordpress mu choosing sub directories" /></p>
<p>If you insist on choosing Sub-domains, whenever you create a new test blog (with the sub-domain test1), you will need to update the hosts file with the sub-domain entry.</p>
<p class="codeblock">127.0.0.1 test1.localhost.localdomain</p>
<p>In the database section, enter the database name that you have created just now. Under the Username field, enter &#8216;<em>root</em>&#8216; and leave the password field blank.</p>
<p><img class="alignnone" title="Wordpress mu database entry" src="http://images.maketecheasier.com/2009/05/wordpress-mu-2.jpg" alt="Wordpress mu database entry" /></p>
<p>When you are done filling in the rest of the details, click the Submit button to finish the installation. If everything goes smoothly, you should see the &#8220;Installation Finished&#8221; page.</p>
<p><img class="alignnone" title="wordpress mu installation finished" src="http://images.maketecheasier.com/2009/05/wordpress-mu-3.jpg" alt="wordpress mu installation finished" /></p>
<p>That&#8217;s it.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/install-wordpress-mu-in-windows-localhost-with-xampp/2009/05/02">How To Install WordPress MU In Windows Localhost (With XAMPP)</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/one-more-way-to-install-win-7-from-usb-drive/2009/11/18' rel='bookmark' title='Permanent Link: One More Way to Install Windows 7/Vista/Server 2008 From a USB drive'>One More Way to Install Windows 7/Vista/Server 2008 From a USB drive</a></li><li><a href='http://maketecheasier.com/boot-and-install-windows-7-from-usb-flash-drive/2009/01/23' rel='bookmark' title='Permanent Link: How To Boot And Install Windows 7 From USB Flash Drive'>How To Boot And Install Windows 7 From USB Flash Drive</a></li><li><a href='http://maketecheasier.com/create-virtual-machine-of-windows-os/2009/11/12' rel='bookmark' title='Permanent Link: How to Create a Virtual Machine of Your Existing Windows Operating System'>How to Create a Virtual Machine of Your Existing Windows Operating System</a></li><li><a href='http://maketecheasier.com/install-ubuntu-in-windows/2009/07/28' rel='bookmark' title='Permanent Link: How to Install Ubuntu in Windows'>How to Install Ubuntu in Windows</a></li><li><a href='http://maketecheasier.com/run-linux-apps-in-windows/2008/03/24' rel='bookmark' title='Permanent Link: Run Linux Apps In Windows'>Run Linux Apps In Windows</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/install-wordpress-mu-in-windows-localhost-with-xampp/2009/05/02/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Control Your Windows Desktop With Mouse Gestures</title>
		<link>http://maketecheasier.com/control-your-windows-desktop-with-mouse-gestures/2009/05/01</link>
		<comments>http://maketecheasier.com/control-your-windows-desktop-with-mouse-gestures/2009/05/01#comments</comments>
		<pubDate>Fri, 01 May 2009 09:00:07 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[mouse actions]]></category>
		<category><![CDATA[mouse gestures]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=4336</guid>
		<description><![CDATA[In Opera browser, there is this inbuilt mouse gestures function that allows you to control and automate your browser with mouse action. In Firefox, you can also install FireGestures to enable the mouse action feature. Now, how about bringing this little useful features to your Windows so you can control your desktop with a stroke [...]<p><strong><a href="http://maketecheasier.com/control-your-windows-desktop-with-mouse-gestures/2009/05/01">Control Your Windows Desktop With Mouse Gestures</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/control-your-applications-with-mouse-gestures/2008/04/15' rel='bookmark' title='Permanent Link: [Mac OSX] Control Your Applications With Mouse Gestures'>[Mac OSX] Control Your Applications With Mouse Gestures</a></li><li><a href='http://maketecheasier.com/mouseaway-keep-your-mouse-cursor-out-of-the-way/2009/01/02' rel='bookmark' title='Permanent Link: MouseAway: Keep Your Mouse Cursor Out Of The Way'>MouseAway: Keep Your Mouse Cursor Out Of The Way</a></li><li><a href='http://maketecheasier.com/access-windows-live-skydrive-from-your-desktop/2009/06/02' rel='bookmark' title='Permanent Link: How To Access Windows Live Skydrive From Your Desktop'>How To Access Windows Live Skydrive From Your Desktop</a></li><li><a href='http://maketecheasier.com/get-your-desktop-organized-with-stardock-fences/2009/02/18' rel='bookmark' title='Permanent Link: Get Your Desktop Organized With Stardock Fences'>Get Your Desktop Organized With Stardock Fences</a></li><li><a href='http://maketecheasier.com/retrieve-and-change-your-windows-product-key-with-rockxp/2009/01/03' rel='bookmark' title='Permanent Link: Retrieve And Change Your Windows Product Key With RockXP'>Retrieve And Change Your Windows Product Key With RockXP</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="mouse-gesture" src="http://images.maketecheasier.com/2009/05/mouse-gesture.jpg" alt="mouse-gesture" width="150" height="160" />In Opera browser, there is this inbuilt mouse gestures function that allows you to control and automate your browser with mouse action. In Firefox, you can also install <a href="https://addons.mozilla.org/en-US/firefox/addon/6366" target="_blank">FireGestures</a> to enable the mouse action feature. Now, how about bringing this little useful features to your Windows so you can control your desktop with a stroke of the mouse?</p>
<h3><a href="http://www.winmatrix.com/forums/index.php?showtopic=18983" target="_blank">Mazzick</a></h3>
<p>Mazzick is a nifty little mouse gesture applications that requires no installation. It is truly portable in that you can carry it in your flash drive and use it on any Windows-based computer.</p>
<p><img class="alignnone" title="Mazzick 1" src="http://images.maketecheasier.com/2009/05/mazzick1.jpg" alt="mazzick mouse gestures" width="458" height="497" /></p>
<p>Mazzick comes preinstalled with a list of gestures that you can use instantly. To activate the mouse action, you can either press the SHIFT button together with the mouse movement or move the mouse with the middle button (or the scroll wheel) pressed down.</p>
<p><img class="alignnone" title="mazzick define new gesture" src="http://images.maketecheasier.com/2009/05/mazzick2.jpg" alt="mazzick define new gesture" width="500" height="465" /></p>
<p>You can easily create a new gesture by drawing on the testing board and enter the actions to be performed. One thing that I like is that you can define a series of keyboard shortcuts with a specific mouse gesture. For example, you are playing music with Realplayer and you want to pause the music while picking up the call, you can define a mouse gesture and enter</p>
<p>&#8220;<em>&lt;open=&#8221;realplay.exe&#8221; sleep=500&gt;&lt;Ctrl+P sleep=200&gt;&lt;Alt+Space sleep=100&gt;&lt;Down sleep=50&gt;&lt;Down sleep=50&gt;&lt;Down sleep=100&gt;&lt;Enter&gt;&#8221;</em></p>
<p>in the parameter. What this string of command does is to Open Realplayer -&gt; Pause/Play -&gt; Minimize Realplayer. Isn&#8217;t this cool?</p>
<h3><a href="http://www.tcbmi.com/strokeit/" target="_blank">StrokeIt</a></h3>
<p>StrokeIt has been around for quite some time and is quite popular with many Windows users. Weighing at 105kb, it is also the smallest mouse gesture application around.</p>
<p><img title="strokeit Preferences window" src="http://images.maketecheasier.com/2009/05/strokeit1.jpg" alt="strokeit Preferences window" width="491" height="416" /></p>
<p>To run mouse gestures, you just need to press (and hold) the right button of the mouse and move it around. While there is a pre-defined list of gestures that you can use, it can cleverly detect any unknown gesture and prompt you if you want to save as a new gesture/action.</p>
<p>The last active development for StrokeIt ends in 2005, so it is no surprise that most of the pre-defined gestures are for applications that no longer exist today. A good thing is, you are not restrict to these gestures and can change/remove the existing list to free up the space for new gestures.</p>
<p>Adding new gestures in StrokeIt doesn&#8217;t require you to draw on the drawing board. All the actions are available as a dropdown selection box. You will have to make several selections before the new gesture is ready for action. While there is nothing wrong with this way of adding new gestures, it is definitely not the most efficient way.</p>
<p><img title="strokeit2" src="http://images.maketecheasier.com/2009/05/strokeit2.jpg" alt="strokeit2" width="485" height="537" /></p>
<h3><a href="http://www.handform.net/gmote.php" target="_blank">gMote</a></h3>
<p><img title="gmote screenshot" src="http://images.maketecheasier.com/2009/05/gmote1.jpg" alt="gmote screenshot" width="577" height="405" /></p>
<p>gMote is another great mouse gesture app that doesn&#8217;t require any installation. It is highly configurable and allows you to personalize the settings to your preferences. You can change the ways to activate the mouse actions, change the trail colors, enable timeout and set exclude programs (such as Firefox, Opera to avoid mouse gesture duplication).</p>
<p><img title="gmote preferences window" src="http://images.maketecheasier.com/2009/05/gmote2.jpg" alt="gmote preferences window" width="577" height="466" /></p>
<p>Unlike other apps, gMote doesn&#8217;t come with a long list of pre-defined gestures. In fact, it has a big testing screen to encourages you to create your own gestures (by pressing the Create Gesture button) and choose from a list of actions that you want the gesture to perform. I like this feature very much as I prefer to create my own mouse gestures for my favorite applications rather than learning from the existing list of gestures.</p>
<p>Which mouse gestures application do you use?</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/control-your-windows-desktop-with-mouse-gestures/2009/05/01">Control Your Windows Desktop With Mouse Gestures</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/control-your-applications-with-mouse-gestures/2008/04/15' rel='bookmark' title='Permanent Link: [Mac OSX] Control Your Applications With Mouse Gestures'>[Mac OSX] Control Your Applications With Mouse Gestures</a></li><li><a href='http://maketecheasier.com/mouseaway-keep-your-mouse-cursor-out-of-the-way/2009/01/02' rel='bookmark' title='Permanent Link: MouseAway: Keep Your Mouse Cursor Out Of The Way'>MouseAway: Keep Your Mouse Cursor Out Of The Way</a></li><li><a href='http://maketecheasier.com/access-windows-live-skydrive-from-your-desktop/2009/06/02' rel='bookmark' title='Permanent Link: How To Access Windows Live Skydrive From Your Desktop'>How To Access Windows Live Skydrive From Your Desktop</a></li><li><a href='http://maketecheasier.com/get-your-desktop-organized-with-stardock-fences/2009/02/18' rel='bookmark' title='Permanent Link: Get Your Desktop Organized With Stardock Fences'>Get Your Desktop Organized With Stardock Fences</a></li><li><a href='http://maketecheasier.com/retrieve-and-change-your-windows-product-key-with-rockxp/2009/01/03' rel='bookmark' title='Permanent Link: Retrieve And Change Your Windows Product Key With RockXP'>Retrieve And Change Your Windows Product Key With RockXP</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/control-your-windows-desktop-with-mouse-gestures/2009/05/01/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>View .Docx Files With Word Viewer For Windows</title>
		<link>http://maketecheasier.com/view-docx-files-with-word-viewer-for-windows/2009/04/25</link>
		<comments>http://maketecheasier.com/view-docx-files-with-word-viewer-for-windows/2009/04/25#comments</comments>
		<pubDate>Sat, 25 Apr 2009 12:34:57 +0000</pubDate>
		<dc:creator>Norm</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Word Viewer]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=4217</guid>
		<description><![CDATA[Is this a familiar scene for you?  Someone has sent you a file with the .docx extension and you can’t open it?
Fear not, help is on the way.
Since the early days of Office 2003, Microsoft has been offering a free download of an application called Word Viewer that allows users to open documents created with [...]<p><strong><a href="http://maketecheasier.com/view-docx-files-with-word-viewer-for-windows/2009/04/25">View .Docx Files With Word Viewer For Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/convert-pdf-files-to-word/2009/03/11' rel='bookmark' title='Permanent Link: How To Convert PDF Files to Word'>How To Convert PDF Files to Word</a></li><li><a href='http://maketecheasier.com/free-up-your-system-resources-with-svchost-viewer/2009/02/28' rel='bookmark' title='Permanent Link: Free Up Your System Resources With Svchost Viewer'>Free Up Your System Resources With Svchost Viewer</a></li><li><a href='http://maketecheasier.com/view-your-website-in-different-ie-browsers-simultaneously/2009/04/03' rel='bookmark' title='Permanent Link: View Your Website in Different IE Browsers Simultaneously'>View Your Website in Different IE Browsers Simultaneously</a></li><li><a href='http://maketecheasier.com/identify-duplicate-files-and-delete-it-with-utmost-care/2009/02/15' rel='bookmark' title='Permanent Link: How To Identify Duplicate Files And Delete It With Utmost Care In Windows'>How To Identify Duplicate Files And Delete It With Utmost Care In Windows</a></li><li><a href='http://maketecheasier.com/upgrade-windows-7-beta-to-windows-7-rc1-without-formatting-your-hard-disk/2009/05/08' rel='bookmark' title='Permanent Link: How to Upgrade Windows 7 Beta To Windows 7 RC1 Without Formatting Your Hard Disk'>How to Upgrade Windows 7 Beta To Windows 7 RC1 Without Formatting Your Hard Disk</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://images.maketecheasier.com/2009/04/0-wordviewer-thumb.png" alt="Word Viewer" width="171" height="204" />Is this a familiar scene for you?  Someone has sent you a file with the .docx extension and you can’t open it?</p>
<p>Fear not, help is on the way.</p>
<p>Since the early days of Office 2003, Microsoft has been offering a free download of an application called Word Viewer that allows users to open documents created with Microsoft Word on Windows-based computers that don’t have Office installed.</p>
<p>The caveat here is that you have to download to different installers.  The first one installs Word Viewer 2003 and the second installs the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=941b3470-3ae9-4aee-8f43-c6bb74cd1466&amp;DisplayLang=en" target="_blank">Office Compatibility Pack</a>.  This second download is what allows Word Viewer to open documents created with Word 2007.</p>
<p>In this walkthrough, I’ve created a test.docx file and sent it to a bare bones Windows XP installation.  Let’s have a look at how I was able to view it.</p>
<p>For starters, here is what happens when I try to open test.docx without having any viewer installed:</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/04/1-wordviewer.png" alt="Word Viewer" width="425" height="269" /></p>
<p>Doesn’t really give you a warm and friendly feeling, does it?  No worries, open up a web browser and download the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=3657CE88-7CFA-457A-9AEC-F4F827F20CAC&amp;displaylang=en" target="_blank">Word Viewer from the Microsoft Download Center</a>.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/04/3-wordviewer.png" alt="Word Viewer" width="577" height="450" /></p>
<p>After the download completes, click the <em>Run</em> button or double-click the downloaded file.  In Windows XP you will see the following warning:</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/04/4-wordviewer.png" alt="" width="404" height="309" /></p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/04/5-wordviewer.png" alt="" width="577" height="362" /></p>
<p>Click <em>Run</em> and then follow through the wizard.  I used the default settings for this example.</p>
<p>Eventually you should see the “Installation Complete” prompt.</p>
<p><img src="http://images.maketecheasier.com/2009/04/11-wordviewer-thumb.png" alt="Word Viewer" width="228" height="111" /></p>
<p>After clicking the <em>Ok</em> button, Word Viewer will launch and attempt to open a document.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/04/12-wordviewer.png" alt="Word Viewer" width="577" height="332" /></p>
<p>If you want to save yourself some time and energy, you can grab the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=941b3470-3ae9-4aee-8f43-c6bb74cd1466&amp;displaylang=en" target="_blank">Microsoft Office Compatibility Pack from the Microsoft Download Center</a> and install it before launching the Word Viewer for the first time.  If you don’t want to be proactive, Word Viewer will prompt you to download it when you try to open your first .docx file.</p>
<p><img src="http://images.maketecheasier.com/2009/04/13-wordviewer-thumb.png" border="0" alt="Word Viewer" width="577" height="87" /></p>
<p>Clicking <em>Ok</em> will open up a browser and take you to the download page.</p>
<p>Just like the first install, this one is very straight forward.  After skipping past the security warning, follow the on-screen prompts for a swift installation.</p>
<p><img src="http://images.maketecheasier.com/2009/04/15-wordviewer-thumb.png" alt="Word Viewer" width="244" height="188" /><img src="http://images.maketecheasier.com/2009/04/16-wordviewer-thumb.png" alt="Word Viewer" width="244" height="155" /></p>
<p><img src="http://images.maketecheasier.com/2009/04/17-wordviewer-thumb.png" alt="Word Viewer" width="244" height="100" /><img src="http://images.maketecheasier.com/2009/04/18-wordviewer-thumb.png" alt="Word Viewer" width="244" height="83" /></p>
<p>Once you complete this installation, open Word Viewer again.  Notice anything different?</p>
<p>The icon is now displayed as the Microsoft Word document icon.</p>
<p><img src="http://images.maketecheasier.com/2009/04/21-wordviewer-thumb.png" alt="Word Viewer" width="154" height="139" /></p>
<p>Here is a side by side comparison of the file open in Word 2007 (on the left) and Word Viewer (on the right).</p>
<p><a rel="lightbox" href="http://images.maketecheasier.com/2009/04/original-test-file.png"><img style="display: inline; border: 0px;" src="http://images.maketecheasier.com/2009/04/original-test-file-thumb.png" border="0" alt="Word Viewer" width="242" height="274" /></a> <a rel="lightbox" href="http://images.maketecheasier.com/2009/04/20-wordviewer.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" src="http://images.maketecheasier.com/2009/04/20-wordviewer-thumb.png" border="0" alt="Word Viewer" width="264" height="274" /></a></p>
<p>Looks perfect to me!</p>
<p>Even though the icon updated when opening a file from Word Viewer, the icon on my desktop didn’t update until I rebooted the system.  It’s also good to note that you can now just double-click a .docx (or .doc) file and Word Viewer will automatically open it.</p>
<p>What viewer do you use for .docx files?</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/view-docx-files-with-word-viewer-for-windows/2009/04/25">View .Docx Files With Word Viewer For Windows</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/convert-pdf-files-to-word/2009/03/11' rel='bookmark' title='Permanent Link: How To Convert PDF Files to Word'>How To Convert PDF Files to Word</a></li><li><a href='http://maketecheasier.com/free-up-your-system-resources-with-svchost-viewer/2009/02/28' rel='bookmark' title='Permanent Link: Free Up Your System Resources With Svchost Viewer'>Free Up Your System Resources With Svchost Viewer</a></li><li><a href='http://maketecheasier.com/view-your-website-in-different-ie-browsers-simultaneously/2009/04/03' rel='bookmark' title='Permanent Link: View Your Website in Different IE Browsers Simultaneously'>View Your Website in Different IE Browsers Simultaneously</a></li><li><a href='http://maketecheasier.com/identify-duplicate-files-and-delete-it-with-utmost-care/2009/02/15' rel='bookmark' title='Permanent Link: How To Identify Duplicate Files And Delete It With Utmost Care In Windows'>How To Identify Duplicate Files And Delete It With Utmost Care In Windows</a></li><li><a href='http://maketecheasier.com/upgrade-windows-7-beta-to-windows-7-rc1-without-formatting-your-hard-disk/2009/05/08' rel='bookmark' title='Permanent Link: How to Upgrade Windows 7 Beta To Windows 7 RC1 Without Formatting Your Hard Disk'>How to Upgrade Windows 7 Beta To Windows 7 RC1 Without Formatting Your Hard Disk</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/view-docx-files-with-word-viewer-for-windows/2009/04/25/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Manage Your Ebook Library with Calibre</title>
		<link>http://maketecheasier.com/manage-your-ebook-library-with-calibre/2009/04/12</link>
		<comments>http://maketecheasier.com/manage-your-ebook-library-with-calibre/2009/04/12#comments</comments>
		<pubDate>Sun, 12 Apr 2009 05:10:36 +0000</pubDate>
		<dc:creator>Norm</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Calibre]]></category>
		<category><![CDATA[Ebook]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=3952</guid>
		<description><![CDATA[How many times have you stared at the vast collection of ebooks that you have and wondered if there was a better way to keep track of them?  I certainly have. Time and time again I sift through my ebooks as I attempt to locate one that I knew I had somewhere. I knew that [...]<p><strong><a href="http://maketecheasier.com/manage-your-ebook-library-with-calibre/2009/04/12">Manage Your Ebook Library with Calibre</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/mac-manage-your-app-windows-more-efficiently-with-windowshade-x/2009/09/20' rel='bookmark' title='Permanent Link: Mac: Manage Your App Windows More Efficiently With Windowshade X'>Mac: Manage Your App Windows More Efficiently With Windowshade X</a></li><li><a href='http://maketecheasier.com/how-to-manage-your-email-more-efficiently-with-postbox/2009/06/17' rel='bookmark' title='Permanent Link: How to Manage Your Email More Efficiently With Postbox'>How to Manage Your Email More Efficiently With Postbox</a></li><li><a href='http://maketecheasier.com/use-zimbra-to-manage-your-email-accounts/2009/01/19' rel='bookmark' title='Permanent Link: How To Use Zimbra To Manage Your Email Accounts'>How To Use Zimbra To Manage Your Email Accounts</a></li><li><a href='http://maketecheasier.com/recover-long-lost-files-with-recuva/2009/01/29' rel='bookmark' title='Permanent Link: Recover Long Lost Files with Recuva'>Recover Long Lost Files with Recuva</a></li><li><a href='http://maketecheasier.com/capture-and-manage-your-screenshots-easily-with-gadwin-print-screen/2009/03/01' rel='bookmark' title='Permanent Link: How To Capture And Manage Your Screenshots Easily In Windows'>How To Capture And Manage Your Screenshots Easily In Windows</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://images.maketecheasier.com/2009/04/00-calibre-thumb.png" alt="Calibre Logo" width="189" height="141" />How many times have you stared at the vast collection of ebooks that you have and wondered if there was a better way to keep track of them?  I certainly have. Time and time again I sift through my ebooks as I attempt to locate one that I knew I had somewhere. I knew that there must be a better way and finally I found it!</p>
<p><a href="http://calibre.kovidgoyal.net/" target="_blank">Calibre</a> is a &#8220;one stop solution to all your ebook needs&#8221;. The site wasn&#8217;t lying. This handy application is a free, open-source, cross-platform (Windows, Linux, OS X) ebook library that offers incredible value and useful features.</p>
<p>In this walkthrough, we&#8217;ll look at installing Calibre in Windows and check out some of the basic features.</p>
<p>As I mentioned, Calibre comes in many flavours including Windows, Linux, and OS X.  With that kind of selection, it&#8217;s appealing to a broad range of users.  Visit their <a href="http://calibre.kovidgoyal.net/download_windows" target="_blank">download site</a> to get your copy and get started.</p>
<p>As with many installations on Windows Vista, the UAC will prompt you to make sure you actually want to install the software that has started installing.  Click <em>Run</em> and continue to the installation wizard.</p>
<p><img src="http://images.maketecheasier.com/2009/04/02-calibre.png" alt="Calibre Install" width="414" height="313" /></p>
<p>The wizard for Calibre is very straight-forward and much like many of the other applications I’ve shown you, I chose to use mainly the default settings. The only thing that I changed is the install location. I have a second drive in my main system that I install all of the applications to. This makes it easier for recovery if I have to reinstall the operating system. Simply follow the prompts to navigate through the wizard.</p>
<p>Once you click <em>Finish</em> on the final screen, Calibre will prompt you for a location for your ebook library.  This is not the location where the books are, but rather the location for the database of information that Calibre will store. Your Documents folder (or My Documents) will suffice.</p>
<p><img src="http://images.maketecheasier.com/2009/04/07-calibre.png" alt="Calibre Install" width="334" height="365" /></p>
<p>Once the storage directory is selected, Calibre opens up to the main window.  At this point there is nothing in the library, so you&#8217;ll need to go ahead and add some ebooks.  Click the little arrow next to the <em>Add books</em> icon on the toolbar.  In the dropdown, select the most appriate option.  I chose to add books from directories, including sub-directories.</p>
<p><img src="http://images.maketecheasier.com/2009/04/14-calibre.png" alt="Calibre Add Files" width="551" height="183" /></p>
<p>After selecting the way you want to add ebooks, you will br prompted so select the location where the ebooks that you wish to add are located.  After selecting the folder, Calibre will begin sifting through the files in the directory (and sub-directories) searching for ebooks.</p>
<p><img src="http://images.maketecheasier.com/2009/04/09-calibre.png" alt="Calibre Install" width="577" height="272" /></a></p>
<p><em>Just a small note, I did have one ebook that Calibre could not read.  Every time it attempted to read it, the whole app would hang.  Eventually I removed the offending publication, but I have no idea why it wouldn&#8217;t process. If this happens to you, simply open the task manager and terminate the application, then start it up again.</em></p>
<p>For this example, I only added a small handful of my ebooks.  All of them were in .PDF format and all of them were missing some meta data.  In the image below you can see that all of the authors are Unknown.  That&#8217;s ok though, you can add the meta data to the ebook if you have that sort of ambition.</p>
<p><img src="http://images.maketecheasier.com/2009/04/10-calibre.png" border="0" alt="Calibre Library" width="575" height="480" /></p>
<p>Clicking on an ebook and clicking the <em>View</em> toolbar icon will open the ebook in it&#8217;s native viewer.  In my case it was Adobe Reader.</p>
<p><img src="http://images.maketecheasier.com/2009/04/11-calibre.png" alt="Calibre View Book" width="392" height="480" /></p>
<p>There are no shortage of features in this ebook library management application. For example, you can click on the arrow icon in the lower right corner of the window and your library will switch to a graphical selection window. Sadly, none of my ebooks had a cover graphic with them, however I did notice that you could attach one to it in the meta data editor.</p>
<p>There is an option to fetch the title image from the Internet, however the ISBN appears to be needed to make that work. I didn&#8217;t have much luck with it. Even though I had the ISBN, I was prompted for a username and password for a site called <a href="http://www.librarything.com/" target="_blank">LibraryThing.com</a> and I don&#8217;t happen to have an account. Registration is apparently free though, so go ahead and give it a try.</p>
<p>Maybe a future release will be improved so that it automatically pulls the image from a web service much like iTunes or Windows Media Player does for album art.</p>
<p><img src="http://images.maketecheasier.com/2009/04/13-calibre.png" alt="Graphical Calibre" width="539" height="480" /></p>
<p>I mentioned the ability to edit the meta data for an ebook and it couldn&#8217;t be easier. Check out the screenshot below. Here you can see all of the fields that you can edit. Things like Title, Author, Publisher, and ISBN are all fields that you can update.</p>
<p>You can also give the book a rating out of 5 stars and add tags to it. The tags can be quite handy if you use the tag searcher to locate certain types of books. Best of all, you can fetch the information from the Internet based on the ISBN or the title/author.</p>
<p>There is also an option to bulk edit the data on multiple books. This saves valuable time when updating collections with similar attributes.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/04/15_calibre.png" alt="Caliber Meta Edit" width="577" height="502" /></p>
<p>Another one of the features that I really liked about Calibre is the extensibility that the program offers. From the <em>Preferences</em> window, you can select <em>Plugins</em> and you’ll be given the option of viewing your current set of plugins, customizing them, or adding new ones.</p>
<p><img src="http://images.maketecheasier.com/2009/04/12-calibre.png" alt="Calibre Plugins" width="577" height="419" /></p>
<p>As you can see, Calibre is an action-packed, open-source freeware application that is a must have for anyone with an ebook collection. It doesn&#8217;t matter if you have 5 books, or 500 books, Calibre can simplify the management of that library and free up some valuable time.</p>
<p>If you use a different free ebook manager, let us know in the comments.  We&#8217;d love to compare!</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/manage-your-ebook-library-with-calibre/2009/04/12">Manage Your Ebook Library with Calibre</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/mac-manage-your-app-windows-more-efficiently-with-windowshade-x/2009/09/20' rel='bookmark' title='Permanent Link: Mac: Manage Your App Windows More Efficiently With Windowshade X'>Mac: Manage Your App Windows More Efficiently With Windowshade X</a></li><li><a href='http://maketecheasier.com/how-to-manage-your-email-more-efficiently-with-postbox/2009/06/17' rel='bookmark' title='Permanent Link: How to Manage Your Email More Efficiently With Postbox'>How to Manage Your Email More Efficiently With Postbox</a></li><li><a href='http://maketecheasier.com/use-zimbra-to-manage-your-email-accounts/2009/01/19' rel='bookmark' title='Permanent Link: How To Use Zimbra To Manage Your Email Accounts'>How To Use Zimbra To Manage Your Email Accounts</a></li><li><a href='http://maketecheasier.com/recover-long-lost-files-with-recuva/2009/01/29' rel='bookmark' title='Permanent Link: Recover Long Lost Files with Recuva'>Recover Long Lost Files with Recuva</a></li><li><a href='http://maketecheasier.com/capture-and-manage-your-screenshots-easily-with-gadwin-print-screen/2009/03/01' rel='bookmark' title='Permanent Link: How To Capture And Manage Your Screenshots Easily In Windows'>How To Capture And Manage Your Screenshots Easily In Windows</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/manage-your-ebook-library-with-calibre/2009/04/12/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easily Troubleshoot Your Graphics Card With GPU-Z</title>
		<link>http://maketecheasier.com/easily-troubleshoot-your-graphics-card-with-gpu-z/2009/03/20</link>
		<comments>http://maketecheasier.com/easily-troubleshoot-your-graphics-card-with-gpu-z/2009/03/20#comments</comments>
		<pubDate>Fri, 20 Mar 2009 13:11:29 +0000</pubDate>
		<dc:creator>Norm</dc:creator>
				<category><![CDATA[PC Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[GPU-Z]]></category>
		<category><![CDATA[graphics card]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=3559</guid>
		<description><![CDATA[I recently wrote about a great software utility that opened up a world of information about your motherboard, CPU, and RAM. Well, I have another great utility to tell you about, only this time it’s all about your graphics card.
Though manufactured by different companies, GPU-Z from TechPowerUp does look a lot like the aforementioned CPU-Z. [...]<p><strong><a href="http://maketecheasier.com/easily-troubleshoot-your-graphics-card-with-gpu-z/2009/03/20">Easily Troubleshoot Your Graphics Card With GPU-Z</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/diagnose-your-pc-with-cpu-z/2009/03/17' rel='bookmark' title='Permanent Link: Diagnose Your PC With CPU-Z'>Diagnose Your PC With CPU-Z</a></li><li><a href='http://maketecheasier.com/how-to-watch-hulu-from-anywhere-with-hotspot-shield/2009/03/02' rel='bookmark' title='Permanent Link: How To Watch Hulu From Anywhere With Hotspot Shield'>How To Watch Hulu From Anywhere With Hotspot Shield</a></li><li><a href='http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20' rel='bookmark' title='Permanent Link: [Windows] Converting Your Videos To iPhone Format'>[Windows] Converting Your Videos To iPhone Format</a></li><li><a href='http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23' rel='bookmark' title='Permanent Link: Easily Create DVD Videos With WinX DVD Author (Free Download)'>Easily Create DVD Videos With WinX DVD Author (Free Download)</a></li><li><a href='http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15' rel='bookmark' title='Permanent Link: How To Add Subtitles And Convert Video For iPhone In Windows'>How To Add Subtitles And Convert Video For iPhone In Windows</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-3549" src="http://images.maketecheasier.com/2009/03/5-gpuz-300x182.png" alt="5-gpuz.png" width="300" height="182" />I recently <a href="http://maketecheasier.com/diagnose-your-pc-with-cpu-z/2009/03/17">wrote about a great software utility</a> that opened up a world of information about your motherboard, CPU, and RAM. Well, I have another great utility to tell you about, only this time it’s all about your graphics card.</p>
<p>Though manufactured by different companies, <a href="http://www.techpowerup.com/gpuz/" target="_blank">GPU-Z from TechPowerUp</a> does look a lot like the aforementioned CPU-Z. The interface is eerily similar and the name is a perfect match. On the positive side, these two Windows applications bring incredible value at a price that can’t be beat – free! The pair complement each other as incredible tools to have on your belt.</p>
<p>Let me take you on a tour of this powerful graphics card information utility.</p>
<p>Also in line with CPU-Z, this product doesn’t come with an installer. You simply <a href="http://www.techpowerup.com/downloads/SysInfo/GPU-Z/" target="_blank">download GPU-Z from the TechPowerUp website</a>, save it to a folder and run it. At the time this article was published, the current version was 0.3.2</p>
<p><img src="http://images.maketecheasier.com/2009/03/6-gpuz.png" alt="GPU-Z" width="399" height="381" /></p>
<p>Vista users may experience a warning from the UAC security system, which asks if you are sure you want to run the file. No worries, click <em>Run</em> and wait for the application to load. You should see a splash screen while the information about your graphics card is collected.</p>
<p><a rel="lightbox" href="http://images.maketecheasier.com/2009/03/4-gpuz.png"><img class="alignnone" src="http://images.maketecheasier.com/2009/03/4-gpuz-thumb.png" alt="GPU-Z" width="244" height="183" /></a> <a rel="lightbox" href="http://images.maketecheasier.com/2009/03/5-gpuz.png"><img class="alignnone" src="http://images.maketecheasier.com/2009/03/5-gpuz-thumb.png" alt="GPU-Z Splash Screen" width="244" height="150" /></a></p>
<p>Now the fun begins. The main window is divided into three tabs. There is the Graphics Card tab, the Sensors tab, and the Validation tab.</p>
<p>The Graphics Card tab is the default tab that loads when the application starts. It also contains the most information about your graphics card. Everything you ever wanted to know, and more, is displayed here.</p>
<p>As you can see in the image below, this tab tells you which graphics card you are using, the GPU, BIOS Version, Bus Interface, Memory Type and Size, Clock Frequencies, and much more. It has everything but the kitchen sink.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/03/1-gpuz-thumb.png" alt="1_gpuz" width="404" height="472" /></p>
<p>This information is great for anyone looking to upgrade their video card, or overclockers looking to get more performance out of their current setup. If you are running multiple video cards, the drop-down list at the bottom lets you select the card that you want to see the details for.</p>
<p>Moving right along in our tour, the next tab is the Sensors tab. There is no shocker here, this tab displays sensor data coming back from your video card.  Another great tool for overclockers, you can monitor things like Clock Speeds, GPU Temperature, PCB Temperature, and Fan Speeds.</p>
<p>There is also an option to log the data to a file and another to continue monitoring while GPU-Z is in the background. I like the last feature because it lets me monitor the change in my graphics card temperatures when I am in full screen gaming mode.</p>
<p><a rel="lightbox" href="http://images.maketecheasier.com/2009/03/2-gpuz.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" src="http://images.maketecheasier.com/2009/03/2-gpuz-thumb.png" border="0" alt="2_gpuz" width="209" height="244" /></a> <a rel="lightbox" href="http://images.maketecheasier.com/2009/03/3-gpuz.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" src="http://images.maketecheasier.com/2009/03/3-gpuz-thumb.png" border="0" alt="3_gpuz" width="209" height="244" /></a></p>
<p>The last tab is labelled Validation, and it allows you to submit your information to the GPU-Z website. I couldn’t find any information as to the purpose of this feature, however it does let you share the details on the web and track changes to your graphics setup.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/03/7-gpuz-thumb.png" alt="7_gpuz" width="504" height="400" /></p>
<p>GPU-Z is another one of those lightweight, must-have tools that just about any user can make use of.  It really goes a long way to help you understand your graphics card.  You don’t have to take my word for it though, try it out for yourself!</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/easily-troubleshoot-your-graphics-card-with-gpu-z/2009/03/20">Easily Troubleshoot Your Graphics Card With GPU-Z</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/diagnose-your-pc-with-cpu-z/2009/03/17' rel='bookmark' title='Permanent Link: Diagnose Your PC With CPU-Z'>Diagnose Your PC With CPU-Z</a></li><li><a href='http://maketecheasier.com/how-to-watch-hulu-from-anywhere-with-hotspot-shield/2009/03/02' rel='bookmark' title='Permanent Link: How To Watch Hulu From Anywhere With Hotspot Shield'>How To Watch Hulu From Anywhere With Hotspot Shield</a></li><li><a href='http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20' rel='bookmark' title='Permanent Link: [Windows] Converting Your Videos To iPhone Format'>[Windows] Converting Your Videos To iPhone Format</a></li><li><a href='http://maketecheasier.com/easily-create-dvd-videos-with-winx-dvd-author-free-download/2009/10/23' rel='bookmark' title='Permanent Link: Easily Create DVD Videos With WinX DVD Author (Free Download)'>Easily Create DVD Videos With WinX DVD Author (Free Download)</a></li><li><a href='http://maketecheasier.com/how-to-add-subtitles-and-convert-video-for-iphone-in-windows/2008/11/15' rel='bookmark' title='Permanent Link: How To Add Subtitles And Convert Video For iPhone In Windows'>How To Add Subtitles And Convert Video For iPhone In Windows</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easily-troubleshoot-your-graphics-card-with-gpu-z/2009/03/20/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Diagnose Your PC With CPU-Z</title>
		<link>http://maketecheasier.com/diagnose-your-pc-with-cpu-z/2009/03/17</link>
		<comments>http://maketecheasier.com/diagnose-your-pc-with-cpu-z/2009/03/17#comments</comments>
		<pubDate>Tue, 17 Mar 2009 12:53:27 +0000</pubDate>
		<dc:creator>Norm</dc:creator>
				<category><![CDATA[PC Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[CPU-Z]]></category>
		<category><![CDATA[diagnostic]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=3509</guid>
		<description><![CDATA[If knowledge is power, then CPU-Z from CPUID will make you feel like a superhero. This handy little tool was featured in the MakeTechEasier 101 best free computer software downloads list. CPU-Z is a Windows only tool that gathers information on some of the main hardware components of your computer.
The information that it collects is [...]<p><strong><a href="http://maketecheasier.com/diagnose-your-pc-with-cpu-z/2009/03/17">Diagnose Your PC With CPU-Z</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/easily-troubleshoot-your-graphics-card-with-gpu-z/2009/03/20' rel='bookmark' title='Permanent Link: Easily Troubleshoot Your Graphics Card With GPU-Z'>Easily Troubleshoot Your Graphics Card With GPU-Z</a></li><li><a href='http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20' rel='bookmark' title='Permanent Link: [Windows] Converting Your Videos To iPhone Format'>[Windows] Converting Your Videos To iPhone Format</a></li><li><a href='http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02' rel='bookmark' title='Permanent Link: TonidoPlug: Your Personal Cloud Server in a Plug'>TonidoPlug: Your Personal Cloud Server in a Plug</a></li><li><a href='http://maketecheasier.com/speed-up-your-external-usb-drives-in-windows-vista/2009/01/10' rel='bookmark' title='Permanent Link: Speed Up Your External USB Drives in Windows Vista'>Speed Up Your External USB Drives in Windows Vista</a></li><li><a href='http://maketecheasier.com/free-up-your-system-resources-with-svchost-viewer/2009/02/28' rel='bookmark' title='Permanent Link: Free Up Your System Resources With Svchost Viewer'>Free Up Your System Resources With Svchost Viewer</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-3521" src="http://images.maketecheasier.com/2009/03/0_cpuz-273x300.png" alt="0_cpuz" width="273" height="300" />If knowledge is power, then <a href="http://www.cpuid.com/cpuz.php" target="_blank">CPU-Z from CPUID</a> will make you feel like a superhero. This handy little tool was featured in the <a href="http://maketecheasier.com/best-101-free-computer-software-for-your-daily-use/2007/12/10" target="_blank">MakeTechEasier 101 best free computer software downloads</a> list. CPU-Z is a Windows only tool that gathers information on some of the main hardware components of your computer.</p>
<p>The information that it collects is quite detailed and is focused around you CPU, mainboard, memory and general system info about Windows and DirectX.</p>
<p>Throughout the rest of the post, I’m going to walk you through getting CPU-Z and harnessing it’s awesome power on your own PC.</p>
<p>To get started, head on over to the <a href="http://www.cpuid.com/cpuz.php" target="_blank">CPU-Z home page</a> and download the latest version of the software (at the time this article was written, the current version was 1.50). The package comes as a zip file, so you’ll need to unzip it.  In situations like this, I tend to just create a folder on my desktop and extract the files from the zip archive into that folder.</p>
<p>This program doesn’t have a fancy installer because it doesn’t install itself into your system.  You simply extract the zip contents to a folder and run it from there.  When you don’t want CPU-Z any more, you just delete the folder.</p>
<p>Once you have the folder set up and you are ready to go, start CPU-Z by double-clicking on the cpuz.exe file.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/03/7-cpuz-thumb.png" alt="7_cpuz" width="455" height="373" /></p>
<p>You should see the following image on your screen while the program is loading.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/03/8-cpuz-thumb.png" alt="8_cpuz" width="192" height="75" /></p>
<p>Once loaded, the information is readily accessible in and easy to navigate format.  The window is laid out as a series of tabs that sort information into logical categories.  The tabs are labelled CPU, Cache, Mainboard, Memory, SPD, and About.  This can be seen in the image below.</p>
<p><img class="alignnone" src="http://images.maketecheasier.com/2009/03/9-cpuz-thumb.png" alt="9_cpuz" width="402" height="102" /></p>
<p>Selecting each tab will open up a world of information, including some things that you never even wanted to know.  Try not to be overwhelmed by the data and focus in on what you want to see.</p>
<p>For example, on the CPU tab the average user will be interested in the Name of the CPU, Specification,  Instructions, Core Speed, Bus Speed, and Level 2 Cache size. Power users will likely be interested in the rest of the information for various purposes.</p>
<p><a rel="lightbox" href="http://images.maketecheasier.com/2009/03/1-cpuz.png"><img class="alignnone" src="http://images.maketecheasier.com/2009/03/1-cpuz-thumb.png" alt="1_cpuz" width="219" height="244" /></a> <a rel="lightbox" href="http://images.maketecheasier.com/2009/03/2-cpuz.png"><img class="alignnone" src="http://images.maketecheasier.com/2009/03/2-cpuz-thumb.png" alt="2_cpuz" width="219" height="244" /></a></p>
<p>The Cache tab elaborates on the cache information from the CPU tab. I’ve never had a lot of use for this data, but it’s here and you never know when it might come in handy.</p>
<p>On the Mainboard tab, you will find a lot of information that is useful when upgrading or replacing components.  This covers things like the motherboard manufacturer, chipset, BIOS, and graphics interface.  From the screenshot below, we can see that I am using an nForce4 based motherboard that supports x16 PCI-Express.</p>
<p>What that means is that my video card is PCI-E based and not AGP. This is important to know if I was upgrading the video card.  Unfortunately for this example, CPU-Z was unable to detect my motherboard manufacturer.  This a rare occurrence and I have only ever seen the problem with this particular board.</p>
<p><a rel="lightbox" href="http://images.maketecheasier.com/2009/03/3-cpuz.png"><img class="alignnone" src="http://images.maketecheasier.com/2009/03/3-cpuz-thumb.png" alt="3_cpuz" width="219" height="244" /></a> <a rel="lightbox" href="http://images.maketecheasier.com/2009/03/4-cpuz.png"><img class="alignnone" src="http://images.maketecheasier.com/2009/03/4-cpuz-thumb.png" alt="4_cpuz" width="219" height="244" /></a></p>
<p>The Memory tab is also very useful because most people that upgrade their computers add more memory. In the image above, you can see that I have 2 GB of memory in this system (2048 MB). The memory is DDR (as opposed to DDR2 or DDR3), and that it is running in dual channel mode. Most of the other info on this tab is for advanced users. I find it particularly helpful when overclocking.</p>
<p>To complete a memory upgrade, you would probably need a little bit more information. The SPD tab has the rest of it. This tab shows information about the memory stick in each specific slot on the motherboard. You can see the size of the chip, they type of RAM, and the frequency that it&#8217;s operating at. There&#8217;s also a timing table to show details based on the configuration.</p>
<p><a rel="lightbox" href="http://images.maketecheasier.com/2009/03/5-cpuz.png"><img class="alignnone" src="http://images.maketecheasier.com/2009/03/5-cpuz-thumb.png" alt="5_cpuz" width="219" height="244" /></a> <a rel="lightbox" href="http://images.maketecheasier.com/2009/03/6-cpuz.png"><img class="alignnone" src="http://images.maketecheasier.com/2009/03/6-cpuz-thumb.png" alt="6_cpuz" width="219" height="244" /></a></p>
<p>Last, but not least, is the About tab. This tab gives details about the software and also some details about your system.  For example you can see the Windows version, Service Pack installed and DirectX version. From this tab you can also dump the data into an HTML file.</p>
<p>This application should be in everyone&#8217;s PC toolbox.  The data it provides is invaluable and the ease of use makes CPU-Z simple for anyone to operate.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/diagnose-your-pc-with-cpu-z/2009/03/17">Diagnose Your PC With CPU-Z</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/easily-troubleshoot-your-graphics-card-with-gpu-z/2009/03/20' rel='bookmark' title='Permanent Link: Easily Troubleshoot Your Graphics Card With GPU-Z'>Easily Troubleshoot Your Graphics Card With GPU-Z</a></li><li><a href='http://maketecheasier.com/windows-converting-your-videos-to-iphone-format/2008/05/20' rel='bookmark' title='Permanent Link: [Windows] Converting Your Videos To iPhone Format'>[Windows] Converting Your Videos To iPhone Format</a></li><li><a href='http://maketecheasier.com/tonidoplug-your-personal-cloud-server-in-a-plug/2009/11/02' rel='bookmark' title='Permanent Link: TonidoPlug: Your Personal Cloud Server in a Plug'>TonidoPlug: Your Personal Cloud Server in a Plug</a></li><li><a href='http://maketecheasier.com/speed-up-your-external-usb-drives-in-windows-vista/2009/01/10' rel='bookmark' title='Permanent Link: Speed Up Your External USB Drives in Windows Vista'>Speed Up Your External USB Drives in Windows Vista</a></li><li><a href='http://maketecheasier.com/free-up-your-system-resources-with-svchost-viewer/2009/02/28' rel='bookmark' title='Permanent Link: Free Up Your System Resources With Svchost Viewer'>Free Up Your System Resources With Svchost Viewer</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/diagnose-your-pc-with-cpu-z/2009/03/17/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
