<?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; Freeware</title>
	<atom:link href="http://maketecheasier.com/tag/freeware/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>2 Ways to Batch Rename Files in OS X</title>
		<link>http://maketecheasier.com/2-ways-to-batch-rename-files-in-os-x/2009/05/16</link>
		<comments>http://maketecheasier.com/2-ways-to-batch-rename-files-in-os-x/2009/05/16#comments</comments>
		<pubDate>Sat, 16 May 2009 12:45:15 +0000</pubDate>
		<dc:creator>Miles</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Name Mangler]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[rename file]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=4637</guid>
		<description><![CDATA[Whether it's changing file names of pictures from "IMG_XXXX.jpg" to organizing your MP3s, batch file renaming can both save you time and reduce frustration.  Here are two free ways to rename large groups of files in OS X.<p><strong><a href="http://maketecheasier.com/2-ways-to-batch-rename-files-in-os-x/2009/05/16">2 Ways to Batch Rename Files in OS 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/create-basic-script-with-automator/2009/09/03' rel='bookmark' title='Permanent Link: Mac: How to Create a Basic Script With Automator'>Mac: How to Create a Basic Script With Automator</a></li><li><a href='http://maketecheasier.com/20-useful-automator-scripts-for-mac-os-x/2008/12/08' rel='bookmark' title='Permanent Link: 20+ Useful Automator Scripts for Mac OS X'>20+ Useful Automator Scripts for Mac OS X</a></li><li><a href='http://maketecheasier.com/5-ways-to-un-minimize-finder-windows-in-os-x/2009/05/29' rel='bookmark' title='Permanent Link: 5 Ways to Un-Minimize Finder Windows in OS X'>5 Ways to Un-Minimize Finder Windows in OS X</a></li><li><a href='http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05' rel='bookmark' title='Permanent Link: [Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk'>[Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk</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></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="automator-icon" src="http://images.maketecheasier.com/2009/05/automator-icon.jpg" alt="automator-icon" width="200" height="200" />Whether it&#8217;s changing file names of pictures from &#8220;IMG_XXXX.jpg&#8221; to organizing your MP3s, batch file renaming can both save you time and reduce frustration.  Here are two free and easy ways to rename large groups of files in OS X.</p>
<h3>Automator</h3>
<p>Batch renaming  in Automator is quite simple, even if you&#8217;ve never used it before.</p>
<p>1. Open Automator, choose &#8220;Custom&#8221; when the screen prompts you to select a starting point.<br />
2. Drag the Automator action &#8220;<em>Get Specified Finder Items</em>&#8221; to the right-hand window pane.<br />
3. Drag the Automator action &#8220;<em>Rename Finder Items</em>&#8221; to the right-hand window pane.</p>
<p><em>Note:</em> You will be prompted to add a &#8220;Copy Finder Items&#8221; action.  If you want to be safe you could add this as well, but I usually don&#8217;t.</p>
<p><img class="aligncenter size-full wp-image-4643" src="http://images.maketecheasier.com/2009/05/automator-workflow.png" alt="One potential workflow in Automator to batch rename files." width="457" height="297" /></p>
<p>With Automator you can change the file name in the following ways:</p>
<ul>
<li>Date/Time</li>
<li>Text</li>
<li>Change Case</li>
<li>Make Sequential</li>
<li>Replace Text</li>
<li>Name Single Item</li>
</ul>
<p>The options are fairly self-explanatory, but there are some limitations.</p>
<p><strong>Date/Time</strong>- you can only add a date <em>or</em> a time stamp, but not both.  The stamp can only be added at the beginning or end of the file name.</p>
<p><strong>Text</strong>- You can only add text at the beginning or end of the file name.</p>
<p><strong>Change Case</strong>- You can only change the entire file name or extension at once.  You can&#8217;t, for example, change moscow.jpg to Moscow.jpg.</p>
<p><strong>Make Sequential</strong>- You can only add a sequence at the beginning or end of a file name.</p>
<p><strong>Replace Text</strong>- This is where I think Automator really falls short.  You can only replace a specific string, meaning the file name has to contain what you want to replace in order for Automator to do anything. What if I wanted to remove the last 3 characters from a file name and replace it with &#8220;xyz&#8221;?  Not in Automator.</p>
<p><strong>Name Single Item</strong>- I don&#8217;t know why you wouldn&#8217;t just change the name of the file in Finder without launching Automator, but for completeness the feature is included. You can change the base name (file name without extension), full name (file name with extension), or extension only.</p>
<p>- Choose which action you want and adjust the parameters of the action to suit your needs.</p>
<p>- Drag the Finder items to be renamed into the proper Window.<br />
(Note: with &#8220;<em>Get Specified Finder Items</em>&#8220;, Automator will not distinguish between directories and files when running.  If you want to drag a folder into Automator and have it work on the folder&#8217;s contents, use &#8220;<em>Get Folder Contents</em>.&#8221;)</p>
<p>- Press &#8220;Run.&#8221;</p>
<p>Automator is included with OS X and is located in the Applications directory by default.</p>
<h3><a href="http://www.manytricks.com/namemangler/" target="_blank">Name Mangler</a></h3>
<p>Name Mangler picks up where Automator falls short. While Automator has a wealth of other actions that you might find useful, Name Mangler does one thing and does it well.</p>
<p>To rename files, drag them into the left-hand window pane. The list of files pops up, and you can select filters (Folders, Folder Contents, Files) to dictate what gets renamed. This also means you can just drag a Folder into NM to rename the contents.</p>
<p><img class="aligncenter size-full wp-image-4645" src="http://images.maketecheasier.com/2009/05/namemangler-window.png" alt="Name Mangler's main window shows a list of files as well as a preview of what the file name will be changed to." width="577" height="414" /></p>
<p>NM offers the following default options:</p>
<ul>
<li><strong>Find and Replace</strong>- includes regular expression matching and an option to preserve extensions and ignore case.</li>
<li><strong>Number Sequentially</strong>- Allows you to number in steps other than one, set a prefix and suffix, keep or remove the original name and extension.  Unlike Automator, NM allows you to define a prefix or suffix to the sequence.</li>
<li><strong>Change Case</strong>- Allows Capitalization, all capitals, or all lowercase.  Allows similar preservation or changing of extensions.</li>
<li><strong>Set Extension</strong>- fairly self-explanatory.</li>
<li><strong>Add Prefix/Suffix</strong>- again, self-explanatory.</li>
<li><strong>Remove/Insert Characters</strong>- this is where NM really has an advantage over Automator.  You can remove any number of characters from a file name and specify an index to start with.  So for example if you had a series of files named
<div style="padding-left:30px;">Lyrics_ACT01_Maria.txt<br />
Lyrics_ACT01_Tonight.txt<br />
Lyrics_ACT02_TheRumble.txt<br />
Lyrics_ACT02_Somewhere.txt</div>
<p>You could remove the &#8220;ACTXX&#8221; characters very easily by defining the number of characters to be removed (5) and the index to start removing at (8- the 8th character from the beginning, starting at 1).  Furthermore, you can replace those same characters by inserting text at a specified index.  Instead of &#8220;ACTXX&#8221; I might want &#8220;WestSideStory.&#8221;  To make things even more customizable, you can specify whether the index should count from the beginning or the end of the file name.</li>
</ul>
<p>But perhaps the most powerful feature included with Name Mangler is the ability to thread together multiple functions in the &#8220;Advanced&#8221; window. It&#8217;s name conversion description language allows you to write pseudo-scripts to tailor your file names to what you want. It might seem a little daunting, but it&#8217;s actually very easy for even a beginner with no programming knowledge to pick up the basics after reading the documentation.</p>
<p>Finally, Name Mangler allows you to save your settings as droplets so you can just drag and drop a collection of files to be renamed without actually launching the program.</p>
<p>I use Name Mangler almost exclusively at this point and haven&#8217;t found anything that even begins to compare.  Do you know of other free batch renaming utilities?</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/2-ways-to-batch-rename-files-in-os-x/2009/05/16">2 Ways to Batch Rename Files in OS 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/create-basic-script-with-automator/2009/09/03' rel='bookmark' title='Permanent Link: Mac: How to Create a Basic Script With Automator'>Mac: How to Create a Basic Script With Automator</a></li><li><a href='http://maketecheasier.com/20-useful-automator-scripts-for-mac-os-x/2008/12/08' rel='bookmark' title='Permanent Link: 20+ Useful Automator Scripts for Mac OS X'>20+ Useful Automator Scripts for Mac OS X</a></li><li><a href='http://maketecheasier.com/5-ways-to-un-minimize-finder-windows-in-os-x/2009/05/29' rel='bookmark' title='Permanent Link: 5 Ways to Un-Minimize Finder Windows in OS X'>5 Ways to Un-Minimize Finder Windows in OS X</a></li><li><a href='http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05' rel='bookmark' title='Permanent Link: [Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk'>[Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk</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></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/2-ways-to-batch-rename-files-in-os-x/2009/05/16/feed</wfw:commentRss>
		<slash:comments>6</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>0</slash:comments>
		</item>
		<item>
		<title>Kill Problem Applications Like a Ninja</title>
		<link>http://maketecheasier.com/kill-problem-applications-like-a-ninja/2009/03/10</link>
		<comments>http://maketecheasier.com/kill-problem-applications-like-a-ninja/2009/03/10#comments</comments>
		<pubDate>Tue, 10 Mar 2009 13:18:53 +0000</pubDate>
		<dc:creator>Norm</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Kill]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=3300</guid>
		<description><![CDATA[Linux fans who run Windows (for any number of reasons) can finally rejoice, xkill has essentially been cloned and is available as a free download . This Windows copycat of the popular xkill utility is aptly named &#8211; Kill.
Kill allows you to end the process behind an application simply by clicking on the application Window.  [...]<p><strong><a href="http://maketecheasier.com/kill-problem-applications-like-a-ninja/2009/03/10">Kill Problem Applications Like a Ninja</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/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/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/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/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/extend-your-start-menu-functionality-with-vista-start-menu/2008/10/01' rel='bookmark' title='Permanent Link: Extend Your Start Menu Functionality With Vista Start Menu'>Extend Your Start Menu Functionality With Vista Start Menu</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://images.maketecheasier.com/2009/03/00-kill-thumb.png" alt="Kill - Application Killer" width="85" height="90" align="left" />Linux fans who run Windows (for any number of reasons) can finally rejoice, xkill has essentially been cloned and is available as a free download . This Windows copycat of the popular xkill utility is aptly named &#8211; Kill.</p>
<p>Kill allows you to end the process behind an application simply by clicking on the application Window.  Think of it like having the power to terminate in the tip of your finger.  When you load up Kill and left click on a window, Windows attempts to close it as though you had simply clicked the close button.  This will cause the program to close in its normal way, often prompting you to save your work.</p>
<p>Holding CTRL while you click the application triggers the more dangerous <em>end-process</em> that would normally be done through the Task Manager.  This immediately kills the underlying process and forcing the application to terminate.  No prompts this time.  Here’s a demo of Kill in action.</p>
<p>They say that a picture is worth a thousand words.  In this case, six pictures will tell the story of how to use this amazing little utility.  For my example, I’m going to kill calc.exe, the calculator application that comes with Windows.</p>
<p>Start by downloading <a href="http://www.donationcoder.com/Software/Skrommel/index.html#Kill" target="_blank">Kill from DonationCoder.com</a>.  The current version is 1.0 and the total download is 205KB.</p>
<p>Here you see that Calculator is open and to the left of the program is my desktop icon for kill.exe.  Start the Kill utility by simply double-clicking it.</p>
<p><a rel="lightbox" href="http://images.maketecheasier.com/2009/03/02-kill.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" src="http://images.maketecheasier.com/2009/03/02-kill-thumb.png" border="0" alt="Kill - Application Killer" width="244" height="229" /></a> <a rel="lightbox" href="http://images.maketecheasier.com/2009/03/03-kill.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" src="http://images.maketecheasier.com/2009/03/03-kill-thumb.png" border="0" alt="Kill - Application Killer" width="244" height="223" /></a></p>
<p>If you are using Vista, the following warning will likely be displayed.  Click <em>Run</em> to allow the Kill program to continue.  Once loaded, your mouse cursor will change and you should now see a skull and crossbones next to it.</p>
<p><a rel="lightbox" href="http://images.maketecheasier.com/2009/03/04-kill.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" src="http://images.maketecheasier.com/2009/03/04-kill-thumb.png" border="0" alt="Kill - Application Killer" width="244" height="349" /></a> <a rel="lightbox" href="http://images.maketecheasier.com/2009/03/05-kill.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" src="http://images.maketecheasier.com/2009/03/05-kill-thumb.png" border="0" alt="Kill - Application Killer" width="244" height="347" /></a></p>
<p>Now click on the window of the application that you want to end.  In this case I’ll click on the Calculator window.</p>
<p><a rel="lightbox" href="http://images.maketecheasier.com/2009/03/06-kill.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" src="http://images.maketecheasier.com/2009/03/06-kill-thumb.png" border="0" alt="Kill - Application Killer" width="244" height="230" /></a> <a rel="lightbox" href="http://images.maketecheasier.com/2009/03/07-kill.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" src="http://images.maketecheasier.com/2009/03/07-kill-thumb.png" border="0" alt="Kill - Application Killer" width="251" height="230" /></a></p>
<p>And voila!  The program ends.</p>
<p>Again, this is great for applications that have frozen up and just won’t respond to the conventional mouse clicks to close it.  I really love that this utility is no fuss, no mess – meaning that it doesn’t install itself into your system.  You simply run it when you need it.</p>
<p>If by chance you activate it accidently, you can get your cursor back to normal by pressing the <em>ESC</em> key.</p>
<p>As an additional tip, the author recommends placing Kill in your Quick Launch bar for easy access.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/kill-problem-applications-like-a-ninja/2009/03/10">Kill Problem Applications Like a Ninja</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/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/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/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/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/extend-your-start-menu-functionality-with-vista-start-menu/2008/10/01' rel='bookmark' title='Permanent Link: Extend Your Start Menu Functionality With Vista Start Menu'>Extend Your Start Menu Functionality With Vista Start Menu</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/kill-problem-applications-like-a-ninja/2009/03/10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Resize Your Partitions with EASEUS Partition Manager</title>
		<link>http://maketecheasier.com/how-to-resize-your-partitions-with-easeus-partition-manager/2008/12/04</link>
		<comments>http://maketecheasier.com/how-to-resize-your-partitions-with-easeus-partition-manager/2008/12/04#comments</comments>
		<pubDate>Thu, 04 Dec 2008 13:30:35 +0000</pubDate>
		<dc:creator>Norm</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[EaseUs]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Partition Management]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1392</guid>
		<description><![CDATA[If you&#8217;ve ever had to resize a partition, or make new partitions, then I completely understand what you most likely went through.  Good partition management software for Windows is hard to come by, well the free partition managers anyways.  Almost everyone has heard of Partition Magic, but there is a hefty price tag that comes [...]<p><strong><a href="http://maketecheasier.com/how-to-resize-your-partitions-with-easeus-partition-manager/2008/12/04">How To Resize Your Partitions with EASEUS Partition Manager</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/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><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/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/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/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></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-1421" src="http://images.maketecheasier.com/2008/12/easeus_logo-300x225.png" alt="EaseUs Partition Manager" width="300" height="225" />If you&#8217;ve ever had to resize a partition, or make new partitions, then I completely understand what you most likely went through.  Good partition management software for Windows is hard to come by, well the free partition managers anyways.  Almost everyone has heard of Partition Magic, but there is a hefty price tag that comes with it.</p>
<p>As it turns out, there is a great application out there just for the Windows home user.  It&#8217;s called <a title="EASEUS Partition Manager" href="http://www.partition-tool.com/personal.htm">EASEUS Partition Manager</a>, and you should <a title="Download EASEUS Partition Manager" href="http://www.partition-tool.com/download.htm">download it </a>today!</p>
<p>In this short tutorial, I&#8217;m going to increase the size of the C: drive on my Windows Vista PC.</p>
<p><strong>Important Note:</strong> Please backup your data before attempting to make changes to the partitions on your computer.  There is always the potential for lost data &#8211; so take the time to ensure you have a good backup.  If you need some help getting that started, check out this post on <a href="http://maketecheasier.com/backup-your-windows-data-the-simple-way-with-cobian-backup/2008/11/27" target="_self">Backing up Your Windows Data the Simple Way &#8211; with Cobian Backup</a>.</p>
<p>As you can see in the image below, My C: drive is about 40 GB, with only 5 GB of free space available.  My D: drive is a second partition on the same physical drive as my C: drive.  Under that you&#8217;ll notice I have 10 GB of Unallocated space.  This is space that was never assigned to anything.  I&#8217;m going to expand my C: drive to include this space &#8211; for a grand total of 50 GB.</p>
<p><img class="alignnone size-full wp-image-1394" src="http://images.maketecheasier.com/2008/12/easeus_drive_stats.png" alt="EASEUS Drive Statistics" width="523" height="131" /></p>
<p>The real trick in resizing the first partition on a multi-partition drive is in allocating the space in precisely the right location.  In this example, all of the unallocated free space is at the end of the D: drive, which means I&#8217;ll have to move it to the beginning of the D: drive, so that I can eventually add it to C: drive.  First, I&#8217;ll select the D: drive and click on the <em>Resize/Move</em> button.  A new window opens up and lets you enter the new settings that you would like to use.</p>
<p><img class="alignnone size-medium wp-image-1420" src="http://images.maketecheasier.com/2008/12/easeus_start_d.png" alt="" width="556" height="408" /></p>
<p>To move the unallocated space from the end to the beginning, simply copy the size from the <em>Space After </em>box and paste it into the <em>Space Before</em> box.  The former will automatically reset to zero.</p>
<p><img class="alignnone size-medium wp-image-1424" src="http://images.maketecheasier.com/2008/12/easeus_end_d1.png" alt="EaseUs Partition Manager" width="556" height="408" /></p>
<p>Now you can click <em>Ok</em>.  It&#8217;s probably best to note that no changes have actually been made at this time.  All that has been done is simply a list of changes has been added to a queue.  Changes only take complete effect after a reboot.</p>
<p>Now, we still haven&#8217;t allocated any space to C: yet, we&#8217;ve only re-arranged D: drive.  This time, select the C: drive and click the <em>Resize/Move</em> button.  Once again we are presented with the change window.</p>
<p><img class="alignnone size-medium wp-image-1425" src="http://images.maketecheasier.com/2008/12/easeus_start_c.png" alt="EaseUs Partition Manager" width="556" height="408" /></p>
<p>As you can see, the unallocated space is now at the end of the C: drive.  This time, drag the little arrow on the right-hand side of the yellow bar all the way to the right.  This will stretch the D: partition to the end, and leave you with no unallocated space after.</p>
<p><img class="alignnone size-medium wp-image-1426" src="http://images.maketecheasier.com/2008/12/easeus_end_c.png" alt="EaseUs Partition Manager" width="556" height="408" /></p>
<p>This essentially completes all of the configuration required to resize the partition.  Click <em>Ok</em>.  You should be back at the main window again.  If you are ready to complete the change, click the <em>Apply</em> button on the lower left-hand side of the window.  Like any good piece of software, EaseUs Partition Manager will prompt you several times to make sure you want to continue.</p>
<p><img class="alignnone size-medium wp-image-1427" src="http://images.maketecheasier.com/2008/12/easeus_are_you_sure.png" alt="EaseUs Partition Manager" width="340" height="133" /></p>
<p><img class="alignnone size-medium wp-image-1428" src="http://images.maketecheasier.com/2008/12/easeus_are_you_sure2.png" alt="EaseUs Partition Manager" width="347" height="172" /></p>
<p>Before you click <em>Yes</em> to both of these, please make sure that you have backed up your important data.  Resizing a partition can be dangerous and there is always a risk of failure.  If you have confirmed that you have a recent backup, click <em>Yes</em> and get ready to kill some time.</p>
<p>The operation as described above took almost four hours to complete.  I wasn&#8217;t expecting it to take that long, so it actually seemed much longer as I watched the clock waiting for the work to finish.  Here is a screenshot of what you can expect after the reboot.</p>
<p><a href="http://images.maketecheasier.com/2008/12/006.jpg" rel="lightbox"><img class="alignnone size-medium wp-image-1429" src="http://images.maketecheasier.com/2008/12/006.jpg" alt="EaseUs Partition Manager" width="560" /></a></p>
<p>After the four hour waiting period, Windows booted back up as normal and the new sizing was in effect.</p>
<p><img class="alignnone size-full wp-image-1430" src="http://images.maketecheasier.com/2008/12/easeus_drive_stats_updated2.png" alt="EaseUs Partition Manager" width="519" height="135" /></p>
<p>Just to recap, EASEUS is a freeware partition manager for Windows.  Most versions of Windows are supported, however 64-bit Vista is not.  Don&#8217;t forget to get your copy from their <a href="http://www.partition-tool.com/download.htm">download site</a>.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/how-to-resize-your-partitions-with-easeus-partition-manager/2008/12/04">How To Resize Your Partitions with EASEUS Partition Manager</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/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><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/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/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/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></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-resize-your-partitions-with-easeus-partition-manager/2008/12/04/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
