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

<channel>
	<title>MakeUseOf.com &#187; files</title>
	<atom:link href="http://www.makeuseof.com/tags/files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Tue, 24 Nov 2009 14:01:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>5 Ways to Print Folder and Directory Contents in Windows</title>
		<link>http://www.makeuseof.com/tag/5-ways-to-print-folder-and-directory-contents-in-windows/</link>
		<comments>http://www.makeuseof.com/tag/5-ways-to-print-folder-and-directory-contents-in-windows/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 18:00:13 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[right-click menu]]></category>
		<category><![CDATA[windows hacks]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=26077</guid>
		<description><![CDATA[It’s one of those simple tasks that suddenly come upon us and we have no idea how to go about it. I had a whole fat folder filled with ebooks and someone casually asked me to send over a list. A list… that sounds really simple.
Did I forget to mention that the ebook folder was [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/10/TNail1.png" alt="" vspace="5" align="left" />It’s one of those simple tasks that suddenly come upon us and we have no idea how to go about it. I had a whole fat folder filled with ebooks and someone casually asked me to send over a list. A list… that sounds really simple.</p>
<p>Did I forget to mention that the ebook folder was really filled with a lot of titles? It must have had almost 120 ebooks. I almost started manually typing the names when I figured that there must be a less laborious way to print out the directory contents.</p>
<p>Printing directory contents seems so mundane an activity that we forget it has very useful applications in our day to day usage. Especially in a professional setting where you might be told to send over a list of so and so files about such and such subject. In a jiffy. If it’s a small bunch of files then manually writing it down is not a problem. But what if it numbers a few dozen?</p>
<p>Instead of searching for a poor flunky to lend a hand, you can just tap a few keys and get it for yourself. All in double quick time with a few methods.</p>
<p>So let’s work on not one but five ways to print folder and directory contents and get that file list.<br />
<span id="more-26077"></span></p>
<h2>Command DOS</h2>
<p>This is one <a href="http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/">command line</a> that’s easy to remember and easy to do.</p>
<ol>
<li>Start the command prompt from <em>Run – cmd</em>. Type <em>cd</em> and the directory path of the folder you want to list.</li>
<li>Type <em>dir &gt; print.txt </em></li>
<li>Press<em> Enter</em> and exit from the DOS window.</li>
<li>Open the folder you wanted the listed file content for and you should see a <em>print.txt</em> file. This is a simple Notepad file that can be copied or printed easily.</li>
</ol>
<h2>Setting A Contextual Menu</h2>
<p>A print directory feature can be added to the right-click context menu for a folder. This sends the folder content list directly to the printer. For Windows XP follow these steps:</p>
<ol>
<li>Create a batch file in Notepad by pasting the following text<br />
<blockquote><p><em>@echo off<br />
dir %1 /-p /o:gn &gt; &#8220;%temp%\Listing&#8221;<br />
start /w notepad /p &#8220;%temp%\Listing&#8221;<br />
del &#8220;%temp%\Listing&#8221;<br />
exit</em></p></blockquote>
</li>
<li>Save the file as <em><strong>%windir%\Printdir.bat<br />
</strong></em></li>
<li>Open <em>Control Panel – Folder Options</em>. Click on the <em>File Types</em> tab. Under the registered file types select the entry for <em>Folder</em>. Click on <em>Advanced</em>.<img class="aligncenter size-full wp-image-26080" title="2_Folder-Options" src="http://www.makeuseof.com/wp-content/uploads/2009/10/2_Folder-Options.png" alt="print directory contents" width="386" height="475" /></li>
<li>In the <em>Edit File Type</em> box, click on <em>New</em>. In the <em>Action</em> box, type <em>Print Directory Listing</em>. In the <em>Application used to perform action</em> box, type <em><strong>printdir.bat</strong></em>.<img class="aligncenter size-full wp-image-26081" title="2_Edit-File-Type" src="http://www.makeuseof.com/wp-content/uploads/2009/10/2_Edit-File-Type.png" alt="2_Edit-File-Type" width="418" height="332" /></li>
<li>Click on <em>OK</em> and close all boxes.</li>
<li>Right-click on any folder and use the <em>Print Directory Listing</em> command to send the list to the printer.<img class="aligncenter size-full wp-image-26082" title="2_Print-Directory-Listing" src="http://www.makeuseof.com/wp-content/uploads/2009/10/2_Print-Directory-Listing.png" alt="print all files inside directory" width="190" height="239" /></li>
</ol>
<p>The above instructions and those for Windows Vista can also be found on the <a href="http://support.microsoft.com/kb/321379/en-us">Microsoft Help and Support</a> page.</p>
<p>Software solutions introduce a lot of ease and flexibility to the above process. Here are three freeware apps for the listing job:</p>
<h3>Karen’s Power Tool</h3>
<p>Karen&#8217;s Directory Printer brings with it a GUI and rich features that let you print the name of files on your computer with the file&#8217;s size, extension, date and time of last modification, and attributes. Also, the list of files can be sorted by name, size, date created, date last modified, or date of last access. Files can also be selectively listed using a filter. Some limited formatting options and selective highlighting for executable files and macros are available.</p>
<p><img class="aligncenter size-full wp-image-26083" title="3_KDP" src="http://www.makeuseof.com/wp-content/uploads/2009/10/3_KDP.png" alt="3_KDP" width="580" height="449" /></p>
<p>Karen&#8217;s Directory Printer can be included in the right-click context menu. It also works for networked computers. The file list can be sent to the printer or saved as a text file.</p>
<p>Karen&#8217;s Directory Printer (v 5.3.1) is a 1.25MB <a href="http://www.karenware.com/powertools/ptdirprn.asp">download</a> compatible with Windows XP and Vista.</p>
<h3>Display it with Directory List &amp; Print</h3>
<p>Directory List &amp; Print is a simpler and smaller solution to the earlier one. The generated lists can be copied to the clipboard and incorporated in other programs. It can be directly inserted into Word and Excel with a click as the data is separated by tabs allowing error free pasting directly into a program like Excel as a table. Along with the file attributes, the program can control the display of file names with or without file extensions. Sorting of the list and integration into the context menus make this a nice alternative to use.</p>
<p><img class="aligncenter size-full wp-image-26084" title="4_DL&amp;P" src="http://www.makeuseof.com/wp-content/uploads/2009/10/4_DLP.png" alt="4_DL&amp;P" width="510" height="624" /></p>
<p><a href="http://www.infonautics.ch/directorylistprint/">Directory List &amp; Print</a> (v 1.9) does not need an installation which makes this 603KB software a portable solution. The freeware is compatible with Windows 98/2000/XP/Vista.</p>
<p><strong>More Options with JR Directory Printer</strong></p>
<p>This freeware comes in as an even smaller download of 173KB. Select the folder or directory to list, check the display options and click on start to get the list as a text file. The freeware supports lowercase/DOS style filename, file size in KB/bytes, attributes and custom file length. Though the freeware lacks the data control options of the previous applications, it’s a simple utility for a simple task. The download can be unzipped and used without an installation.</p>
<p><img class="aligncenter size-full wp-image-26085" title="5_JR-Directory-Printer" src="http://www.makeuseof.com/wp-content/uploads/2009/10/5_JR-Directory-Printer.png" alt="5_JR-Directory-Printer" width="408" height="293" /></p>
<p><a href="http://www.spadixbd.com/freetools/">JR Directory Printer</a> (v1.2) is compatible with Windows 95/98/2000/NT/ME/XP.</p>
<p>Windows may not have given us the ability to print out folder contents in a user friendly way. But thanks to the workarounds and the freeware, it’s actually a snap. Do you know any other utility to print the contents of a folder? Let us know your way if it differs from any of the above.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/tweak-windows-xpvista7-to-your-taste-with-xdn-tweaker/" title="Tweak Windows XP/Vista/7 to Your Taste with XdN Tweaker (May 2, 2009)">Tweak Windows XP/Vista/7 to Your Taste with XdN Tweaker</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/four-simple-and-free-tips-to-organize-your-windows-experience/" title="The 4 Proven Simple Tips to Organize Your Files on Windows (September 28, 2009)">The 4 Proven Simple Tips to Organize Your Files on Windows</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-set-default-programs-associations-context-menus-easily/" title="How To Set Default Programs, File Associations &#038; Context Menus Easily (September 21, 2009)">How To Set Default Programs, File Associations &#038; Context Menus Easily</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-add-remove-entries-from-the-right-click-menu/" title="How To Add &#038; Remove Entries from The Windows Right-Click Menu (October 15, 2008)">How To Add &#038; Remove Entries from The Windows Right-Click Menu</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/useful-windows-registry-tweaks-part-2/" title="Windows Registry Tweaks (Part 2) (September 13, 2007)">Windows Registry Tweaks (Part 2)</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-ways-to-print-folder-and-directory-contents-in-windows/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Clean Up Your PC Safely with Hard Drive PowerWash (Windows)</title>
		<link>http://www.makeuseof.com/tag/clean-up-your-pc-safely-with-hard-drive-powerwash/</link>
		<comments>http://www.makeuseof.com/tag/clean-up-your-pc-safely-with-hard-drive-powerwash/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 12:00:36 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[pc maintenance]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=25876</guid>
		<description><![CDATA[Do you wonder how much space is wasted on your Windows machine by old temp files and files that you have no need for? Do you really need all of your internet temp files going back 2 years? How about all those annoying thumbs.db files? I found a application that will clean your hard drive [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/pwHead.png" alt="" vspace="5" align="left" />Do you wonder how much space is wasted on your Windows machine by old temp files and files that you have no need for? Do you really need all of your internet temp files going back 2 years? How about all those annoying thumbs.db files? I found a application that will clean your hard drive of a huge amount of files and recover your precious space.</p>
<p>That program is called Hard Drive Power Wash. Let’s check it out.</p>
<p>I started by downloading the free version of Hard Drive Power Wash from <a href="http://www.harddrivepowerwash.com/free.html">here</a>. Using this application, I can schedule the clean up so it can be totally automated. You know set it and forget it.</p>
<p>Once you get this 2.05 MB file you will need to install it. Then you will see a screen that looks like this.</p>
<p><span id="more-25876"></span></p>
<p><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="clean hard drive" src="http://www.makeuseof.com/wp-content/uploads/2009/09/pw1.png" border="0" alt="clean hard drive" width="569" height="384" /></p>
<p>You can either run or analyze everything or hit the menu on the left for your options:</p>
<p><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="pw0" src="http://www.makeuseof.com/wp-content/uploads/2009/09/pw0.png" border="0" alt="pw0" width="183" height="155" /> Let’s start running the Analyze process by hitting the analyze button at the bottom of the user interface. That will get the ball rolling. The program advises not to just start the Run process willy nilly because you should see what it is going to delete before it actually does it. It will look for and annihilate the following file types (per their website)</p>
<p>*._tm / *.1st / *.bak / *.nav / *.log / *.$$$ / *.old / *.prv / *.??~ / *.gid / *.tmp / *.syd / *.~* / *.~mp / *~.* / *.bk! / *.bk$ / *.bk4 / *.bk5 / *.bk6 / *.bk7 / *.bk8 / *.bk9 / *.bkp / *.$a / *.$db / *.&amp;&amp;&amp; / *.&#8212; / *._dd / *._mp / *.chk / *.xlk / *.db$ / *.diz / *.dmp / *.err / *.ftg / *.fts / *.ilk / *.ncb / *.pch / *.sik / *.temp / chklist.* / mscreate.dir / pspbrwse.jbf / Thumbs.db</p>
<p>The process took some time to run and you will see its progress as it goes like so:</p>
<p><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="pw2" src="http://www.makeuseof.com/wp-content/uploads/2009/09/pw2.png" border="0" alt="clean hard drive" width="569" height="384" /></p>
<p>It continued to run for about another 7 minutes and then spat back this report at me:</p>
<p><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="pw3" src="http://www.makeuseof.com/wp-content/uploads/2009/09/pw3.png" border="0" alt="clean your hard drive width="569" height="389" /></p>
<p>Wow, I was surprised and impressed in the same breathe. It found a crap-load of files that after clicking through, seemed to be nothing that I needed. Look through each tab and scroll through the files before giving it the OK to kill them. They are all selected by default. You have buttons to select all or none at the bottom of your screen.</p>
<p>You will get your confirmation box alerting you that these files will really be deleted.</p>
<p><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="pw4" src="http://www.makeuseof.com/wp-content/uploads/2009/09/pw4.png" border="0" alt="free hard drive clean up" width="344" height="191" /></p>
<p>Hit Yes and watch as it deletes them. It runs through each segment like log files, images etc. and deletes each file. My internet files took almost 10 minutes to delete on their own. Can you imagine how much crap was in there? When its done you will see a the first screen again now populated with your results. I got rid of a whopping 636 Megabytes!</p>
<p><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="pw5" src="http://www.makeuseof.com/wp-content/uploads/2009/09/pw5.png" border="0" alt="how to clean hard drive" width="569" height="203" /></p>
<p>I am super happy and off to schedule it from the program&#8217;s settings:</p>
<p><img style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" title="pw6" src="http://www.makeuseof.com/wp-content/uploads/2009/09/pw6.png" border="0" alt="" width="569" height="393" /></p>
<p>Do you have a favorite program that will clean a hard drive like <a href="http://www.harddrivepowerwash.com/free.html">Hard Drive Power Wash</a>? We would love to hear about it in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/trash-all-your-duplicate-files-with-auslogics-duplicate-file-finder/" title="Trash Your Duplicate Files with Auslogics Duplicate File Finder (September 6, 2009)">Trash Your Duplicate Files with Auslogics Duplicate File Finder</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/total-defrag-2009-special-edition-now-free-for-home-use/" title="Total Defrag 2009 Special Edition [Now Free for Home Use] (May 6, 2009)">Total Defrag 2009 Special Edition [Now Free for Home Use]</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/free-tons-of-hard-drive-space-with-treesize/" title="Recover Hard Drive Space with TreeSize [Windows] (June 17, 2009)">Recover Hard Drive Space with TreeSize [Windows]</a> (21)</li>
	<li><a href="http://www.makeuseof.com/tag/idlebackup-%e2%80%93-use-your-idle-time-to-backup-your-data-windows/" title="IdleBackup – Use Your Idle Time to Backup Data (Windows) (September 15, 2009)">IdleBackup – Use Your Idle Time to Backup Data (Windows)</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-set-default-programs-associations-context-menus-easily/" title="How To Set Default Programs, File Associations &#038; Context Menus Easily (September 21, 2009)">How To Set Default Programs, File Associations &#038; Context Menus Easily</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/clean-up-your-pc-safely-with-hard-drive-powerwash/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>The 4 Proven Simple Tips to Organize Your Files on Windows</title>
		<link>http://www.makeuseof.com/tag/four-simple-and-free-tips-to-organize-your-windows-experience/</link>
		<comments>http://www.makeuseof.com/tag/four-simple-and-free-tips-to-organize-your-windows-experience/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 14:00:00 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[windows explorer]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=25597</guid>
		<description><![CDATA[I am an organizational nut case. My desk has nothing on it except what I am working on right at the moment. Likewise, my computing is clutter-free. I have my desktop, my browser, the &#8216;My Documents&#8217; folder, and my drives organized and efficient.
My desktop has only the documents that I am working on today, plus [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/desk3.png" alt="" vspace="5" align="left" />I am an organizational nut case. My desk has nothing on it except what I am working on right at the moment. Likewise, my computing is clutter-free. I have my desktop, my browser, the &#8216;My Documents&#8217; folder, and my drives organized and efficient.</p>
<p>My desktop has only the documents that I am working on today, plus the shortcuts I use each and every day. If I don&#8217;t use it within 48 hours, I create a folder and file it. Much like the situation with my desk, keeping my computer organized improves productivity. It also helps my less organized co-workers. The moment they can&#8217;t find an important email or paper, they ask me for it. I find it – quickly.</p>
<p>Let&#8217;s look at some simple and basic tips to organize Windows that you may be overlooking and won&#8217;t cost you a nickel.<br />
<span id="more-25597"></span></p>
<h2>Folder Structure</H2></p>
<p>Many people go through their day to day computing work not even realizing they can create a new folder practically anywhere by right-clicking and then selecting New –&gt; Folder. You can then rename the folder to whatever you would like. Your desktop, in Outlook Mail, within My Documents, within My Music, and in your browser&#8217;s “Favorites” or “Bookmarks” are all places you can create new folders.</p>
<p>If you have all your pictures grouped into one huge folder labeled “Pictures” and you have to spend an inordinate amount of time hunting a specific picture taken on the beach in 2007, you may need to organize your Windows folders a bit. Having a folder within the Picture folder that is labeled “Beach pics 2007” might save you time.</p>
<p><img class="aligncenter size-full wp-image-25601" title="creating_a_folder" src="http://www.makeuseof.com/wp-content/uploads/2009/09/creating_a_folder.png" alt="creating_a_folder" width="570" height="214" /></p>
<p>The key to organize Windows folders is to do a little planning first with <em>pencil and paper</em>. I have a strong preference for the “<strong>drill down</strong>” method when it comes to organizing. For example, you may use a folder that is generically named “Music” or “MP3s”. Inside are 857 different songs from various artists and albums. I like it much more organized. Inside my “Music” folder, I have different folders for different genres of music – say “Alternative”, “Hard Rock”, “Classic Rock”, “Country”, and well, you get the drift. Inside the genre folders, I have individual folders for each band. Within the band folders, I have individual folders for the albums. Finally, inside these folders are the actual MP3 files. This seems like a lot of work, and it can be, but doing the background work of building the framework secures your organization for a long time to come.</p>
<p><img class="aligncenter size-full wp-image-25602" title="folders_expanded" src="http://www.makeuseof.com/wp-content/uploads/2009/09/folders_expanded.png" alt="folders_expanded" width="570" height="521" /></p>
<p>When it comes to free applications out there to help you get organized, there are very few. Fortunately, Windows builds many of these functions right into your operating system. There are plenty of free resources for icons and color templates to organize Windows and dress up your folders, but when I fill up my screen with neat icons and pictures on my folders I find them distracting.</p>
<h2>Program Launcher</h2>
<p>Enhancements that you don&#8217;t want to miss for organization, convenience and productivity include <a href="http://www.launchy.net/">Launchy</a>, which allows you to have files, folders, shortcuts, etc. at your fingertips with a simple Alt+Spacebar hotkey combo. This free utility has previously been reviewed on MUO (See <a href="http://www.makeuseof.com/tag/be-more-productive-with-launchy-keystroke-launcher/">Launchy</a>).</p>
<p style="margin-bottom: 0in;"><img class="aligncenter size-full wp-image-25603" title="launchy" src="http://www.makeuseof.com/wp-content/uploads/2009/09/launchy.png" alt="launchy" width="570" height="262" /></p>
<h2>Bulk File Renaming</h2>
<p>You may also want to consider any one of many bulk renaming utilities available. These allow you to seek and destroy those nutty “DCIM002354” file names faster than right-clicking and renaming each one manually. They also give you various capabilities such as changing file names to all caps, all lowercase, capitalize words and many other nifty things. Check out MUO reviews of <a href="http://www.makeuseof.com/tag/d-filemu-%E2%80%93-a-small-but-powerful-file-renamer-windows/">D-FileMU</a> and <a href="http://www.makeuseof.com/tag/batch-rename-files-in-windows-with-style-using-renamer/">Renamer</a>.</p>
<h2>File Comparator</h2>
<p>Finally, if you do use a lot of folders to keep organized, you need to make use of a file comparator. These normally lightweight utilities allow you to basically replace Windows Explorer with a program that has added functionality of comparing files, swapping directories, and oftentimes renaming. You can find multiple copies of your files that have been hidden away in numerous different directories and consolidate your files, deleting unneeded multiples. I used to love the old Windows File Manager, but now that I am using <a href="http://meesoft.logicnet.dk/">Commander</a>, it feels like File Manager on steroids.</p>
<p><img class="aligncenter size-full wp-image-25605" title="commander" src="http://www.makeuseof.com/wp-content/uploads/2009/09/commander1.png" alt="commander" width="570" height="327" /></p>
<p>How do you keep your computer organized? How do you find files fast? What free utilities do you use to organize Windows? Share your ideas.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/the-ultimate-extension-for-windows-explorer/" title="The Ultimate Extension for Windows Explorer (August 6, 2008)">The Ultimate Extension for Windows Explorer</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/the-essential-keyboard-shortcuts-to-whip-your-windows/" title="The Essential Keyboard Shortcuts to whip your Windows (March 19, 2008)">The Essential Keyboard Shortcuts to whip your Windows</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/the-5-best-windows-explorer-replacements/" title="The 5 Good Free Windows File Managers (February 5, 2009)">The 5 Good Free Windows File Managers</a> (51)</li>
	<li><a href="http://www.makeuseof.com/tag/take-back-control-over-your-right-click-menus/" title="Take Back Control Over Your Right Click Menus (August 5, 2008)">Take Back Control Over Your Right Click Menus</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/speed-up-file-copyn-paste-with-piky-basket/" title="Speed up file Copy&#8217;n Paste with Piky Basket (March 24, 2008)">Speed up file Copy&#8217;n Paste with Piky Basket</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/four-simple-and-free-tips-to-organize-your-windows-experience/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Tag2Find – Tag Files in Windows for Better Organization</title>
		<link>http://www.makeuseof.com/tag/tag2find-%e2%80%93-tag-your-windows-files-with-web-like-tags/</link>
		<comments>http://www.makeuseof.com/tag/tag2find-%e2%80%93-tag-your-windows-files-with-web-like-tags/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 12:00:57 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[desktop search]]></category>
		<category><![CDATA[File Manager]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=25616</guid>
		<description><![CDATA[Tagging is something your pipsqueak pigtailed sister did with you when you were in your tweens. That kind of ceaseless trailing was pesky. The Web 2.0 version though saves us a lot of bother.
Tagging is commonplace around blogs and websites, MakeUseOf too has its own tagcloud. We all agree that it’s a speedy way to [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/THmbnail.png" alt="tag-files-in-windows" vspace="5" align="left" />Tagging is something your pipsqueak pigtailed sister did with you when you were in your tweens. That kind of ceaseless trailing was pesky. The Web 2.0 version though saves us a lot of bother.</p>
<p>Tagging is commonplace around blogs and websites, MakeUseOf too has its own <a href="http://www.makeuseof.com/tag-cloud/">tagcloud</a>. We all agree that it’s a speedy way to scour out a web resource; nearly single click in its utility. We are so used to it that we perhaps miss it as a feature in Windows.</p>
<p>Windows XP was born much before Web 2.0 came about. So, there’s the easy explanation. Vista of course has file tagging and Vista Quick Search as a feature but with a leaning towards only Office docs and a few limitations for certain file types like TXT, RTF, and PNG etc. Even then with all ifs and buts, Vista’s search is better for it. Windows XP meanwhile lags behind, huffing and puffing in its file search.</p>
<p>To plug the want, there is always one or the other software. You might have tried out the previously mentioned <a href="http://www.makeuseof.com/tag/create-tags-for-your-windows-files-with-taggedfrog/">TaggedFrog</a>. Another of its type is <strong>Tag2Find</strong>.</p>
<p>There was a brief mention of it some time back. So, let’s take a closer look at how Tag2Find saves us XP users (why not Vista&#8217;s too?) some grunt work.</p>
<p><a href="http://www.tag2find.com/">Tag2Find</a> (ver. 0.10.2.5) is a 2.23 MB freeware that allows us to tag Windows files and make our search less tedious. According to the site, it’s still in the technical preview stage and the developers are looking to make further improvements.<br />
<span id="more-25616"></span></p>
<h3>The First Steps to Tag Windows Files</h3>
<p>There are three pre-requisites for installing Tag2Find on your machine –</p>
<ul>
<li>Windows XP (Home, Professional) or Vista (32-bit)</li>
<li>NET Runtime 2.0</li>
<li>NTFS-formatted file system</li>
</ul>
<p>For installation, you need administer privileges on your system. The installation runs through a few configuration screens for setting up the location of the internal tag database which stores all the tag info.</p>
<p><img class="aligncenter size-full wp-image-25617" title="SetUp_Database" src="http://www.makeuseof.com/wp-content/uploads/2009/09/SetUp_Database.png" alt="how to tag files in windows" width="580" height="397" /></p>
<p>Another sequence of steps is for selecting the files/folders and the extensions you want to tag during the initial setup (The <em>Intial Tagging Wizard</em>). That done the installer shows a brief video clip revealing how tag2find should be used. Don’t worry, it’s a cinch.</p>
<p><img class="aligncenter size-full wp-image-25618" title="SetUp_Select-Files" src="http://www.makeuseof.com/wp-content/uploads/2009/09/SetUp_Select-Files.png" alt="SetUp_Select-Files" width="580" height="397" /></p>
<p>Tag2find covers all locations that make it easy to tag Windows files – desktop, explorer toolbar, system tray and the right click context menu.</p>
<h3>Quickie tagging…</h3>
<p>During installation, the <em>Initial Tagging Wizard</em> helps out by letting you select the files, folders and extensions which you want to include in your tags. The wizard can be opened later on too.</p>
<p>You can tag your Windows files by a selection or a drag and drop using three different approaches –</p>
<ul>
<li>By a drag and drop on the Tag2Find explorer toolbar icon.<img class="aligncenter size-full wp-image-25619" title="ExplorerToolbar" src="http://www.makeuseof.com/wp-content/uploads/2009/09/ExplorerToolbar.png" alt="ExplorerToolbar" width="422" height="175" /></li>
<li>By right-clicking on the selected file and using the context menu.<img class="aligncenter size-full wp-image-25620" title="Right-Click" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Right-Click.png" alt="Right-Click" width="175" height="255" /></li>
<li>By using the <em>Floating Tag Box</em> manually.<img class="aligncenter size-full wp-image-25621" title="Floating-Box" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Floating-Box.png" alt="Floating-Box" width="351" height="471" /></li>
</ul>
<p>Going for any of these three processes opens up a Tag2Find window. The window displays the entire tag list, some suggested tags and info on the file that is to be tagged. Clicking on <em>Details</em> gives you additional file information and a preview if available.</p>
<p><img class="aligncenter size-full wp-image-25622" title="First-Tag" src="http://www.makeuseof.com/wp-content/uploads/2009/09/First-Tag.png" alt="First-Tag" width="347" height="451" /></p>
<p>Tag2Find also makes it simple for new files by actively monitoring selected file locations (<em>watched folders</em>). The <em>New File Monitor</em> pops up like an alert box and gives you a quick way to tag the file.</p>
<p><img class="aligncenter size-full wp-image-25624" title="File-Monitor" src="http://www.makeuseof.com/wp-content/uploads/2009/09/File-Monitor1.png" alt="File-Monitor" width="318" height="133" /></p>
<h3>Find them out using tags</h3>
<p>Tags wouldn’t be of much help if we don’t have an equally easy way of using tags to shortlist the files we want. Fill in the tag search term in the Tag2Find field box to display the files labeled by the tag in the Results Preview. Open the files from within the preview window or drag and drop it elsewhere. You can also view related tags by entering a comma after the first one. A plus is the graphical bar which is color coded to indicate the relative usage of the file in terms of the tag.</p>
<p><img class="aligncenter size-full wp-image-25625" title="Find" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Find.png" alt="Find" width="347" height="434" /></p>
<h3>Get the big picture using the TagBrowser</h3>
<p><img class="aligncenter size-full wp-image-25626" title="TagBrowser" src="http://www.makeuseof.com/wp-content/uploads/2009/09/TagBrowser.png" alt="TagBrowser" width="580" height="406" /></p>
<p>The <em>TagBrowser</em> is like the centerpiece for all your tags. Browse, sort or filter your tags from the explorer like browser window. TagBrowser is also the tool for mass management of all  tags. Edit tags or set new ones for a bunch of files for rapid organization. One click filters easily set apart documents from other file types like movies and music.</p>
<p>What’s a tag without a <em>tag cloud</em>? The TagBrowser has the option of displaying all your tags either as a tag cloud (with the relative sizes for importance) or as a list.</p>
<p>This is not all there is to it the free software. Some little extras can be found within the settings for TagBrowser. Decide on the color of the tags, set the transparency of the Floating Tag Box, import export tags, auto-play and preview media files in TagBrowser or the tag detail pop-up make it quite a rounded application.</p>
<h3>First impressions…</h3>
<p>On first install and use, some users might just stop short, just because we are so used to web tags. The initial pause done away with, Tag2Find provides lots of flexible ways to tag all your files. Searching by tag is also snappy. It’s almost like an Explorer replacement… addition of an Explorer-like directory structure might just make it one. The PDF help file provided on the site makes the learning curve less acute. The beginning looks and feels good.</p>
<p>If you are an old XP hand (or even a Vista user), give file tagging with <a href="http://www.tag2find.com/">Tag2Find</a> a shot. Who knows it might be the ticket for a better organized computer. Are you familiar with any other tool to tag Windows files? Let us know in comments!</p>
<p><small>Image Credit: <a rel="nofollow" href="http://www.flickr.com/photos/71737580@N00/2587707216/">rooneyjohn</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/create-tags-for-your-windows-files-with-taggedfrog/" title="TaggedFrog &#8211; Cool File Tagging App for Windows (March 4, 2009)">TaggedFrog &#8211; Cool File Tagging App for Windows</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/top-4-ways-to-find-that-elusive-file/" title="Top 4 Desktop Search Tools To Find That Elusive File (January 10, 2009)">Top 4 Desktop Search Tools To Find That Elusive File</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/the-5-best-windows-explorer-replacements/" title="The 5 Good Free Windows File Managers (February 5, 2009)">The 5 Good Free Windows File Managers</a> (51)</li>
	<li><a href="http://www.makeuseof.com/tag/split-and-share-large-files-easily-with-gsplit/" title="Split Big Files into Smaller Ones with GSplit (January 3, 2009)">Split Big Files into Smaller Ones with GSplit</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/simple-ways-to-organize-your-files-in-mac/" title="Simple Ways To Organize Your Files In Mac (April 14, 2009)">Simple Ways To Organize Your Files In Mac</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/tag2find-%e2%80%93-tag-your-windows-files-with-web-like-tags/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Set Default Programs, File Associations &amp; Context Menus Easily</title>
		<link>http://www.makeuseof.com/tag/how-to-set-default-programs-associations-context-menus-easily/</link>
		<comments>http://www.makeuseof.com/tag/how-to-set-default-programs-associations-context-menus-easily/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 16:01:59 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[right-click menu]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=25276</guid>
		<description><![CDATA[Changing things as simple as file associations, icons and context menus can get pretty daunting in Windows, pretty easily. Default Programs Editor is an excellent tool that lets you do such things in a breeze, without having to mess with the registry or go running about the control panel looking for where to start.
A small [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/logocp.png" alt="" vspace="5" align="left" />Changing things as simple as file associations, icons and context menus can get pretty daunting in Windows, pretty easily. Default Programs Editor is an excellent tool that lets you do such things in a breeze, without having to mess with the registry or go running about the control panel looking for where to start.</p>
<p>A small download, <a href="http://defaultprogramseditor.com/">Default Programs Editor</a> is portable and doesn&#8217;t need any installation. It can be used for doing things like editing context menus for a file type or to set default programs or managing Autoplay handlers. Default Programs Editor works in a wizard-like mode making it super easy to make such changes.</p>
<p>You can edit File Type Settings which include editing the default program used to open a file type, changing the context menu entries for a file type and changing the description and icon. As an example when I used 7-Zip to extract a RAR file for the first time on my computer, the RAR file automatically got an ugly white 7-Zip icon. So how can I change the default icon for RAR files?</p>
<p>You can suggest  I use the built in Windows tools  and spend the next 15 minutes trying to figure out how to do it or perhaps edit the registry. Here is how it is down with Default Programs Editor:</p>
<p><span id="more-25276"></span></p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/defaultscreen.png" alt="" width="548" height="450" /></p>
<ul>
<li>I went to <a href="http://www.iconfinder.net/">IconFinder</a>, searched for a suitable icon and downloaded it.</li>
<li>Next I clicked on File type settings in Default Programs Editor, then clicked on <em>Icon</em>.</li>
<li>In the search box I typed <em>.rar</em>, chose RAR file and clicked next.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/changeicon.png" alt="" width="406" height="228" /></p>
<ul>
<li>Clicked <em>browse</em> and chose the icon file I wanted to use and then clicked <em>Save Icon</em> and it was done already.</li>
</ul>
<p>Similarly you can change the context menu entries and description easily.</p>
<p>Another important function you can use Default Programs Editor in addition to being able to set default programs is  for managing the AutoPlay Handler. AutoPlay handlers appear on the list when you plus in a USB drive, or insert a Blank CD, or connect your iPod. You can change which options appear when you insert a certain media, as well as create your own AutoPlay Handlers.</p>
<ul>
<li>Click on the type of media you want to edit the handlers for</li>
<li>In the next screen, you can edit the existing handlers, delete the ones you don&#8217;t want or add new ones</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/autplayhandler.png" alt="" width="410" height="311" /></p>
<ul>
<li>Clicking on <em>Add</em> will give you a list of handlers that already exist but may not be used for the type of media you are editing for.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/newplayhandler.png" alt="" width="471" height="268" /></p>
<ul>
<li>If you don&#8217;t find what you want in here, you can also create your own handlers. Just click on <em>Add a new handler</em>, specify the action name, program and icon and you are done.</li>
</ul>
<p>Lastly you can change program associations with the minimum of fuss. Choose the third option (<em>Default Programs Settings</em>). You can now see a list of all registered programs and the file types they handle. Click on the one you want to assign to/revoke from a file type, click <em>next</em> and check/uncheck the file type under question. For example if you want iTunes to handle all .mp3 files, click on iTunes, click <em>next</em> and place a check against .mp3.</p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/itunesmp3.png" alt="" width="417" height="298" /></p>
<p>All these settings are of course stored in the registry. Default Programs Editor allows you to create reg files for the changes you just made so that you can just double click the reg file to apply the settings in future or apply them on another computer (provided the software and/or files are available).</p>
<p>To create a reg file just click on the downward pointing arrow in the final step and choose the appropriate option.</p>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/savereg.png" alt="" width="281" height="99" /></p>
<p><a href="http://defaultprogramseditor.com/">Default Programs Editor</a> is a great, light wieght portable application that you can use for tasks like above without requiring full on tweaking utilities. If you know of other similar programs let us know in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/5-ways-to-print-folder-and-directory-contents-in-windows/" title="5 Ways to Print Folder and Directory Contents in Windows (October 4, 2009)">5 Ways to Print Folder and Directory Contents in Windows</a> (32)</li>
	<li><a href="http://www.makeuseof.com/tag/useful-windows-registry-tweaks-part-2/" title="Windows Registry Tweaks (Part 2) (September 13, 2007)">Windows Registry Tweaks (Part 2)</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/untangle-your-computer-with-unlocker-2/" title="Untangle your computer with Unlocker (August 30, 2007)">Untangle your computer with Unlocker</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-windows-xpvista7-to-your-taste-with-xdn-tweaker/" title="Tweak Windows XP/Vista/7 to Your Taste with XdN Tweaker (May 2, 2009)">Tweak Windows XP/Vista/7 to Your Taste with XdN Tweaker</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/trash-all-your-duplicate-files-with-auslogics-duplicate-file-finder/" title="Trash Your Duplicate Files with Auslogics Duplicate File Finder (September 6, 2009)">Trash Your Duplicate Files with Auslogics Duplicate File Finder</a> (15)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-set-default-programs-associations-context-menus-easily/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>2 Useful Tips For Organizing Electronic Files [Mac Only]</title>
		<link>http://www.makeuseof.com/tag/2-useful-tips-for-organizing-electronic-files-mac-only/</link>
		<comments>http://www.makeuseof.com/tag/2-useful-tips-for-organizing-electronic-files-mac-only/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 14:00:16 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[automate]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=25155</guid>
		<description><![CDATA[For some people, file management can be a very horrendous task. I&#8217;m still amazed at how messy the files and folders can be. Let them loose for a while and you would find documents, archives, songs, movies and images scattered all over the place.
We have discussed the usage of tags in file management, but it [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/00-Folders-And-Files.jpg" alt="" vspace="5" align="left" />For some people, file management can be a very horrendous task. I&#8217;m still amazed at how messy the files and folders can be. Let them loose for a while and you would find documents, archives, songs, movies and images scattered all over the place.</p>
<p>We have discussed the <a href="http://www.makeuseof.com/tag/simple-ways-to-organize-your-files-in-mac/">usage of tags in file management</a>, but it would be nicer if all of those files are automatically sorted and placed in a specific folder pre-configured for them. MP3s will go into music folder, images into pictures folders, PDFs into document folders, and so on.</p>
<p>I figured that there should be a few apps that I could offer as tips for organizing electronic files. After a quick search, I found three alternatives: <a href="http://www.noodlesoft.com/hazel.php">Hazel</a> (powerful, but not free: US$21.95 with 14-day trial), <a href="http://tomhancocks.com/file-actions/">File Actions</a> (not as powerful as Hazel, but free) and Apple&#8217;s Automator (powerful and free). Since MakeUseOf prioritizes on free applications, let&#8217;s dig a little deeper into File Actions and Automator.<br />
<span id="more-25155"></span><br />
<strong>Monitor and Move</strong><br />
The basic function of File Actions is simply to monitor certain folders and automatically move files based on a set of rules.</p>
<p>The first time you open this application, you&#8217;ll have a blank window. What you have to do now is set the time intervals between checks. After that click on the plus (+) button to add new rules.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-25157" title="01 File Actions Preferences-1" src="http://www.makeuseof.com/wp-content/uploads/2009/09/01-File-Actions-Preferences-1.jpg" alt="tips for organizing electronic files" width="550" height="502" /></p>
<p>There are three factors that will determine the rules:</p>
<ul>
<li>The locations to be monitored &#8211;&gt; there are several location that you can choose by ticking the box next to it, such as: desktop, documents, downloads, and other. Ticking &#8216;other&#8217; will make this app check all other locations on the hard drive. You can choose multiple locations to be monitored.<br />
<img class="aligncenter size-full wp-image-25158" title="02a File Actions - Locations" src="http://www.makeuseof.com/wp-content/uploads/2009/09/02a-File-Actions-Locations.jpg" alt="tips for organizing files" width="550" height="197" /></li>
<li>The destination &#8211; where the files should be moved &#8211;&gt; just like the first item, you have several options to choose. But here, you can only choose one location as the destination.<br />
<img class="aligncenter size-full wp-image-25159" title="02b Destination" src="http://www.makeuseof.com/wp-content/uploads/2009/09/02b-Destination.jpg" alt="tips for organizing electronic files" width="550" height="250" /></li>
<li>And of course, the rule itself &#8211;&gt; you set some rules by deciding what string should be matched to activate the process. There are four options: file extensions should match the strings (File Suffix is equal), file extensions should not match the strings (File Suffix is not equal), name should match the strings (File Prefix is equal) and name should not match the strings (File Prefix is not equal). Then you can write the strings. Use comma to separate multiple strings.<br />
<img class="aligncenter size-full wp-image-25160" title="02c Rule" src="http://www.makeuseof.com/wp-content/uploads/2009/09/02c-Rule.jpg" alt="organizing computer files" width="550" height="95" /></li>
</ul>
<p>For example, if you want to move all of your downloaded MP3s to the music folder, you can choose the Downloads folder to be monitored, choose the music folder as the destination, choose &#8220;File Suffix is equal&#8221; and add MP3 as the string. Click OK to save and you can rename the rule from the main window by clicking it.</p>
<p><strong>Automate with Automator</strong><br />
But File Actions is an old application dated back to 2007. Even though I can use it just fine in Snow Leopard, I found some glitches like the inability to choose a specific folder to be used as &#8220;Other&#8221; in the destination. So let&#8217;s try the second option: Automator.</p>
<p>For the purpose of moving files automatically to their destined location, you&#8217;ll need a very simple workflow. Open Automator (Applications &#8211;&gt; Automator) and choose Folder Action. This is an action which will be activated everytime there&#8217;s a new activity happened to a specific folder.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-25161" title="03 Automator - Folder Action" src="http://www.makeuseof.com/wp-content/uploads/2009/09/03-Automator-Folder-Action.jpg" alt="organizing computer files" width="556" height="517" /></p>
<p>Suppose we want to achieve the same thing as before: automatically move all the downloaded MP3s to the music folder, the first thing to do is to choose which folder to monitor. We&#8217;ll just set this to Downloads folder.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-25162" title="04 Choose Folder" src="http://www.makeuseof.com/wp-content/uploads/2009/09/04-Choose-Folder.jpg" alt="organizing computer files" width="531" height="164" /></p>
<p>Then we&#8217;ll choose &#8220;Actions&#8221; tab, and &#8220;Files and Folders&#8221; from the library and we can start building our own Automator Workflow.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-25163" title="05a Actions - Files and Folders" src="http://www.makeuseof.com/wp-content/uploads/2009/09/05a-Actions-Files-and-Folders.jpg" alt="organizing folders and files" width="393" height="471" /></p>
<p>We can build the workflow by dragging and arranging the actions into the main window. We only need two action items here: &#8220;Filter Finder Items&#8221; and &#8220;Move Finder Items&#8221;.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-25164" title="05b Two Actions" src="http://www.makeuseof.com/wp-content/uploads/2009/09/05b-Two-Actions.jpg" alt="organizing folders and files" width="550" height="323" /></p>
<p>Set the file extension to be filtered to MP3 on the first action, and Music folder as the location to move Finder items.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-25166" title="06 Automator Workflow" src="http://www.makeuseof.com/wp-content/uploads/2009/09/06-Automator-Workflow.jpg" alt="organizing folders and files" width="550" height="385" /></p>
<p style="text-align: center;">Then we save the file and let Automator takes care everything else. <img class="aligncenter size-full wp-image-25165" title="07 File Save" src="http://www.makeuseof.com/wp-content/uploads/2009/09/07-File-Save.jpg" alt="organizing files" width="339" height="293" /></p>
<p>Repeat the process for other folders and other types of files.</p>
<p>The example I provided here for organizing electronic files is just a very simple one. But we can create far more sophisticated automations using Automator by tinkering with all the filters and rules. The limit is your imagination. What have you used Automator for?</p>
<p><a href="http://tomhancocks.com/file-actions/">File Actions</a>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/four-simple-and-free-tips-to-organize-your-windows-experience/" title="The 4 Proven Simple Tips to Organize Your Files on Windows (September 28, 2009)">The 4 Proven Simple Tips to Organize Your Files on Windows</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/simple-ways-to-organize-your-files-in-mac/" title="Simple Ways To Organize Your Files In Mac (April 14, 2009)">Simple Ways To Organize Your Files In Mac</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/track-computer-usage-of-folders-files-with-hdd-profiler/" title="Monitor Files &#038; Folders for Changes with HDD Profiler (August 15, 2009)">Monitor Files &#038; Folders for Changes with HDD Profiler</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/using-automator-to-batch-rename-images-mac/" title="How To Use Automator To Batch Rename Images on Mac (August 5, 2009)">How To Use Automator To Batch Rename Images on Mac</a> (0)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-remote-trigger-the-remote-download-of-a-file-mac-only/" title="How To Trigger the Download of a File Remotely (Mac Only) (September 24, 2009)">How To Trigger the Download of a File Remotely (Mac Only)</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/2-useful-tips-for-organizing-electronic-files-mac-only/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Trash Your Duplicate Files with Auslogics Duplicate File Finder</title>
		<link>http://www.makeuseof.com/tag/trash-all-your-duplicate-files-with-auslogics-duplicate-file-finder/</link>
		<comments>http://www.makeuseof.com/tag/trash-all-your-duplicate-files-with-auslogics-duplicate-file-finder/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 19:00:35 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[duplicates]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[pc maintenance]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=24327</guid>
		<description><![CDATA[With human memory being what it is, we hardly realize that we stack up a pile of duplicate files on our hard disks. Downloading and saving files is no big deal. Especially with the kinds of bandwidth and hard disk capacities we enjoy these days. But gradually, over the days and months each byte accumulates [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Thumbnail3.png" alt="" vspace="5" align="left" />With human memory being what it is, we hardly realize that we stack up a pile of duplicate files on our hard disks. Downloading and saving files is no big deal. Especially with the kinds of bandwidth and hard disk capacities we enjoy these days. But gradually, over the days and months each byte accumulates like the proverbial drop in the ocean.</p>
<p>Most of us are pack rats of the digital age. Hoarding downloads, never to see them again. For instance, I had a habit of downloading e-books by the dozen &#8211; with each came a promise that I would read them all. Of course, I never got around to it. And soon, I came to realize that I had stacked up quite a few duplicate files.</p>
<p>It is only when we reach the brim of our hard disk capacity, we start to look for ways and means to shed some of the junk. An audit of our system will throw up at least a handful of files saved twice over. <a href="http://www.makeuseof.com/tag/5-ways-to-find-duplicate-image-files-on-your-computer-windows/">Image files</a> and wallpapers spread across multiple folders. Duplicate songs, documents, outdated installation files, each contributing to sucking up space. Giving our systems regular spring cleanings not only frees up space, but also optimizes file organization, disk defragmentation and system scans.</p>
<p>Manually going through all our files with a fine toothcomb would be an absolute waste of time. Let’s find a smart software to do the job for us. Let’s get chummy with Auslogics Duplicate File Finder.<br />
<span id="more-24327"></span></p>
<h3>How does Auslogics Duplicate File Finder work?</h3>
<p>The &#8216;identical&#8217; file finder software relies on several reference points like the elementary matching by name, size and date. Apart from these (and more importantly), it also relies on matching by content. Matching by content of the file types is achieved using the MD5 algorithm.  This algorithm is like a precise rule which can be used to find identical files by comparing their checksums. MD5 checksum is like a digital fingerprint of a file, unique and identifiable. Checksum match means that the files are identical.</p>
<h3>Taking Auslogics Duplicate File Finder out for a hunt.</h3>
<p>The freeware has a very simple intuitive interface. The process begins by selecting the drives and folders one wants to include in the search. The program also can scan all removable media like USB drives for duplicate content.</p>
<p><img class="aligncenter size-full wp-image-24328" title="1st-Screen" src="http://www.makeuseof.com/wp-content/uploads/2009/09/1st-Screen.png" alt="1st-Screen" width="580" height="447" /></p>
<p>After specifying the <em>where</em>, in the next screen we have to specify the <em>how</em>. Three simple criteria cover all the options. With <em>Matching Criteria</em>, you can set it to search by file name, date and time of creation, file size and finally, match by content. Match by content is the most accurate as the first three can give differing results, but matching files by content improves accuracy. The only offshoot is that a search for checksum matches is considerably slower.  The <em>Advanced Criteria </em>allows you to keep out files under a specific size. <em>File Type</em> further lets you narrow down the search to specific files.</p>
<p><img class="aligncenter size-full wp-image-24329" title="2nd-Screen" src="http://www.makeuseof.com/wp-content/uploads/2009/09/2nd-Screen.png" alt="2nd-Screen" width="580" height="447" /></p>
<p>Scan times depend on the search criteria selected. But my subjective opinion says that it’s quite fast. The results indicate the duplicate files and the potential space you can recover if you delete the duplicates. The duplicates are clustered together in groups and are marked out in alternating bands of color. File actions can be performed using a right click or from the <em>Action</em> menu. Actions like <em>Select One in Each Group</em>, <em>Open With</em> (the default file handler), and <em>Explore Folder</em> lets you better manage the clean-up. With a <em>Delete</em>, the duplicate files are moved to the Recycle Bin.</p>
<p><img class="aligncenter size-full wp-image-24330" title="3rd-Screen" src="http://www.makeuseof.com/wp-content/uploads/2009/09/3rd-Screen.png" alt="3rd-Screen" width="580" height="447" /></p>
<p><em><strong>Note:</strong></em> Before deletion, use Action – Open to visually check the files as a precautionary step.</p>
<h3>Rounding it all up</h3>
<p>To list the <em>pros</em> &#8211; The 1.69MB download is free, uncomplicated and light on system resources (memory footprint isn’t more than a typical browser). Scanning is fast even with <em>Match Content</em> enabled.</p>
<p>To list the <em>cons</em> – The program could have done with more selections for file filters. The final action is limited to deletion; a move option from within the interface would have been a plus. The vanilla interface might put off users who are more hands on with their optimization tools.</p>
<p>As a typical no-cost, no-loss program, the Duplicate File Finder is worth a try. <a href="http://www.auslogics.com/en/software/duplicate-file-finder">Auslogics Duplicate File Finder</a> <em>(ver. 1.5.2.55)</em> runs on Windows (XP/2003/Vista/2008/7).</p>
<p>Which is your software of choice? Let us know how you purge the copies.</p>
<p><small>Image credit: <a rel="nofollow" href="http://www.flickr.com/photos/7763183@N07/1070506827/">where are the joneses</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/visualize-your-hard-drive-with-windirstat/" title="Visualize your Hard Drive Usage with WinDirStat (August 22, 2008)">Visualize your Hard Drive Usage with WinDirStat</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/vista-utilities-makes-configuring-windows-vista-easier/" title="Vista Utilities Makes Configuring Windows Vista Easier (October 25, 2008)">Vista Utilities Makes Configuring Windows Vista Easier</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/the-5-best-windows-explorer-replacements/" title="The 5 Good Free Windows File Managers (February 5, 2009)">The 5 Good Free Windows File Managers</a> (51)</li>
	<li><a href="http://www.makeuseof.com/tag/four-simple-and-free-tips-to-organize-your-windows-experience/" title="The 4 Proven Simple Tips to Organize Your Files on Windows (September 28, 2009)">The 4 Proven Simple Tips to Organize Your Files on Windows</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-automate-windows-programs-on-a-schedule/" title="Run Programs Automatically Using Windows Task Scheduler (April 26, 2009)">Run Programs Automatically Using Windows Task Scheduler</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/trash-all-your-duplicate-files-with-auslogics-duplicate-file-finder/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to Keep your Backups Current with FreeFileSync (Win)</title>
		<link>http://www.makeuseof.com/tag/how-to-easily-keep-your-backups-current-with-freefilesync-windows/</link>
		<comments>http://www.makeuseof.com/tag/how-to-easily-keep-your-backups-current-with-freefilesync-windows/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 18:01:41 +0000</pubDate>
		<dc:creator>Jim Henderson</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[synchronize]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=22967</guid>
		<description><![CDATA[We’ve posted a lot of information here in the past about backups and file synchronisation, but I’ve been doing some work recently moving a huge quantity of data and ensuring that it has actually arrived, and it’s great to find something that just works.
I’ve been using both Vista and the Windows 7 RC, and the [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/ffslogo.png" border="0" alt="ffslogo" vspace="5" align="left" />We’ve posted a lot of information here in the past about <a href="http://www.makeuseof.com/tags/backup/">backups</a> and <a href="http://www.makeuseof.com/tags/synchronize/">file synchronisation</a>, but I’ve been doing some work recently moving a huge quantity of data and ensuring that it has actually arrived, and it’s great to find something that just works.</p>
<p>I’ve been using both <a href="http://www.makeuseof.com/tags/vista">Vista</a> and the <a href="http://www.makeuseof.com/tag/the-ultimate-upgrade-to-windows-7-guide/">Windows 7 RC</a>, and the official recommendation for those platforms for raw copy tools is to use Robocopy, rather than the rather dated XCopy.</p>
<p><a href="http://www.microsoft.com/Downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;displaylang=en">Robocopy</a> has a GUI that leaves a lot to be desired, and Microsoft have been quietly pushing a free tool called <a href="http://www.makeuseof.com/tag/copy-multiple-files-on-your-computer-with-richcopy-windows/">RichCopy</a>, so you would think there were plenty of options, but I’ve had an awful time with everything except for the barbaric option of running Robocopy from the command line, so I was really on the hunt for something less official.</p>
<p><a href="http://sourceforge.net/projects/freefilesync/">FreeFileSync</a> (FFS) takes the sting out of synchronising local backups. I’d still go some other places for Internet backups, and this isn’t the tool for scripted synchronisation either, if you’re headed down that path. Robocopy is great for that.</p>
<p><span id="more-22967"></span><br />
There isn’t much information available about FFS, so it’s just as well that it largely seems not to need it. Download, install, start, and get things done. It’s that easy.</p>
<p>I have an ongoing need to ensure that I have my photographs saved in at least two places. I have another copy that leaves the building with me as well, but we’re just looking at the locations I can see on the network for this.</p>
<p>When FFS is started, you can see a fairly straightforward interface.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/open.jpg" border="0" alt="open" /></p>
<p>The idea is to put the source location in the left column, and the destination in the right, but the terms are less than distinct, because at least by default, FFS is going synchronise the files in both locations, and will happily update both ways.</p>
<p>In my case I have files in <em>M:\pics</em> that I would like to backup to <em>K:\backups\pic</em>. Just browse to both of those locations, as shown above.</p>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/compare.png" border="0" alt="compare" vspace="5" align="left" /> The big compare button does exactly what you might think. It doesn’t move anything anywhere, just takes a look and reports back.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/five_thumb.jpg" border="0" alt="five" /></p>
<p>FFS lists the folders and files that need to be copied across,and would also list any that needed to go the other way. This set is pretty straightforward though.</p>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/options.png" border="0" alt="options" vspace="5" align="left" />Click the <em>options</em> button to sort out the way you want the synchronisation to happen. You’ll be presented with a list of options which are mostly self-explanatory.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/settings.png" border="0" alt="settings" width="591" height="302" /></p>
<p><span style="color: red;"><strong>Warning!</strong></span> Take some care in here. If you get these, or the folders you’ve listed in FFS the wrong way around, you could end up deleting files by mistake. Measure twice, cut once!</p>
<p>You can select a main option from the left, and then make minor (but important) adjustments to it on the right.</p>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/config.png" border="0" alt="config" vspace="5" align="left" /> For instance, if you choose <em>Mirror</em> on the left, you’ll get this list on the right.</p>
<p>What this says is that if you have files that exist <em><strong>only</strong></em> on the left, they will be copied to the right. If you have files <em><strong>only</strong></em> on the right, they will be deleted. If you have <strong><em>newer</em></strong> files on the left they will be copied. If you have <em><strong>newer</strong></em> files on the right, they will be overwritten.</p>
<p>You can also adjust each of these actions, by clicking the green buttons, if none of the major options is what you want.</p>
<p>Spend some time and get familiar with this. Really.</p>
<p>Mostly, though, the requirement is to mirror folders, as in the larger image above.</p>
<p>Once you’ve chosen the option you want, click the <em>Apply </em>button to return to the main screen.</p>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/sync.png" border="0" alt="sync" vspace="5" align="left" />The settings you’ve chosen for this session are displayed above the <em>Synchronize</em> button. Check things are as you want them to be, and then click the button.</p>
<p><img style="margin-left:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/confirm.png" border="0" alt="confirm" vspace="5" align="right" />You’ll get one last chance… A preview screen is displayed that shows you what is going to happen.</p>
<p>At about this point I’m getting tired of symbols, and wish the application would just put things in English.</p>
<p>The <em>star</em> is the number of files that will be created. The <em>bin</em> shows the number to be deleted. The <em>arrow</em> shows the number to be overwritten, and the <em>pie chart</em> shows the total amount of data that is going to be transferred.</p>
<p>Click <em>Start</em>.</p>
<p>Depending on the amount of data involved, you may or may not see much happen before you are eventually presented with a completion screen.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/complete.jpg" border="0" alt="complete" width="550" height="324" /></p>
<p>Click <em>OK </em>to return to the main screen. You’re all finished. Congratulations!</p>
<p>Most folk would like to perform the same sync activity over and over, and FFS has the ability to save and open setups so you can run them again any time.</p>
<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/save_config.png" border="0" alt="save_config" vspace="5" align="left" />Click the button with the red arrow to save the config you’ve just been working with, and you’ll be prompted to supply a (would you believe) .ffs_gui file name. Take the offered name or change it to something more useful, and then click <em>Save</em>.</p>
<p>Opening a session is just the same in reverse. Click the button with the green arrow, etc.</p>
<p>That’s it. Now you have one less excuse for not doing backups…</p>
<p>I’d be most interested in any experiences you’ve had with this or other similar products. Do you use any sort of sync tools? let me know in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/pure-sync-backup-and-file-synchronization-made-easy/" title="Pure Sync: Free Backup and File Synchronization Tool (June 9, 2009)">Pure Sync: Free Backup and File Synchronization Tool</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/windows-live-mesh-get-your-data-on-any-pc-from-any-device/" title="Windows Live Mesh: Get your Data on any PC from any Device (May 2, 2008)">Windows Live Mesh: Get your Data on any PC from any Device</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/3-backup-tools/" title="The Best free Backup Software for your PC (June 6, 2008)">The Best free Backup Software for your PC</a> (28)</li>
	<li><a href="http://www.makeuseof.com/tag/sync-yourself-with-syncplicity-with-a-gift-for-make-use-of-readers/" title="Sync Yourself with Syncplicity&#8230; With a Gift For MakeUseOf Readers! (July 3, 2008)">Sync Yourself with Syncplicity&#8230; With a Gift For MakeUseOf Readers!</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/sugarsync-vs-dropbox-the-battle-of-the-cloud-storage-titans/" title="Sugarsync vs Dropbox: The Battle Of The Cloud Storage Titans (May 20, 2009)">Sugarsync vs Dropbox: The Battle Of The Cloud Storage Titans</a> (60)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-easily-keep-your-backups-current-with-freefilesync-windows/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Monitor Files &amp; Folders for Changes with HDD Profiler</title>
		<link>http://www.makeuseof.com/tag/track-computer-usage-of-folders-files-with-hdd-profiler/</link>
		<comments>http://www.makeuseof.com/tag/track-computer-usage-of-folders-files-with-hdd-profiler/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 12:01:51 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[portable app]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=22926</guid>
		<description><![CDATA[Have you ever wanted to know when files were modified or accessed on your computer? How about on a server? Maybe someone has been opening your files and changing data? Or maybe someone is trying to do a little corporate espionage…
Sure you could use Group Policy to monitor files for changes, but how many of [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/08/hddHeasd.gif" border="0" alt="hddHeasd" vspace="5" align="left" />Have you ever wanted to know when files were modified or accessed on your computer? How about on a server? Maybe someone has been opening your files and changing data? Or maybe someone is trying to do a little corporate espionage…</p>
<p>Sure you could use Group Policy to monitor files for changes, but how many of you out there know how to do that? Instead, a small <a href="http://www.makeuseof.com/tags/portable-app/">portable application</a> called HDD Profiler rocks hard core. It can tell you who has modified, accessed or created a new file/folder inside the folder you are monitoring….that’s a mouth full! Long story short – you can tell what was accessed or changed by a simple snapshot method.</p>
<p>I have a directory in mind. One that I want to monitor, but I also don&#8217;t want anyone to know that I am watching this folder and with <a href="http://www.classic-software.ro/Files/HDD-Profiler.html">HDD Profiler</a> that is exactly what you get.</p>
<p>When you run it, you will see a screen that looks like this:</p>
<p style="text-align: center;"><span id="more-22926"></span><br />
<img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/hdd1.gif" border="0" alt="hdd1" width="569" height="273" /></p>
<p>You can see that there are tabs for each of these: New Files, Removed Files, Created Files, Modified Files, Resized Files, New Folders and Removed Folders. There will be nothing in any of the tabs initially. We need to take a snap shot of the folder we want to monitor first. I choose my desktop by hitting either F8 or go to the Menu &#8211; Task – Snapshot.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/hdd2.gif" border="0" alt="hdd2" width="569" height="158" /></p>
<p>Choose a folder you want to monitor for changes and a folder to store the snapshot file. If you are working locally check the <em>Local Snapshot</em> button. Leave it un-checked if you are using a remote machine’s folder. Then simply hit <em>SnapIt</em>.</p>
<p>It will save the snapshot file to your specified directory. These snapshot files all will have a <em>.hps</em> extension. I save mine to <em>My Documents</em>. Next go ahead and make some changes to that folder. I created some new sub-folders, renamed a file, deleted a file and opened a document. HDD Profiler recorded all of that for me. Let’s take a look.</p>
<p>To compare the current version of the folder against your snapshot you hit <em>Menu – Task – Profile</em> or F9. After you do that you should be able to see all the changes you made to the folders contents. There is no user information associated with it but you will know that someone messed with something!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/hdd3.gif" border="0" alt="hdd3" width="569" height="55" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/08/hdd4.gif" border="0" alt="hdd4" width="455" height="87" /></p>
<p>This is an awesome way to manually monitor files for changes that no one will know is in place. The only downside of this application is that you need to manually snapshot the folder in question and you need to know about the problem before it happens….hey some of us Admins stay ahead of the game!</p>
<p>For me I will be using this to watch some of the executive folders on a local server to see who has been accessing what. You can put this to use when you think someone is spying on you or maybe someone is randomly deleting files. This will help you become Sherlock Holmes!</p>
<p>How do you track folder usage or audit your file system? Maybe someone out there has an easier way or something a little more automated?</p>
<p>We would love to hear about your ways in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/hide-protect-your-files-with-easy-file-locker-windows/" title="Hide &#038; Protect Your Files with Easy File Locker [Windows] (July 14, 2009)">Hide &#038; Protect Your Files with Easy File Locker [Windows]</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-lock-windows-folders-with-mylockbox/" title="How To Lock Windows Folders With MyLockbox (October 7, 2009)">How To Lock Windows Folders With MyLockbox</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/hide-your-drives-from-prying-eyes-with-no-drives-manager-windows/" title="Hide Your Drives From Prying Eyes with No Drives Manager [Windows] (November 4, 2009)">Hide Your Drives From Prying Eyes with No Drives Manager [Windows]</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/your-computer-your-world-how-to-keep-out-the-mindless/" title="Your Computer, Your World &#8211; How to Keep Out the Mindless (May 26, 2008)">Your Computer, Your World &#8211; How to Keep Out the Mindless</a> (51)</li>
	<li><a href="http://www.makeuseof.com/tag/what-to-do-when-you-get-a-copyright-infringement-notice/" title="What To Do When You Get A Copyright Infringement Notice from ISP (November 23, 2009)">What To Do When You Get A Copyright Infringement Notice from ISP</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/track-computer-usage-of-folders-files-with-hdd-profiler/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Use Automator To Batch Rename Images on Mac</title>
		<link>http://www.makeuseof.com/tag/using-automator-to-batch-rename-images-mac/</link>
		<comments>http://www.makeuseof.com/tag/using-automator-to-batch-rename-images-mac/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 16:01:52 +0000</pubDate>
		<dc:creator>Wez Pyke</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[automator]]></category>
		<category><![CDATA[file renamer]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=21124</guid>
		<description><![CDATA[I have had this problem many times in the past &#8211; I am developing a website for a client and when I ask them to send me images, for something such as a gallery, they&#8217;ll send me lots of images and the name for each image wont have any meaning &#8212; something along the lines [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/automator-icon.png" alt="automator-icon" vspace="5" align="left" />I have had this problem many times in the past &#8211; I am developing a website for a client and when I ask them to send me images, for something such as a gallery, they&#8217;ll send me lots of images and the name for each image wont have any meaning &#8212; something along the lines of IMG_0839 or CIMG_1029.</p>
<p>It&#8217;s nice to at least have the image files named like image1, image2, image3, etc so that you can at least order them. Luckily for us <a href="http://www.makeuseof.com/service/mac">Mac OS X</a> users, we have a nice little tool that Apple has developed called Automator which makes such a batch rename task  a breeze.</p>
<p>Open up Automator by going to your Applications folder and then double click Automator to open it up. Alternatively you could use <a href="http://en.wikipedia.org/wiki/Spotlight_%28software%29">Spotlight</a> or <a href="http://docs.blacktree.com/quicksilver/what_is_quicksilver">Quicksilver</a> to open up the Application.</p>
<p><span id="more-21124"></span><br />
When Automator has loaded up you will be presented with a window similar to the one pictured below.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/Automator.jpg" alt="Automator" width="580" height="363" /></p>
<p><!--more--><br />
From here, select <em>Custom </em>and ht the <em>Choose</em> button to begin creating your workflow.</p>
<p>First, search for <em>Get Specified Finder Items</em> or click <em>Files &amp; Folders</em> under Library and then select the action from there. When you have found it, drag and drop it to the right to add it to the workflow. Leave the field empty for now.</p>
<p>Next, search for <em>rename</em> in the search field at the top of the Application.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/rename.jpg" alt="rename" width="338" height="164" /></p>
<p>When you have found it, drag and drop it to the workflow. An alert box will pop up asking you if you would like to add a &#8216;<em>Copy Finder Items</em>&#8216; action to the workflow. Click on <em>Add</em> to add the action. All it does is duplicate the items to be batch renamed, serving as a backup in case things go wrong and leaving the original files intact. Choose a suitable destination for it &#8212; a new folder on the desktop should be perfect.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/07/copy-finder-items-action.gif" alt="" /></p>
<p>Your workflow should look like the one below.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/automator-workflow.gif" alt="automator_view" /></p>
<p>There is one last thing I am going to change and that is within <em>Rename Finder Items</em>. I am going to change <em>Add Date or Time</em> to <em>Make Sequential</em>. Also change <em>Add number to</em> to <em>new name</em>, set this to whatever you like, I have named it <em>image</em>. Make sure that you tick <em>Make all number 2 digits long</em> so that when you reorder the images the ones that are image_2 will come before image_11.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/rename_finder_items.jpg" alt="rename_finder_items" /></p>
<p>We are all done.</p>
<p>Save the workflow as a batch rename application by going to the File menu and choose &#8216;Save As&#8230;&#8217; Enter a name for it, like &#8220;Rename to Sequential&#8221; and select &#8216;Application&#8217; for the file format and save it somewhere obvious, the Desktop, perhaps. To rename your images, simpley drag them over the icon and release. Automator will spring into life, copy and bulk rename your images, and save them to the destination you specified in the workflow.</p>
<p>If it is successful it should have copied all the images and renamed them image-1, image-2, image-3 and so on in the folder that you chose.</p>
<p>I went from this :</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/Portraits.jpg" alt="Portraits" width="580" height="404" /></p>
<p>to this with a nice, simple workflow.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/Portraits-1.jpg" alt="Portraits-1" width="580" height="404" /></p>
<p>The advantage of saving the workflow as a batch rename application is you can use it over and over again. If you need to change the settings in the workflow, open the &#8220;application&#8221; in Automator.</p>
<p>There is a bulk rename utility for Mac OS X called <a id="q33b" title="NameChanger" href="../tag/batch-renamed-your-files-easily-mac-style/">NameChanger</a> that is similar to what we have just done. But its nice to know that there are alternatives, for example if you don&#8217;t have an internet connection and can&#8217;t download NameChanger.</p>
<p>This has been a workflow that has came in useful for me on a number of occasions. Share your workflows with us and our readers in the comments below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/identify-unknown-files-with-trid-windowslinux/" title="Identify Unknown Files with TrID [Windows/Linux] (June 8, 2009)">Identify Unknown Files with TrID [Windows/Linux]</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-automatically-rename-photos-with-dates-they-were-shot/" title="How To Automatically Batch Rename Photos With Dates They Were Shot (August 9, 2009)">How To Automatically Batch Rename Photos With Dates They Were Shot</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/d-filemu-%e2%80%93-a-small-but-powerful-file-renamer-windows/" title="D-FileMU – A Small But Powerful File Renamer (Windows) (February 2, 2009)">D-FileMU – A Small But Powerful File Renamer (Windows)</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/batch-renamed-your-files-easily-mac-style/" title="Batch Rename Your Files Easily – Mac Style (Mac Only) (April 15, 2009)">Batch Rename Your Files Easily – Mac Style (Mac Only)</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/2-useful-tips-for-organizing-electronic-files-mac-only/" title="2 Useful Tips For Organizing Electronic Files [Mac Only] (September 20, 2009)">2 Useful Tips For Organizing Electronic Files [Mac Only]</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/using-automator-to-batch-rename-images-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide &amp; Protect Your Files with Easy File Locker [Windows]</title>
		<link>http://www.makeuseof.com/tag/hide-protect-your-files-with-easy-file-locker-windows/</link>
		<comments>http://www.makeuseof.com/tag/hide-protect-your-files-with-easy-file-locker-windows/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 13:00:54 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[hide data]]></category>
		<category><![CDATA[lock]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=20728</guid>
		<description><![CDATA[Do you have a certain file or folder that you don’t want other users on your system to be able to see or access? Confidential documents will be safe from prying eyes. Your financial documents will be safe from your mother or dare I say significant other! We&#8217;ve covered several encryption softwares in the past, [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/eflHead.png" alt="" vspace="5" align="left" />Do you have a certain file or folder that you don’t want other users on your system to be able to see or access? Confidential documents will be safe from prying eyes. Your financial documents will be safe from your mother or dare I say significant other! We&#8217;ve covered several <a href="http://www.makeuseof.com/tags/encryption/">encryption</a> softwares in the past, like <a href="http://www.makeuseof.com/tag/encrypt-sensitive-data-with-truecrypt/">TrueCrypt</a> but this is really, really easy to use. <em>Hence its name</em>.</p>
<p><a title="http://www.xoslab.com/index.html" href="http://www.xoslab.com/index.html">Easy File Locker</a> is a pretty small file at 224KB and will do exactly what it says. It will let you protect a file or folder from being seen or accessed by anyone on your system. This is a light-weight program that does not slow down your system and even continues working if the machine is booted in safe mode. It does not require the application to be running for the security to work and it can be password-protected as well.</p>
<p>Let’s take a look at how it works.<br />
<span id="more-20728"></span><br />
On first start, you will see a user interface like the one below:</p>
<p align="center"><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="efl1" src="http://www.makeuseof.com/wp-content/uploads/2009/07/efl1.png" border="0" alt="efl1" width="569" height="259" /></p>
<p>Now to protect a file or folder, the method is almost the same. All you have to do is hit <em>Edit – Add File</em> or <em>Add Folder</em> to either protect a file or folder. Talk about straightforward!</p>
<p align="center"><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="efl2" src="http://www.makeuseof.com/wp-content/uploads/2009/07/efl2.png" border="0" alt="efl2" width="569" height="259" /></p>
<p>Next up, you will have to pick your file or folder as well as choose from the following options. You can:</p>
<ul>
<li>Make the file or folder accessible</li>
<li>Make the file or folder writable</li>
<li>Make the file or folder erasable</li>
<li>Make the file or folder invisible</li>
</ul>
<p align="center"><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="efl3" src="http://www.makeuseof.com/wp-content/uploads/2009/07/efl3.png" border="0" alt="efl3" width="424" height="209" /></p>
<p>Click the <strong>Browse</strong> button represented by the box with three dots next to the path to select your target file/folder like so:</p>
<p align="center"><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="efl4" src="http://www.makeuseof.com/wp-content/uploads/2009/07/efl4.png" border="0" alt="efl4" width="328" height="335" /></p>
<p>You will see a window like this when you are done.</p>
<p align="center"><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="efl5" src="http://www.makeuseof.com/wp-content/uploads/2009/07/efl5.png" border="0" alt="efl5" width="569" height="259" /></p>
<p>Next, you can set a password for the application by hitting <em>System – Set password</em></p>
<p align="center"><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="efl6" src="http://www.makeuseof.com/wp-content/uploads/2009/07/efl6.png" border="0" alt="efl6" width="569" height="254" /></p>
<p>My favorite ability is making a folder visible and not accessible.</p>
<p align="center"><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="efl6a" src="http://www.makeuseof.com/wp-content/uploads/2009/07/efl6a.png" border="0" alt="efl6a" width="424" height="209" /></p>
<p>When the user tries to open the folder whamo – Access is denied!</p>
<p align="center"><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="efl7" src="http://www.makeuseof.com/wp-content/uploads/2009/07/efl7.png" border="0" alt="efl7" width="294" height="130" /></p>
<p>Also see:</p>
<p>- <a href="http://www.makeuseof.com/tag/2-ways-to-hide-porn-important-folders/">2 Ways to Hide “Important” Files and Folders in Windows</a><br />
- <a href="http://www.makeuseof.com/tag/how-to-hide-files-like-a-super-villain/">How To Hide Files Like a Super Villain</a></p>
<p>Do you have another easy solution to keep unwanted grubby little fingers off of your stuff? Let’s hear about it in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-lock-windows-folders-with-mylockbox/" title="How To Lock Windows Folders With MyLockbox (October 7, 2009)">How To Lock Windows Folders With MyLockbox</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/protect-and-track-your-laptop-in-case-of-theft/" title="Protect And Track Your Laptop In Case Of Theft (March 31, 2009)">Protect And Track Your Laptop In Case Of Theft</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/keeping-under-the-radar-and-securing-your-files/" title="Keeping Under the Radar and Securing Your PC Files (June 16, 2008)">Keeping Under the Radar and Securing Your PC Files</a> (21)</li>
	<li><a href="http://www.makeuseof.com/tag/quickly-easily-protect-encrypt-files-with-conceal/" title="How to Easily Protect &#038; Encrypt Files with Conceal (Windows) (November 18, 2009)">How to Easily Protect &#038; Encrypt Files with Conceal (Windows)</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/hack-windows-passwords-with-ophcrack/" title="Ophcrack &#8211; A Password Hack Tool to Crack Almost Any Windows Password (July 17, 2009)">Ophcrack &#8211; A Password Hack Tool to Crack Almost Any Windows Password</a> (24)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/hide-protect-your-files-with-easy-file-locker-windows/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How to Recover Deleted Pictures from a Digicam Memory Card</title>
		<link>http://www.makeuseof.com/tag/retrieve-deleted-pictures-from-your-camera-with-pc-inspector-smart-recovery-windows/</link>
		<comments>http://www.makeuseof.com/tag/retrieve-deleted-pictures-from-your-camera-with-pc-inspector-smart-recovery-windows/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 21:00:18 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[digicam]]></category>
		<category><![CDATA[file recovery]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[repair files]]></category>
		<category><![CDATA[undelete]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=20428</guid>
		<description><![CDATA[ We come from dust, we return to dust. Thankfully, it’s for us living beings and not for digital data. A slew of software makes it possible to recover files which have been lost. Where would digital forensics be without them?
Well, I am not getting into the criminal underbelly, but just jabbering about a long [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/thumbnail1.png" alt="" vspace="5" align="left" /> We come from dust, we return to dust. Thankfully, it’s for us living beings and not for digital data. A slew of software makes it possible to <a href="http://www.makeuseof.com/tag/3-remarkable-file-recovery-tools/">recover files</a> which have been lost. Where would digital forensics be without them?</p>
<p>Well, I am not getting into the criminal underbelly, but just jabbering about a long existing software that makes it possible to recover deleted files from a memory card used on digital cameras. <a href="http://www.pcinspector.de/Sites/file_recovery/info.htm?language=1"><strong>PC Inspector Smart Recovery</strong></a> (v4.5) is a free, Windows only software that does one job (actually two… as we shall see) and does it well.</p>
<p><strong>Primary job:</strong> PC Inspector Smart Recovery is a freeware data recovery program from CONVAR for Flash Card/USB Flash Drive, Smart Media, SONY Memory Stick, IBM Micro Drive, Multimedia Card, Secure Digital Card or any other data carrier for digital cameras.</p>
<p><strong>Secondary job:</strong> While it goes about its first job, it also offers a way to check the memory type for any errors.</p>
<p>I call PC Inspector Smart Recovery a ‘doomsday’ software. This one and others of its ilk help us to recover from our errors or those committed by our digital devices. If you think that the chances of losing some precious photo or video among the thousands we shoot with our digital cameras is one in thousands then give this software a miss. Otherwise, let’s give it a rip…</p>
<p><span id="more-20428"></span></p>
<p>The <a href="http://www.pcinspector.de/Sites/smart_recovery/download.htm?language=1">download</a> size of PC Inspector Smart Recovery is fairly compact at 6.1MB. The software is compatible with <em>Windows XP (not tested for Vista)</em>.</p>
<p>These are the formats and digital camera types supported by PC Inspector Smart Recovery:</p>
<p><em>JPG, AMR, TIF, BMP, GIF, AVI, MOV, WAV, DSS, MP4, Canon (.crw) , Fuji (.raf) , RICOH (.raw), Olympus E-XX (.orf), Olympus C5050 (.orf), Nokia (3gp), Kodak (.dcr), Minolta (.mrw), Nikon D1H/D1X (.nef), Nikon D2H/D2X (.nef), Nikon E5000/E5700 (.nef), Konica Minolta, Sigma &#8211; Foveon (.x3f).</em></p>
<p>Installation is a no-brainer. And so is the use &#8211; in five simple steps.</p>
<p align="center"><img class="aligncenter size-full wp-image-20429" src="http://www.makeuseof.com/wp-content/uploads/2009/07/01.png" alt="how to retrieve deleted pictures from a memory card" width="580" height="425" /></p>
<ol>
<li>Connect your memory card through your computer’s memory card reader or connect the digital camera/mobile phone with the provided data cable.</li>
<li>Start PC Inspector Smart Recovery. Select the drive letter (<em>Select Device</em>) used by the memory device from the first dropdown.</li>
<li>Select the file type (<em>Select Format Type</em>) that is to be recovered from the second dropdown. The <em>Enhanced Options</em> is for JPG format only. The default <em>Automatic</em> setting recognizes the format on its own. The <em>With Thumbnails</em> option assumes that your picture format includes thumbnails; the <em>Without Thumbnails</em> option assumes that your picture format does not include thumbnails.</li>
<li>Select the destination folder (Select where the images are to be recovered). Create a specific folder as opposed tp recovering them to an area like the desktop because the sheer number of images might create a mess.</li>
<li>Click on <em>Start</em> and the software indicates the progress through the progress bar.
<p align="center"><img class="aligncenter size-full wp-image-20430" src="http://www.makeuseof.com/wp-content/uploads/2009/07/02.png" alt="how to recover deleted pictures from sd card" width="512" height="209" /></p>
</li>
</ol>
<h3>Change the search mode…</h3>
<p>The <em>Settings</em> menu lets you change the way the recovery is done. The <em>Fast Mode</em> is the default mode. The <em>Intensive Mode</em> scans more thoroughly and takes longer to complete. The recoverable file size can be limited optionally.</p>
<p align="center"><img class="aligncenter size-full wp-image-20431" src="http://www.makeuseof.com/wp-content/uploads/2009/07/03-settings.png" alt="" width="537" height="301" /></p>
<p><strong>Check Media</strong> found under <em>Menu – Function</em> is a way to check the memory device for errors. Once started, the progress is reported by the software under the <em>Media Check</em> section. Any read errors like a ‘Not Available’ alert could indicate problems in the memory device, the card reader or the driver.</p>
<p align="center"><img class="aligncenter size-full wp-image-20432" src="http://www.makeuseof.com/wp-content/uploads/2009/07/04-disk-check.png" alt="" width="433" height="154" /></p>
<h3>So has it helped me avert my doomsdays?</h3>
<p>On my 4GB memory card with a sample of 160 pictures, I recovered all but six. Yes, the process was slow – about 160 minutes for an intensive scan. But the success ratio was great so I guess I can live with the slow speeds. Getting the lost pictures back at no cost is a definite deal maker for me.</p>
<p>There are a few others which fall under the broad category of <a href="http://www.makeuseof.com/tags/file-recovery/">file recovery</a> software. Check these out. They might save your day –</p>
<p><a href="http://www.makeuseof.com/tag/3-remarkable-file-recovery-tools/">3 Remarkable File Recovery Tools</a><br />
<a href="http://www.makeuseof.com/tag/recover-lost-computer-files-with-undelete-plus/">Recover Lost Computer Files with Undelete Plus</a><br />
<a href="http://www.makeuseof.com/tag/how-to-securely-retrieve-and-delete-pc-files/">How To securely Retrieve and Delete PC files</a></p>
<p>So, what do you do when you unintentionally lose your Kodak moments (minus the teeth gnashing of course)? How do you recover deleted picture files from a memory card? Do you have your toolkit of ‘doomsday’ software?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/recover-lost-computer-files-with-undelete-plus/" title="Recover Lost Computer Files with Undelete Plus (October 28, 2008)">Recover Lost Computer Files with Undelete Plus</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/3-remarkable-file-recovery-tools/" title="3 Remarkable File Recovery Tools (May 6, 2009)">3 Remarkable File Recovery Tools</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/tips-for-taking-digital-photography-using-live-view/" title="Tips For Taking Digital Photography Using Live View (October 31, 2009)">Tips For Taking Digital Photography Using Live View</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/technology-explained-how-does-a-digital-camera-work/" title="Technology Explained: How Does A Digital Camera Work? (October 19, 2009)">Technology Explained: How Does A Digital Camera Work?</a> (32)</li>
	<li><a href="http://www.makeuseof.com/tag/restore-your-deleted-files-easily-with-recuva/" title="Restore Deleted Files Easily With Recuva (December 7, 2008)">Restore Deleted Files Easily With Recuva</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/retrieve-deleted-pictures-from-your-camera-with-pc-inspector-smart-recovery-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Meiga &#8211; One of The Best Linux File Sharing Programs</title>
		<link>http://www.makeuseof.com/tag/dead-simple-file-sharing-with-meiga-linux/</link>
		<comments>http://www.makeuseof.com/tag/dead-simple-file-sharing-with-meiga-linux/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 13:00:29 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[files]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=19867</guid>
		<description><![CDATA[Sharing files on a network generally requires some amount of configuration, know-how and time. Things get even geekier when you have different machines running different operating systems. Damien showed you how to use Giver back in March. There is however, a simpler solution if you don&#8217;t want to go through all the steps of setting [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/sharelogo.jpg" alt="" align="left" />Sharing files on a network generally requires some amount of configuration, know-how and time. Things get even geekier when you have different machines running different operating systems. Damien showed you how to use <a href="http://www.makeuseof.com/tag/how-to-transfer-files-easily-among-linux-machines/">Giver</a> back in March. There is however, a simpler solution if you don&#8217;t want to go through all the steps of setting up a share. Enter Meiga.</p>
<p>Meiga is one of the best file sharing programs to share files across your network or over the Internet. Meiga is available for Linux (you can access files from other operating systems as well). Download the deb packages for Meiga from <a href="http://meiga.igalia.com/">here</a>. If you use other non-debian based distributions, you would have to compile from source.</p>
<p>Once installed, fire up the GUI. (Applications &gt; Internet &gt; Meiga in Ubuntu). You would be greeted by a minimalist window like this.</p>
<p><span id="more-19867"></span></p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/mainwindow.png" alt="" /></p>
<p>Click on add and browse to the directory you want to share, choose the share name, you should remove any spaces and make the name as simple as possible.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/adding.png" alt="" /></p>
<p>That is it, you have shared the folder successfully. Was it easy or what?</p>
<p>The person on the other side <strong>doesn&#8217;t need to install anything</strong> as long as a web browser or an http <a href="http://www.makeuseof.com/tags/download-manager/">download manager</a> is available. She would have to know your IP address and the share name to be able to access the files. Meiga makes it easy by showing you the URL in the statusbar as you click on each share. This is the URL other person would have to visit to access the files.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/statusbar.png" alt="" /></p>
<p>If you are on a network (like your home network) chances are you would be knowing the IP addresses on your machines, so getting a file simply means browsing to http://[ip address]:8001/[share name] and you would see a list of all the files and folders within the shared folder.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/share1.png" alt="" /></p>
<p>If you are sharing files across the Internet, then of course, you would have to communicate the share&#8217;s URL to the other end via email or chat.</p>
<p>If you have a dynamic IP and want to make your shares available for a longer period of time over the Internet, you might want to look into dynamic DNS which <a href="http://www.makeuseof.com/tag/remotely-access-and-manage-your-torrents/">we discussed briefly</a>. dyndns would map your current IP to a domain name, so that it points to your computer, irrespective of IP address changes.</p>
<p>While the ability to share files with ease is the stronghold of Meiga, it can certainly do with some basic features like password protection the ability to view all shares on a particular computer. All in all Meiga is great for easy, no fuss file sharing with minimal effort.</p>
<p>Do you know of any similar application that&#8217;s also a great <a href="http://www.makeuseof.com/tags/file-sharing/">file sharing program</a>? Share with us in comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/top-free-file-hosts/" title="Top Free File Hosts To Store Your Files Online (June 12, 2008)">Top Free File Hosts To Store Your Files Online</a> (157)</li>
	<li><a href="http://www.makeuseof.com/tag/split-and-share-large-files-easily-with-gsplit/" title="Split Big Files into Smaller Ones with GSplit (January 3, 2009)">Split Big Files into Smaller Ones with GSplit</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-transfer-files-easily-among-linux-machines/" title="How To Transfer Files Easily Between Linux Machines (March 6, 2009)">How To Transfer Files Easily Between Linux Machines</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-easily-share-files-across-mac-windows-computers/" title="How To Easily Share Files Between Mac &#038; Windows Computers (November 5, 2008)">How To Easily Share Files Between Mac &#038; Windows Computers</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/zumodrive-cloud-storage-service-with-a-twist/" title="ZumoDrive &ndash; Cloud Storage Service With A Twist (May 16, 2009)">ZumoDrive &ndash; Cloud Storage Service With A Twist</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/dead-simple-file-sharing-with-meiga-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Auto Backup Computer Files with CrashPlan</title>
		<link>http://www.makeuseof.com/tag/how-to-create-automatic-backups-for-free-with-crashplan/</link>
		<comments>http://www.makeuseof.com/tag/how-to-create-automatic-backups-for-free-with-crashplan/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 15:00:50 +0000</pubDate>
		<dc:creator>Tim Watson</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=19314</guid>
		<description><![CDATA[It’s important to make backups, but there aren’t many free services that offer unlimited space for them. Suppose you and a friend simply agree to hold each other’s backups at your homes. You have to backup to DVDs or, worse, CD-Rs, and meet to exchange the disks. In the past, I’ve shown you how to synchronize [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="crashPlan" src="http://www.makeuseof.com/wp-content/uploads/2009/06/crashplan-thumb.jpg" border="0" alt="crashPlan" width="182" height="100" align="left" />It’s important to make <a href="http://www.makeuseof.com/tag/3-backup-tools/">backups</a>, but there aren’t many free services that offer unlimited space for them. Suppose you and a friend simply agree to hold each other’s backups at your homes. You have to backup to DVDs or, worse, CD-Rs, and meet to exchange the disks. In the past, I’ve shown you how to <a href="http://www.makeuseof.com/tag/synchronize-your-home-computer-network-with-windows-live-sync/">synchronize your files across all your own computers</a>, but today, I’ll show you how to backup computer files abd make free onsite or offsite backups, with CrashPlan. <a href="http://www4.crashplan.com/consumer/index.html">CrashPlan</a> just recently became free for personal use and is available for Windows, Mac, and even various flavors of Linux.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="crashPlanDestinations" src="http://www.makeuseof.com/wp-content/uploads/2009/06/crashplandestinations-thumb.png" border="0" alt="crashPlanDestinations" width="486" height="441" /></p>
<p>Your automated backups can go to multiple destinations, including other computers you use, or even friends&#8217; computers. Backing up to locations other than CrashPlan’s servers is free, and you can be notified of completed backups by either email or Twitter.<br />
<span id="more-19314"></span><br />
In order to have a friend backup to your PC, you must give that friend a short authorization code. You can do this with multiple friends, as you’re only limited by your available disk space. Your backups are stored securely and must be unlocked with your CrashPlan password (you may also use a different password for added security).</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="crashPlanBackupDestinations" src="http://www.makeuseof.com/wp-content/uploads/2009/06/crashplanbackupdestinations-thumb.png" border="0" alt="how to backup computer files" /></p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="crashPlanSelectFiles" src="http://www.makeuseof.com/wp-content/uploads/2009/06/crashplanselectfiles-thumb.png" border="0" alt="crashPlanSelectFiles" width="462" height="602" /></p>
<p>By default, your <em>My Documents folder</em> is selected for the backup. You may wish to add or remove folders from the backup if you have a size concern. I like how there is an option to show hidden files which may otherwise get left out of the backup.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="crashPlanHistory" src="http://www.makeuseof.com/wp-content/uploads/2009/06/crashplanhistory-thumb.png" border="0" alt="how do i backup my computer" width="550" height="214" /></p>
<p>This program is <strong>fast</strong>. On a high-speed connection, it only took an hour to backup 23GB. Keep in mind that this is between two PCs on the same home network, but moving that much data in such a short time is still impressive.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="crashPlanRestoreFiles" src="http://www.makeuseof.com/wp-content/uploads/2009/06/crashplanrestorefiles-thumb.png" border="0" alt="crashPlanRestoreFiles" width="527" height="199" /></p>
<p>Restoring files from a backup to any computer is as simple as backing them up in the first place. Restored files and folders will be moved to the appropriate place on the file system you’re currently using.</p>
<p>I found <a href="http://www4.crashplan.com/consumer/index.html">CrashPlan</a> simple, quick, and easy to use, and highly recommend it to anyone needing a <a href="http://www.makeuseof.com/tag/muo-polls-do-you-backup-important-files-how/">backup solution</a>. For extra features or business use, a paid upgrade is available, although the free solution will work just fine for most. I intend on convincing my brother to trade disk space with me for a backup arrangement. How will you use CrashPlan, or can you share any alternative solution on how to backup computer files? Let’s see ‘em in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/3-backup-tools/" title="The Best free Backup Software for your PC (June 6, 2008)">The Best free Backup Software for your PC</a> (28)</li>
	<li><a href="http://www.makeuseof.com/tag/muo-polls-do-you-backup-important-files-how/" title="MUO Polls: Do you Backup Important Files? How? (September 23, 2008)">MUO Polls: Do you Backup Important Files? How?</a> (45)</li>
	<li><a href="http://www.makeuseof.com/tag/5-ways-to-clone-and-copy-your-hard-drive/" title="5 Ways To Clone &#038; Copy Your Hard Drive (January 6, 2009)">5 Ways To Clone &#038; Copy Your Hard Drive</a> (89)</li>
	<li><a href="http://www.makeuseof.com/tag/using-keepass-to-secure-your-online-accounts/" title="Using Keepass to Secure Your Online Accounts (March 6, 2008)">Using Keepass to Secure Your Online Accounts</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/the-cut-out-and-keep-guide-to-essential-software-programs/" title="The Cut Out and Keep Guide to Essential Software Programs (November 3, 2007)">The Cut Out and Keep Guide to Essential Software Programs</a> (25)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-create-automatic-backups-for-free-with-crashplan/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Recover Hard Drive Space with TreeSize [Windows]</title>
		<link>http://www.makeuseof.com/tag/free-tons-of-hard-drive-space-with-treesize/</link>
		<comments>http://www.makeuseof.com/tag/free-tons-of-hard-drive-space-with-treesize/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 13:00:17 +0000</pubDate>
		<dc:creator>David Pierce</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[disk usage]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[pc maintenance]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=19320</guid>
		<description><![CDATA[ My hard drive is 100GB in total. My computer is a couple years old, and 100GB was gigantic when I bought it. I never, ever thought in a billion, trillion years, that I would use all that space.
And then, I got that fun-filed message saying,&#8221;You have less than 200MB available space on your hard [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="hd" src="http://www.makeuseof.com/wp-content/uploads/2009/06/hd.jpg" border="0" alt="recover-hard-drive-space" width="304" height="204" align="left" /> My hard drive is 100GB in total. My computer is a couple years old, and 100GB was <em>gigantic</em> when I bought it. I never, ever thought in a billion, trillion years, that I would use all that space.</p>
<p>And then, I got that fun-filed message saying,&#8221;You have less than 200MB available space on your hard drive. Please free some space, or your computer will begin to die a slow, painful, bitter death.&#8221; I paraphrase, but it&#8217;s not a fun message to read. And it was a shock to me because I wasn&#8217;t downloading tens of gigabytes of stuff – so where did my space go?</p>
<p>One quick download later, I figured it out. <a href="http://www.jam-software.com/freeware/index.shtml">TreeSize</a>, a great and simple application that helps you find those bulky folders and recover hard drive space. There&#8217;s a free version and a paid version, but for the basic purposes of getting rid of all the cra&#8230; I mean junk, on your computer, the free version is great.<br />
<span id="more-19320"></span><br />
<img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="scan" src="http://www.makeuseof.com/wp-content/uploads/2009/06/scan.png" border="0" alt="scan" width="554" height="339" /></p>
<p>Once you download the app, run it. It automatically scans your whole hard drive (and any other attached drive you choose), and then sorts the folders by how much space they&#8217;re taking up. It searches through hidden folders, system folders, literally everything on your hard drive, to give you a complete look at the size of every folder there is &#8212; much like <a href="http://www.makeuseof.com/tag/visualize-your-hard-drive-with-windirstat/">WinDirStat</a>, which was covered by Jimmy a while ago.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="size" src="http://www.makeuseof.com/wp-content/uploads/2009/06/size.png" border="0" alt="size" width="554" height="339" /></p>
<p>TreeSize tells you how much space is being taken up by each folder, and which subfolder is the largest one. It doesn&#8217;t isolate a <em>particular</em> file, as the tree in the free version just doesn&#8217;t go down that far. But once you get to the offending folder, it&#8217;s usually pretty easy to figure out.</p>
<p>TreeSize can open a folder for you, or even delete it for you right from within the application. This is where the <strong>warning </strong>comes in: don&#8217;t delete things just because they take up tons of space. A quick Google for most folder names, particularly ones you don&#8217;t recognize, usually provides information on what a folder holds and whether or not you can afford to delete it.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="delete" src="http://www.makeuseof.com/wp-content/uploads/2009/06/delete.png" border="0" alt="delete" width="554" height="339" /></p>
<p>The reason I love applications like this is because most of the space on my hard drive isn&#8217;t devoted to music, or movies; it&#8217;s devoted to old system restores, leftover logs from applications that I don&#8217;t use anymore, and more useless files that happen to make their way onto my system. I don&#8217;t need them, I don&#8217;t notice they&#8217;re gone, and about ten minutes ago, I freed up over 16GB of space by deleting a few of them.</p>
<p>The paid version, which costs $23 for a single license, provides even more detailed and visual information about how your hard drive is set up and filled, as well as a few useful features like a duplicate file search (though <a href="http://www.makeuseof.com/tag/5-ways-to-find-duplicate-image-files-on-your-computer-windows/">DoubleKiller</a> can do this as well and free). But for finding and deleting those black holes on your hard drive, the functionality and usefulness are essentially the same.</p>
<p><a href="http://www.jam-software.com/freeware/index.shtml">TreeSize</a> can make your computer run faster, free up space for more music, documents, and fun things, and avoid the disastrous slow-down and crash of your hard drive as it constantly spins, looking for massive files you don&#8217;t need anyway.</p>
<p>Am I the only one with this problem of random, huge files taking up all the space on my computer? What do you use to fix (or better yet, avoid) this problem? I would love to find out if there any better tools out there to recover hard drive space, so let me know in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/visualize-your-hard-drive-with-windirstat/" title="Visualize your Hard Drive Usage with WinDirStat (August 22, 2008)">Visualize your Hard Drive Usage with WinDirStat</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/trash-all-your-duplicate-files-with-auslogics-duplicate-file-finder/" title="Trash Your Duplicate Files with Auslogics Duplicate File Finder (September 6, 2009)">Trash Your Duplicate Files with Auslogics Duplicate File Finder</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/find-lost-space-on-your-hard-disk-with-space-sniffer/" title="Find Lost Space On Your Hard Disk With Space Sniffer (October 29, 2009)">Find Lost Space On Your Hard Disk With Space Sniffer</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/clean-up-your-pc-safely-with-hard-drive-powerwash/" title="Clean Up Your PC Safely with Hard Drive PowerWash (Windows) (September 30, 2009)">Clean Up Your PC Safely with Hard Drive PowerWash (Windows)</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/8-best-defragmenters-to-keep-your-pc-running-like-new/" title="8 Best Defragmenters To Keep Your PC Running Like New (October 30, 2008)">8 Best Defragmenters To Keep Your PC Running Like New</a> (28)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/free-tons-of-hard-drive-space-with-treesize/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Pure Sync: Free Backup and File Synchronization Tool</title>
		<link>http://www.makeuseof.com/tag/pure-sync-backup-and-file-synchronization-made-easy/</link>
		<comments>http://www.makeuseof.com/tag/pure-sync-backup-and-file-synchronization-made-easy/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 19:00:17 +0000</pubDate>
		<dc:creator>Stefan Neagu</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[synchronize]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=18389</guid>
		<description><![CDATA[ From Christoph Güntner’s company, Jumping Bytes, comes an &#8220;easy to use&#8221; backup and file synchronization tool that guides the user through complex settings with ease. Pure Sync scores high points all around, from a clearly laid out interface to advanced customization abilities and support for multiple storage mediums and transfer technologies.

Unlike Mozy, Carbonite or [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/05/image154.png" border="0" alt="image" width="88" height="88" align="left" /> From Christoph Güntner’s company, <a href="http://www.jumpingbytes.com/en/index.html">Jumping Bytes</a>, comes an &#8220;easy to use&#8221; <a href="http://www.makeuseof.com/tag/3-backup-tools/">backup</a> and file <a href="http://www.makeuseof.com/tags/sync/">synchronization tool</a> that guides the user through complex settings with ease. Pure Sync scores high points all around, from a clearly laid out interface to advanced customization abilities and support for multiple storage mediums and transfer technologies.</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="sync4" src="http://www.makeuseof.com/wp-content/uploads/2009/05/sync4.png" border="0" alt="sync4" width="550" height="356" /></p>
<p>Unlike <a href="http://www.makeuseof.com/dir/mozy/">Mozy</a>, Carbonite or Jungle Disk, Pure Sync is aimed more at local backups and operations. It’s a useful tool if, for example, you use an external hard drive or a NAS (Network Attached Storage) for backup. Using Pure Sync, you can backup just the files that have changed, instead of manually copying everything over. Windows Vista and 7 have a built-in backup (Windows Backup) and synchronization function (Sync Center) but they&#8217;re not as easy to use and have a more limited feature set. Pure Sync is a timesaver and replaces two separate programs.<br />
<span id="more-18389"></span><br />
Pure Sync is a versatile tool – supporting local drives, server volumes such as MyServerfolder, MTP devices and WebDAV. If you are willing to fork out 14,90 € for the Pro version, you&#8217;ll get some additional features like copying open/locked files, <a href="http://www.makeuseof.com/tag/fling-ftp-automate-your-backup-using-this-free-ftp-client-windows/">backing up to a FTP server</a> and synchronization/backup with another user.</p>
<p>Using the wizard, virtually any user, no matter how tech-savvy they are, can set up either a backup, synchronize a folder or automatically download photos from a camera. All the settings are presented in the wizard and are easy to understand.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="sync3" src="http://www.makeuseof.com/wp-content/uploads/2009/05/sync3.png" border="0" alt="sync3" width="550" height="601" /></p>
<h3>How to use Pure Sync</h3>
<ol>
<li>The first step in setting up a profile is choosing a name for the profile.</li>
<li>The second step requires you to select an operation mode for the profile: Synchronization, Backup or Photo mode.</li>
<li>The third step is selecting the folders of the origin and destination.</li>
<li>You can select criteria for discriminating between files: date, size, file type.</li>
<li>Set up synchronization based on a schedule, when a connection is found, when a file is modified or manually.</li>
</ol>
<p><a href="http://www.jumpingbytes.com/en/puresync.html">Pure Sync</a> is available for Windows 2000, XP, Vista and also works with Windows 7. During testing, I did not encounter any bugs.</p>
<p>As always, I’d like to hear what you have to say. What backup or file synchronization tool do you use? Have you tried Pure Sync? You can also check out other articles related to backup <a href="http://www.makeuseof.com/tags/backup/">here</a>.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-easily-keep-your-backups-current-with-freefilesync-windows/" title="How to Keep your Backups Current with FreeFileSync (Win) (August 17, 2009)">How to Keep your Backups Current with FreeFileSync (Win)</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/windows-live-mesh-get-your-data-on-any-pc-from-any-device/" title="Windows Live Mesh: Get your Data on any PC from any Device (May 2, 2008)">Windows Live Mesh: Get your Data on any PC from any Device</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/3-backup-tools/" title="The Best free Backup Software for your PC (June 6, 2008)">The Best free Backup Software for your PC</a> (28)</li>
	<li><a href="http://www.makeuseof.com/tag/sync-yourself-with-syncplicity-with-a-gift-for-make-use-of-readers/" title="Sync Yourself with Syncplicity&#8230; With a Gift For MakeUseOf Readers! (July 3, 2008)">Sync Yourself with Syncplicity&#8230; With a Gift For MakeUseOf Readers!</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/sugarsync-vs-dropbox-the-battle-of-the-cloud-storage-titans/" title="Sugarsync vs Dropbox: The Battle Of The Cloud Storage Titans (May 20, 2009)">Sugarsync vs Dropbox: The Battle Of The Cloud Storage Titans</a> (60)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/pure-sync-backup-and-file-synchronization-made-easy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Identify Unknown Files with TrID [Windows/Linux]</title>
		<link>http://www.makeuseof.com/tag/identify-unknown-files-with-trid-windowslinux/</link>
		<comments>http://www.makeuseof.com/tag/identify-unknown-files-with-trid-windowslinux/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 15:00:20 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[file renamer]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=18763</guid>
		<description><![CDATA[ Ever get stuck with any unrecognizable file extensions? If you get a lot of attachments in the mail, you&#8217;ll know what I am talking about. It is amazing how messed up things can get if one of your friends or colleagues enters a wrong file extension.
So, what do you do? How can you identify [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/filetypes.png" align="left" width="150" height="150" alt="identify-unknown-files"> Ever get stuck with any unrecognizable file extensions? If you get a lot of attachments in the mail, you&#8217;ll know what I am talking about. It is amazing how messed up things can get if one of your friends or colleagues enters a wrong file extension.</p>
<p>So, what do you do? How can you identify unknown files? Spend the next 10 minutes trying to open it in Word, PowerPoint, Open Office or maybe it is a PDF? Or perhaps you Google for some information. What if the extension is wrong?</p>
<p>TrID is a nice little utility to have on your computer for situations like this. Linux users have something similar in the &#8220;file&#8221; command. TrID identifies file types based on their signatures. What distinguishes TrID is the fact that it uses database of definitions to identify file types. This database is ever expanding (somewhat like definitions for Antivirus programs) and allows TrID to identify a wider range of file types.</p>
<p><span id="more-18763"></span></p>
<p>You can use TrID in 3 flavors. The <a href="http://mark0.net/soft-trid-e.html">TrID &#8211; File Identifier</a> is inherently a command line utility. You can pass the file to be identified as an argument and use the various switches to view additional information about the file in question. You don&#8217;t <a href="http://www.makeuseof.com/tag/10-windows-command-line-tips-tricks-you-should-definitely-check-out/">need to worry about typing long paths and filenames</a>. You can use the -v switch for additional information, -w to wait for key press after showing results and -d to specify a different definitions package.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/trid.png"></p>
<p><a href="http://mark0.net/soft-tridnet-e.html">TrIDNet</a> is the GUI version of TrID. Browse to the file you want to analyze and allow TrIDNet to enlighten you! Double-clicking on an item would show extra information about it.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/tridnet.png"></p>
<p>You can also use <a href="http://mark0.net/onlinetrid.aspx">TrID Online</a>. Just visit here, upload the file you want to identify, hit <em>Analyze</em> and wait for the results to show up. You can also run through the various file extension definitions if you just want to look up a particular file extension and what it does.</p>
<p style="text-align:center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/06/online.png"></p>
<p>TrID is a great utility to help you identify unknown filetypes with ease. You can then search the web if you are unsure of the software you should use to open the identified file. Try <a href="http://www.openwith.org/">Openwith</a> for the same result.</p>
<p>If you encounter a file type that is not (or wrongly) identified by TrID, you can help create definitions using TrIDScan and other TrID users will be able to benefit from your created definitions.</p>
<p>Do you know of any similar utilities that can be used to identify unknown files? Which sites do you refer for information on file extensions? Share with us in the comments.</p>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/trash-all-your-duplicate-files-with-auslogics-duplicate-file-finder/" title="Trash Your Duplicate Files with Auslogics Duplicate File Finder (September 6, 2009)">Trash Your Duplicate Files with Auslogics Duplicate File Finder</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/the-5-best-windows-explorer-replacements/" title="The 5 Good Free Windows File Managers (February 5, 2009)">The 5 Good Free Windows File Managers</a> (51)</li>
	<li><a href="http://www.makeuseof.com/tag/four-simple-and-free-tips-to-organize-your-windows-experience/" title="The 4 Proven Simple Tips to Organize Your Files on Windows (September 28, 2009)">The 4 Proven Simple Tips to Organize Your Files on Windows</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/one-network-admins-tool-to-rule-them-all/" title="One Network Admin&#8217;s Tool to Rule Them All (January 30, 2008)">One Network Admin&#8217;s Tool to Rule Them All</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/irfanview-blows-windows-viewer-out-of-the-water/" title="IrfanView Blows Windows Viewer Out of the Water (July 10, 2008)">IrfanView Blows Windows Viewer Out of the Water</a> (26)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/identify-unknown-files-with-trid-windowslinux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Top 3 File Compression &amp; Extraction Softwares</title>
		<link>http://www.makeuseof.com/tag/the-top-3-file-compression-extraction-softwares/</link>
		<comments>http://www.makeuseof.com/tag/the-top-3-file-compression-extraction-softwares/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 15:00:40 +0000</pubDate>
		<dc:creator>Simon Slangen</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[extraction]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[rar]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=18411</guid>
		<description><![CDATA[Whether you&#8217;re tight on space, or need to send an enormous quantity of files, archiving software is the way to go. These days, not using an archiving suite is almost unthinkable, and it&#8217;s one of the first things you should download when you reinstall your operation system.
But which software is the way to go? In [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-18412 alignleft" title="compress" src="http://www.makeuseof.com/wp-content/uploads/2009/05/compress.jpg" alt="compress" width="250" height="167" />Whether you&#8217;re tight on space, or need to send an enormous quantity of files, archiving software is the way to go. These days, not using an archiving suite is almost unthinkable, and it&#8217;s one of the first things you should download when you reinstall your operation system.</p>
<p>But which software is the way to go? In the sea of (free) software, which tool does its job best?</p>
<p>We decided to check it out, and present you the best free archiving applications on the market. Read on to see the best extraction program, the application with the tightest compression and the multi-platform topper.</p>
<h2><a href="http://legroom.net/software/uniextract">Universal Extractor</a> &#8211; Best Extraction Program</h2>
<p>With over 50 <a href="http://legroom.net/software/uniextract#formats">supported file formats</a>, Universal Extractor, or UniExtract, is the obvious winner when looking for extraction software. Whether you want to view the contents of a RAR file, an EXE, or even a dbx-file.<br />
<span id="more-18411"></span><br />
<img class="aligncenter size-full wp-image-18422" title="universalx" src="http://www.makeuseof.com/wp-content/uploads/2009/06/universalx.png" alt="universalx" width="307" height="227" /></p>
<p>Universal Extractor uses an algorithm to determine the given filetype. Only if this does not yield any results does it resort to the filename, so you shouldn&#8217;t have any problems with wrongly named files.</p>
<p><img class="aligncenter size-full wp-image-18423" title="uniextract-to-subdir" src="http://www.makeuseof.com/wp-content/uploads/2009/06/uniextract-to-subdir.jpg" alt="uniextract-to-subdir" width="389" height="240" /></p>
<p>You can use the File/Destination GUI as depicted in the first screenshot, or the right-click context menu to quickly extract all your files. Universal Extracter has a simple, superficial interface, and that&#8217;s good thing.</p>
<p>If you want to read more about Universal Extractor, Mark wrote <a href="http://www.makeuseof.com/tag/open-any-compressed-file-with-universal-extractor/">a more extended article</a> about it late 2007.</p>
<p><em>Universal Extractor is available for Windows 2000/XP/Vista</em></p>
<h2><a href="http://kgbarchiver.net/">KGB Archiver</a> &#8211; Tightest Compression</h2>
<p>KGB Archiver is an application with an insane, perhaps even the all-time highest compression rate. To achieve this, KGB Archiver deploys its PAQ6, or more recently PAQ7 compression algorithm.</p>
<p>Tested with <a href="http://en.wikipedia.org/wiki/Calgary_Corpus">Calgary Corpus</a>, a 6MB package famous for compression algorithm testing, KGB Archiver manages to reach a stunning compress ratio of <strong>19.8%</strong>. Compare this to the maximum RAR compression (24.0%) and 7zip ultra compression (26.1%), and I think we&#8217;ve got ourselves a winner. More test results can be found <a href="http://kgbarchiver.net/?page=tests">here</a>.</p>
<p><img class="aligncenter size-full wp-image-18424" title="kgbarchiver" src="http://www.makeuseof.com/wp-content/uploads/2009/06/kgbarchiver.jpg" alt="kgbarchiver" width="550" height="273" /></p>
<p>Although KGB Archiver is mostly just a compression tool (it can make KGB and ZIP files), it&#8217;s the perfect companion for Universal Extractor. Get the tightest compressions out of KGB Archiver, and decompress everything using Universal Extractor, even the previously made KGB files!</p>
<p><em>KGB Archiver is currently available for Windows 2000/XP/2003/Vista</em></p>
<h2><a href="http://www.7-zip.org/">7-Zip</a> &#8211; Multi Platform Topper</h2>
<p>If this one were to be missing from the list, I&#8217;d probably get lynched. And for a good reason that is. Over the years 7-Zip has made quite a name for itself across, and although it doesn&#8217;t support as many files as Universal Extractor, or has a compression rate as high as KGB Archiver, it gets the job done.</p>
<p><img class="aligncenter size-full wp-image-18425" title="7zfm" src="http://www.makeuseof.com/wp-content/uploads/2009/06/7zfm.png" alt="7zfm" width="352" height="320" /></p>
<p>This open-source application works under a simple interface, but hides a very advanced toolbox. It runs light on memory and, well, just feels <em>clean</em>.</p>
<p><em>7-Zip File Manager is available on Windows/Mac/Linux</em>.</p>
<p>So what do you think? Perhaps you prefer <a href="http://www.izarc.org/">IZArc</a>, or <a href="http://www.tugzip.com/">TugZIP</a>. Tell us which applications are on top of <em>your</em> list, and why.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/quick-free-compressor-extractor-for-zip-files/" title="Quick Zip File Compressor &#038; Extractor (Free WinZip Alternative) (April 19, 2009)">Quick Zip File Compressor &#038; Extractor (Free WinZip Alternative)</a> (21)</li>
	<li><a href="http://www.makeuseof.com/tag/7zip-a-free-program-to-unzip-and-compress-uncommon-compression-formats/" title="7Zip &#8211; A Free Program to Unzip Uncommon Archive Formats (November 22, 2009)">7Zip &#8211; A Free Program to Unzip Uncommon Archive Formats</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/open-any-compressed-file-with-universal-extractor/" title="Open any compressed file with Universal Extractor (August 22, 2007)">Open any compressed file with Universal Extractor</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/trash-all-your-duplicate-files-with-auslogics-duplicate-file-finder/" title="Trash Your Duplicate Files with Auslogics Duplicate File Finder (September 6, 2009)">Trash Your Duplicate Files with Auslogics Duplicate File Finder</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/top-free-file-hosts/" title="Top Free File Hosts To Store Your Files Online (June 12, 2008)">Top Free File Hosts To Store Your Files Online</a> (157)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/the-top-3-file-compression-extraction-softwares/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>How To Edit or Delete a Locked File or Folder</title>
		<link>http://www.makeuseof.com/tag/how-to-edit-or-delete-a-locked-file-or-folder/</link>
		<comments>http://www.makeuseof.com/tag/how-to-edit-or-delete-a-locked-file-or-folder/#comments</comments>
		<pubDate>Fri, 15 May 2009 23:45:05 +0000</pubDate>
		<dc:creator>Tim Watson</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=17276</guid>
		<description><![CDATA[So, you’re doing your annual Spring cleaning. OK, your apartment still looks like an ECW match happened in it, but you’re cleaning old files off your PC. You go to delete a text file you no longer need and…
Cannot delete file: It is being used by another person or program.
D’oh!
This is likely the most frustrating [...]]]></description>
			<content:encoded><![CDATA[<p>So, you’re doing your annual Spring cleaning. OK, your apartment still looks like an ECW match happened in it, but you’re cleaning old files off your PC. You go to delete a text file you no longer need and…</p>
<p align="center"><strong>Cannot delete file: It is being used by another person or program.</strong></p>
<p>D’oh!</p>
<p>This is likely the most frustrating thing I’ve ever dealt with during my tenure as a computer nerd. I know for a fact that I haven’t opened this file in years, let alone in the last few minutes. Yet, Windows still acts as if it’s behind a thick pane of glass. You can’t open, edit, delete, or otherwise change it. It’s untouchable. Until now.</p>
<p>The free <a href="http://www.diamondcs.com.au/freeutilities/fileunlocker.php" target="_blank">File &amp; Folder Unlocker</a> does exactly as advertised. You can use this <a href="http://www.makeuseof.com/tag/portable-software-usb/">portable application</a> (no installation needed) to unlock any locked file or folder. With it, you may search all loaded system drivers and processes, and all files opened, whether locally or remotely. Searches can be complex or simple, i.e. “*.txt”, or the offending file can just be dragged and dropped into the program. You’ll be able to see which process, if any, has the offending file open. This program lists all open processes, so that you may check each one for locked files.</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://www.diamondcs.com.au/freeutilities/ffunlocker.gif" alt="" /></p>
<p>In this example from the program’s download site, the file Myletter.txt is being held captive by a hex-editor program. With a right-click, the file can be made unlocked and free. From the File menu, you may list all open objects, but be ready to wade through a long list if you do so.</p>
<p>I recommend File and Folder Unlocker not because of its advanced features, but because of its portability. Honorable mention goes to <a href="http://ccollomb.free.fr/unlocker/" target="_blank">Unlocker</a>, which isn’t portable, but installs in the Windows <a href="http://www.makeuseof.com/tags/right-click-menu/">right-click menu</a>, and has less advanced features. We’d love to hear how you deal with these problems, so give your favorite tool a shout-out in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/trash-all-your-duplicate-files-with-auslogics-duplicate-file-finder/" title="Trash Your Duplicate Files with Auslogics Duplicate File Finder (September 6, 2009)">Trash Your Duplicate Files with Auslogics Duplicate File Finder</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/the-5-best-windows-explorer-replacements/" title="The 5 Good Free Windows File Managers (February 5, 2009)">The 5 Good Free Windows File Managers</a> (51)</li>
	<li><a href="http://www.makeuseof.com/tag/four-simple-and-free-tips-to-organize-your-windows-experience/" title="The 4 Proven Simple Tips to Organize Your Files on Windows (September 28, 2009)">The 4 Proven Simple Tips to Organize Your Files on Windows</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/identify-unknown-files-with-trid-windowslinux/" title="Identify Unknown Files with TrID [Windows/Linux] (June 8, 2009)">Identify Unknown Files with TrID [Windows/Linux]</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-set-default-programs-associations-context-menus-easily/" title="How To Set Default Programs, File Associations &#038; Context Menus Easily (September 21, 2009)">How To Set Default Programs, File Associations &#038; Context Menus Easily</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-edit-or-delete-a-locked-file-or-folder/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>3 Remarkable File Recovery Tools</title>
		<link>http://www.makeuseof.com/tag/3-remarkable-file-recovery-tools/</link>
		<comments>http://www.makeuseof.com/tag/3-remarkable-file-recovery-tools/#comments</comments>
		<pubDate>Wed, 06 May 2009 15:30:54 +0000</pubDate>
		<dc:creator>Guy McDowell</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[file recovery]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[repair files]]></category>
		<category><![CDATA[undelete]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=16749</guid>
		<description><![CDATA[Have you been recently separated from a loved file? Bereaved the loss of that special database or text file? Maybe you just stopped seeing your saved images, or your significant digits ran off without notice.
I&#8217;ve got just the mate for you to help you recover from your loss. Welcome to the Data Game! 
So, enter Best [...]]]></description>
			<content:encoded><![CDATA[<p>Have you been recently separated from a loved file? Bereaved the loss of that special database or text file? Maybe you just stopped seeing your saved images, or your significant digits ran off without notice.</p>
<p><em>I&#8217;ve got just the mate for you to help you recover from your loss. Welcome to the <strong>Data Game</strong>! </p>
<h2>So, enter Best Free File recovery Tools</h2>
<p>Let&#8217;s meet contestant number one!</em></p>
<h3><a href="http://www.recuva.com/" target="_blank">Recuva</a></h3>
<p>Yo peeps! This is Recuva representin&#8217; Piriform. I know <a href="http://www.makeuseof.com/tag/restore-your-deleted-files-easily-with-recuva/" target="_blank">ya seen me around</a>. You know my homies &#8211; <a href="http://www.makeuseof.com/tag/best-programs-to-keep-your-computer-secure/" target="_blank">CCleaner</a> for your optimizing needs and <a href="http://www.makeuseof.com/tag/8-best-defragmenters-to-keep-your-pc-running-like-new/" target="_blank">Defraggler</a> regulating yo fragments in yo disk! Check this out&#8230;I Recuva da files from your bin, ain&#8217;t no sin, that&#8217;s just the world we&#8217;s livin&#8217; in. Bringin&#8217; back yo files in style, that&#8217;s how I profile, now ya go on and make yo boss smile! Check it!</p>
<p><img class="aligncenter size-full wp-image-16752" title="recuva" src="http://www.makeuseof.com/wp-content/uploads/2009/05/recuva.png" alt="recuva" width="450" height="307" /></p>
<p>Fo&#8217; real, I work on all Windows boxes, MP3 players, memory cards and I can work on bringing back more than one file at a time. Beat that!</p>
<p><em>And now for contestant number two!</em></p>
<h3><a href="http://www.officerecovery.com/freeundelete/" target="_blank">FreeUndelete</a></h3>
<p>Dude, I&#8217;m like free and I undelete. Simple is like, how I am. No frills, just focused on the zen of recovery, y&#8217;know. Like, when I need to bring back a file that got some bad karma, I just say, &#8220;Whoa, stop! Reflect for a moment. To move is to erase.&#8221;</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-16753" title="freeundelete-copy" src="http://www.makeuseof.com/wp-content/uploads/2009/05/freeundelete-copy.gif" alt="freeundelete-copy" width="450" height="285" /></p>
<p>I don&#8217;t really think about it or clutter my mind with icons and pop-ups. I&#8217;m just, like, free, y&#8217;know. I&#8217;ll catch the wave on your 2000, XP or Vista, I&#8217;ll ride where I&#8217;m needed, bro! But I don&#8217;t do the corporate sell-out. You can only use me for yourself. I&#8217;m all about the interpersonal, bro. And I like to play the bongos naked.</p>
<p><em>Last but not least, let&#8217;s give a big Data Game welcome to contestant number three!</em></p>
<h3><a href="http://www.adrc.com/software/data_recovery_tools/" target="_blank">ADRC Data Recovery Software Tools</a></h3>
<p>Good evening, I am ADRC Data Recovery Software Tools, but you may call me ADRC. On the surface, I&#8217;m a simple program with functionality and ease of use always in mind. I&#8217;m thinking of you. But deep down I&#8217;m very well rounded, somewhat complex even. One could say that I&#8217;m the Renaissance Man of free data recovery.</p>
<p><img class="aligncenter size-full wp-image-16754" title="adrc" src="http://www.makeuseof.com/wp-content/uploads/2009/05/adrc.jpg" alt="adrc" width="450" height="340" /></p>
<p>When you undelete with me, I give you so much more than your lost files back. I bring to the table the ability to back up a disk image and restore it. I can copy files from your hard disk with bad sectors, perform disk cloning, as well as backup, edit and restore your boot parameters. Really, is there anything I can&#8217;t do? That&#8217;s a rhetorical question, my dear.</p>
<p><em>There you have it, contestant One, Two and Three. So which one will win the Data Game? Well, that&#8217;s up to you, our lucky Data Batchelor or Batchlorette!  Tell me, which one will it be? Or do you have a special someone else in mind?</em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/retrieve-deleted-pictures-from-your-camera-with-pc-inspector-smart-recovery-windows/" title="How to Recover Deleted Pictures from a Digicam Memory Card (July 5, 2009)">How to Recover Deleted Pictures from a Digicam Memory Card</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/restore-your-deleted-files-easily-with-recuva/" title="Restore Deleted Files Easily With Recuva (December 7, 2008)">Restore Deleted Files Easily With Recuva</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/recover-lost-computer-files-with-undelete-plus/" title="Recover Lost Computer Files with Undelete Plus (October 28, 2008)">Recover Lost Computer Files with Undelete Plus</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/recover-deleted-files-from-your-linux-system/" title="How To Recover Deleted Files From Your Linux System (November 4, 2008)">How To Recover Deleted Files From Your Linux System</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/fix-unreadable-cds-or-dvds-in-windows/" title="How To Read Scratched CDs or DVDs In Windows (June 17, 2009)">How To Read Scratched CDs or DVDs In Windows</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/3-remarkable-file-recovery-tools/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Hide Files Like a Super Villain</title>
		<link>http://www.makeuseof.com/tag/how-to-hide-files-like-a-super-villain/</link>
		<comments>http://www.makeuseof.com/tag/how-to-hide-files-like-a-super-villain/#comments</comments>
		<pubDate>Mon, 04 May 2009 22:10:31 +0000</pubDate>
		<dc:creator>Tim Watson</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[hide data]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=16682</guid>
		<description><![CDATA[ Got something to hide? The Colonel’s secret recipe? An advance screener DVD of Watchmen? Top-secret plans for world domination? If this sounds like you, and you want to hide something on your computer, really well, then please continue reading. Time for some magic; I’m gonna make your files disappear.
This is a multi-step process, so [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline; margin-left: 0px; margin-right: 10px" src="http://makeuseof.com/images/hiding-files-villain.png" alt="Furious" align="left" /> Got something to hide? The Colonel’s secret recipe? An advance screener DVD of <em>Watchmen</em>? Top-secret plans for world domination? If this sounds like you, and you want to hide something on your computer, <strong>really well</strong>, then please continue reading. Time for some magic; I’m gonna make your files <em>disappear</em>.</p>
<p>This is a multi-step process, so please read carefully, lest you end up skipping a step. You’ll need to download and install <a href="http://www.truecrypt.org/" target="_blank">TrueCrypt</a>, which is free, and then dive in deep for some command-line action. Ready? Here goes.</p>
<p>Once you’ve got TrueCrypt installed, run the program and select the Create Volume button to start the Volume Creation Wizard. </p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/encrypt01.png" border="0" alt="encrypt01" /></p>
<p>Keep the default options on the next two screens (Create an encrypted file container, then Standard TrueCrypt volume) and click Next at each screen, on to Volume Location.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/encrypt02.gif" border="0" alt="encrypt02" /></p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/encrypt03.gif" border="0" alt="encrypt03" /></p>
<p>This is where you’ll create your TrueCrypt container file, which will contain the encrypted virtual drive. When this drive is mounted (we’ll get there later), you can move files in and out of it like any other drive. Hit the Select File button and name your file. For simplicity’s sake, you may want to name it “hidden.tc” and stash the file in either your My Documents folder, the root of your C-drive, or onto a USB thumb-drive. In my example, the file will reside at <em>C:\Documents and Settings\Tim\My Documents\hidden.tc</em> .</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/encrypt04.gif" border="0" alt="encrypt04" /></p>
<p>Click Next to select the Encryption Options. The defaults should be just fine for anybody, but feel free to play with the options and feel like a 1337 haX0r. </p>
<p>Click Next again to set the size of the virtual drive. I’ve set mine at 1GB. </p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/encrypt05.gif" border="0" alt="encrypt05" /></p>
<p>Click Next to input your password. I suggest using a site like <a href="http://www.makeuseof.com/dir/passpub-online-password-generator/" target="_blank">PassPub</a> or <a href="http://www.makeuseof.com/dir/password-chart-create-strong-passwords/" target="_blank">Password Chart</a> to create a strong one. Write it down, or even better, commit it to memory. Super villains don’t generally leave passwords laying around on Post-Its.</p>
<p>At the next screen, you’re instructed to move your mouse around within the window. This generates a random encryption key. Wave it around for a minute, or even try writing your name with your mouse. Click Format and TrueCrypt does its thing. You’ll be prompted when it’s finished, at which time you may exit the wizard.</p>
<p>It’s time for some command-line ninja tactics. You’ll need the complete file path and name. Ready?</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/encrypt07-thumb.png" border="0" alt="encrypt07" /></p>
<p>Open up a command window (Start &gt; Run&gt; “cmd” &gt; OK). </p>
<p>Type “attrib”, followed by a space. Type your file’s name and path, within quotes, like this: “C:\Documents and Settings\Tim\My Documents\hidden.tc”, followed by another space. Type “+s +h”. </p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/05/encrypt06.gif" border="0" alt="encrypt06" /></p>
<p>This marks the file as both a “system” file and a “hidden” file. The file still exists, but will not appear in Explorer, even if you have “Show hidden files and folders” enabled. To undo this, enter the same command, instead with “-s –h”. You can do this with just about any file or folder.</p>
<p>Time to fire up TrueCrypt again. Now, we’re going to mount the file as a virtual drive. Select a free drive letter, “X” in my example. Type the full file name and path in the Volume field, and then click Mount and type your password. Now open Explorer (Windows Key + E) and browse to My Computer.</p>
<p><img title="encrypt08" src="http://www.makeuseof.com/wp-content/uploads/2009/05/encrypt08.png" border="0" alt="encrypt08" /></p>
<p>Your previously-invisible virtual drive is now mounted, and can be used just like any other drive on the system. </p>
<p><img title="image" src="http://www.makeuseof.com/wp-content/uploads/2009/05/image15.png" border="0" alt="image" /></p>
<p>When you’re done, go back to TrueCrypt and Dismount the drive. Prying eyes won’t see the virtual-drive file, and even if somebody scours your drive for hidden files, they’ll run into military-grade encryption. Your plans are safe. Please be a benevolent ruler, OK?</p>
<p>For variety, <a href="http://www.makeuseof.com/tags/hide-data/">here are some more tools to hide data</a>. Let us know in the comments about your favorite methods.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/hide-protect-your-files-with-easy-file-locker-windows/" title="Hide &#038; Protect Your Files with Easy File Locker [Windows] (July 14, 2009)">Hide &#038; Protect Your Files with Easy File Locker [Windows]</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/keeping-under-the-radar-and-securing-your-files/" title="Keeping Under the Radar and Securing Your PC Files (June 16, 2008)">Keeping Under the Radar and Securing Your PC Files</a> (21)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-hide-files-and-folders-using-7-freeware-apps/" title="How to Hide Folders Using 7 Free Apps (December 5, 2008)">How to Hide Folders Using 7 Free Apps</a> (28)</li>
	<li><a href="http://www.makeuseof.com/tag/quickly-easily-protect-encrypt-files-with-conceal/" title="How to Easily Protect &#038; Encrypt Files with Conceal (Windows) (November 18, 2009)">How to Easily Protect &#038; Encrypt Files with Conceal (Windows)</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/encrypt-sensitive-data-with-truecrypt/" title="Encrypt Sensitive Data with TrueCrypt (August 14, 2007)">Encrypt Sensitive Data with TrueCrypt</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-hide-files-like-a-super-villain/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Quick Zip File Compressor &amp; Extractor (Free WinZip Alternative)</title>
		<link>http://www.makeuseof.com/tag/quick-free-compressor-extractor-for-zip-files/</link>
		<comments>http://www.makeuseof.com/tag/quick-free-compressor-extractor-for-zip-files/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 17:00:20 +0000</pubDate>
		<dc:creator>Joel Reyes</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[better alternatives]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[extraction]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[rar]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=15714</guid>
		<description><![CDATA[ For quite some time now there haven&#8217;t been many free apps that could be said to rival or go up against the giant file zipping and compressing giant, WinZip. This is determined in the apps ability to compress or decompress files with substantial power and extraction speeds. 
We believe we&#8217;ve found a completely free [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-15715" title="zip-img-00" src="http://www.makeuseof.com/wp-content/uploads/2009/04/zip-img-00.png" alt="free-file-compressor-extractor" width="140" height="140" /> For quite some time now there haven&#8217;t been many free apps that could be said to rival or go up against the giant file zipping and compressing giant, WinZip. This is determined in the apps ability to compress or decompress files with substantial power and extraction speeds. </p>
<p>We believe we&#8217;ve found a completely free file compressor extractor app (alternative to WinZip) called <a href="http://zipitfree.en.softonic.com/download">ZipItFree</a>.</p>
<h2 style="text-align: justify;"><strong>Why ZipItFree?</strong></h2>
<p>Besides the fact that (as it states it in its name) this app is free there are no annoying and irritating registrations or fees to pay. As soon as you unzip a file you have full control of functions through a modern and stylish graphical user interface while also being able to enjoy the benefits of its speed as well.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-15716" title="zip-img-01" src="http://www.makeuseof.com/wp-content/uploads/2009/04/zip-img-01.jpg" alt="free file compressor" /></p>
<p>Decompressing files is even easier (as it should be) then zipping them up. All you have to do is open your ZipItFree file and locate the extraction button and click it. Your extraction should instantly begin.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-15718" title="zip-img-03" src="http://www.makeuseof.com/wp-content/uploads/2009/04/zip-img-03.jpg" alt="free file extractor" /></p>
<p>The method of file compression this app uses is many times referred to as the &#8220;Black Hole&#8221; by developers because of its extremely high compression ratios and mega-fast decompression.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-15717" title="zip-img-02" src="http://www.makeuseof.com/wp-content/uploads/2009/04/zip-img-02.jpg" alt="winzip alternatives free" /></p>
<p>Another reason this desktop app (compatible with Windows versions NT-Vista) can be placed at the top of fellow similar software is its ability to utilize ZipV2 encryption algorithms to archive contents within a zipped file. This has been classified as over 100 times more secure than AES encryption algorithms (used by several un-zipping apps).</p>
<h2 style="text-align: justify;"><strong>Our Journey Ends</strong></h2>
<p>ZipItFree handles several different formats with ease and allows you to leave comments on your archives describing what that specific archive contains so that you don&#8217;t have to unzip every file every single time you may be searching for something.</p>
<p>A few things that could be fixed on this fairly new app would be the support of additional formats, for now ZipItFree can support a wide variation of files; however, it still does not support all formats. The only other con I came across is that although the encryption method is substantially strong, it still may not be enough for everyone. It would be a much stronger app if it were able to somehow allow app users to choose stronger and better encryption methods totally dependent on their needs.</p>
<p>Here are a few files that ZipItFree easily supports: ACE, ARC, BH, BZip, CAB, GZIP, JAR, LHA, RAR, TAR, UUE, XXE, ZIP, and Zoo. </p>
<p>What file compressor/extractor do you use? Let us know in comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/the-top-3-file-compression-extraction-softwares/" title="The Top 3 File Compression &#038; Extraction Softwares (June 2, 2009)">The Top 3 File Compression &#038; Extraction Softwares</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/7zip-a-free-program-to-unzip-and-compress-uncommon-compression-formats/" title="7Zip &#8211; A Free Program to Unzip Uncommon Archive Formats (November 22, 2009)">7Zip &#8211; A Free Program to Unzip Uncommon Archive Formats</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/the-5-best-windows-explorer-replacements/" title="The 5 Good Free Windows File Managers (February 5, 2009)">The 5 Good Free Windows File Managers</a> (51)</li>
	<li><a href="http://www.makeuseof.com/tag/open-any-compressed-file-with-universal-extractor/" title="Open any compressed file with Universal Extractor (August 22, 2007)">Open any compressed file with Universal Extractor</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/zipeg-the-quick-and-simple-archive-explorer/" title="Browse &#038; Open Files From Inside Archived Folders (February 25, 2009)">Browse &#038; Open Files From Inside Archived Folders</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/quick-free-compressor-extractor-for-zip-files/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Batch Rename Your Files Easily – Mac Style (Mac Only)</title>
		<link>http://www.makeuseof.com/tag/batch-renamed-your-files-easily-mac-style/</link>
		<comments>http://www.makeuseof.com/tag/batch-renamed-your-files-easily-mac-style/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 20:01:03 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[file renamer]]></category>
		<category><![CDATA[files]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=15745</guid>
		<description><![CDATA[&#8220;What’s in the name?&#8221;
That famous quote from Shakespeare’s “Romeo and Juliet” tells us that the quality of an entity – such as a rose or a person &#8211; will not change even if the name is changed. But if Shakespeare were born in this modern era, he might rethink the statement carefully.
Name does matter. “Summer [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/04/00-namechangericon.jpg" border="0" alt="" vspace="10" align="left" />&#8220;What’s in the name?&#8221;</p>
<p>That famous quote from Shakespeare’s “Romeo and Juliet” tells us that the quality of an entity – such as a rose or a person &#8211; will not change even if the name is changed. But if Shakespeare were born in this modern era, he might rethink the statement carefully.</p>
<p>Name does matter. “Summer Holiday 2007 – 01.jpg” would make a better sense for us compared to “c0081503_8445631.jpg”. And I bet modern-age Romeo would cram his Mac hard drive with lots of files with non-sensible names. Unless he does something about it, he is going to spend most of his valuable time just trying to find the cutest picture of Juliet.</p>
<h3><strong>Change The Names With NameChanger</strong></h3>
<p>But fret not, Romeo, there are ways out of the naming problem.  Use a free batch-renaming application called <a href="http://www.mrrsoftware.com/MRRSoftware/NameChanger.html">NameChanger</a> from MRRSoftware. This app does only one thing, but does it good. Maybe it’s better than the paid apps.</p>
<p>The first thing you would see after launching the app is the simple interface. There are several icons that will help you access the commands quickly.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/01-main-window.jpg" alt="" /></p>
<p>The first thing to do would be clicking the “Options” icon in the middle. There are checkboxes to Hide Extension, Ignore Case and Force Unique Names.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/03-options.jpg" alt="" /></p>
<p>Then click “Add” to put files into the renaming list. You can also drag and drop files from Finder.</p>
<p>There’s also the list of choices of rules in the middle that will let you do advanced renaming to the files, including the usage of Wildcard, the ability to Remove Characters,</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/02-choices-of-rules.jpg" alt="" /></p>
<p>using Sequence,</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/04-sequence.jpg" alt="" /></p>
<p>and also adding Dates.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/05-date.jpg" alt="" /></p>
<p>When you are done meddling with the choices and have the result you desired, click the “Rename” icon.</p>
<h3><strong>Image Browser &amp; Other Useful Features</strong></h3>
<p>For image files, there’s an additional feature that you can use called the “Image Browser” that can be accessed from the toolbar. This browser will provide you with a quick peek of what images are being renamed.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/06-image-browser.jpg" alt="" /></p>
<p>You can also select/deselect individual files from the list by checking/unchecking the box in front of the file name.</p>
<p>Another useful feature that this little app could do is to save the “renaming session” by going to the Renames → Save Current Rename menu or by pressing the Command + S on the keyboard. This way you will be able to save the rules you’ve set in the sessions.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/07-renames-menu.jpg" alt="" /></p>
<p>If you have several saved renaming sessions, you can access the session quickly from the Renames menu. You could also erase the saved sessions by going to the Renames → Manage Renames menu, select the one you want to delete and click the minus (-) button below.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/08-manage-renames.jpg" alt="" /></p>
<p>I personally found this app to be very useful as I have literary thousands of image files with inhumane names given by the camera. What about you? Have you tried NameChanger or do you have other favorite renaming apps for your Mac? Share your opinions using the comments below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/simple-ways-to-organize-your-files-in-mac/" title="Simple Ways To Organize Your Files In Mac (April 14, 2009)">Simple Ways To Organize Your Files In Mac</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/identify-unknown-files-with-trid-windowslinux/" title="Identify Unknown Files with TrID [Windows/Linux] (June 8, 2009)">Identify Unknown Files with TrID [Windows/Linux]</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/using-automator-to-batch-rename-images-mac/" title="How To Use Automator To Batch Rename Images on Mac (August 5, 2009)">How To Use Automator To Batch Rename Images on Mac</a> (0)</li>
	<li><a href="http://www.makeuseof.com/tag/d-filemu-%e2%80%93-a-small-but-powerful-file-renamer-windows/" title="D-FileMU – A Small But Powerful File Renamer (Windows) (February 2, 2009)">D-FileMU – A Small But Powerful File Renamer (Windows)</a> (5)</li>
	<li><a href="http://www.makeuseof.com/tag/9-useless-applications-just-for-fun-mac-only/" title="9 Useless Applications Just For Fun [Mac Only] (September 3, 2008)">9 Useless Applications Just For Fun [Mac Only]</a> (33)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/batch-renamed-your-files-easily-mac-style/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Simple Ways To Organize Your Files In Mac</title>
		<link>http://www.makeuseof.com/tag/simple-ways-to-organize-your-files-in-mac/</link>
		<comments>http://www.makeuseof.com/tag/simple-ways-to-organize-your-files-in-mac/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 22:01:29 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[finder]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[organizer]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[spotlight]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=15608</guid>
		<description><![CDATA[Most modern computer users might find it difficult to imagine living in the time when the size of computer hard disks was within the range of a few megabytes. But users from the early days of computers knew the storage space limitation so well that they learned to be very selective in choosing which files [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/04/00-desktop-clutter.jpg" border="0" alt="" vspace="10" align="left" />Most modern computer users might find it difficult to imagine living in the time when the size of computer hard disks was within the range of a few megabytes. But users from the early days of computers knew the storage space limitation so well that they learned to be very selective in choosing which files to keep and which files to throw away.</p>
<p>Thanks to the luxury of virtually unlimited storage space that we have today, computer users have developed the &#8220;save everything now, think about them later&#8221; attitude. The problem is, for some &#8220;too many things to do&#8221; people – like me (and maybe most of you) &#8211; &#8220;later&#8221; might never come.</p>
<p>Then one day, the hundredth time you find yourself rummaging your hard drive(s) for that one specific file that you really need without a clue about the file identity, you&#8217;ll wish you’d done something earlier in the file-organizing department.</p>
<h3><strong>The Grouping &amp; The Searching</strong></h3>
<p>The most common solution to file organization problems is to group the similar files into folders. For examples: all the files related to Project X would go into folder &#8220;Project X&#8221;, while all the MP3 files will go into the &#8220;Music&#8221; folder.</p>
<p>Problems arise when you have to decide where to put files from Project X that are also a MP3. And most of the time, it is far more complicated than that.</p>
<p>To help you increase the effectiveness of using folders as a means of organizing files, you can try Smart Folder.</p>
<ul>
<li>Go to Finder then to File → New Smart Folder menu (or Command + Option + N)</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/01-new-smart-folder.jpg" alt="" /></p>
<p>You can also create a smart folder by doing a search in the Finder window.</p>
<ul>
<li> Set the rules of the folder by choosing the options available there.</li>
<li>Click the plus button (+) to add more rules.</li>
<li>Click the minus button (-) to delete a rule.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/02-smart-folder-rules.jpg" alt="" /></p>
<p>A few things that you can set for example: the location of the file, the kind of file, last opened date, last modified date, name, etc.</p>
<p>Don&#8217;t forget to hit the “Save” button after all the rules have been customized and tick the &#8220;Add To Sidebar&#8221; box to put the smart folder to the sidebar so that you can access them easily.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/03-save-smart-folder.jpg" alt="" /></p>
<p>This way, you can set the contents of the smart folder to be PDF files which were created within a week and have the word “billing” in the name. Once a PDF file is more than one week old, it will automatically be out of the smart folder.</p>
<p>If you no longer need the smart folder, just right click and choose “Remove from Sidebar” from the pop-up menu.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/04-remove-smart-folder.jpg" alt="" /></p>
<h3><strong>The Tagging</strong></h3>
<p>Mac users can improve the usability of Smart Folder and Spotlight searching by adding tags to the files. You can assign multiple tags to a file or folder and go beyond the grouping files inside folders.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/06-file-info-window.jpg" alt="" /></p>
<p>The traditional way of doing tagging is by adding Spotlight comments from the file info window. You can access the file info windows by right clicking on the item and choose &#8220;Get Info&#8221; from the pop-up menu, or select the item and press Command + I.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/05-get-info.jpg" alt="" /></p>
<p>But doing the tagging one file or folder at a time is a tedious and time-consuming activity. Not to mention boring. The simpler way is by using <a href="http://www.thekip.com/tagit/index.html">TagIt</a>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/07-tagitsplash.jpg" alt="" /></p>
<p>It is a small application that will help you to tag multiple files easily. TagIt also makes the process of searching files based on their tags easier. And as a bonus, you can also assign ratings to the file(s) or folder(s).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/04/08-tagitsearch.jpg" alt="" /></p>
<p>You can search tags directly from Spotlight by using the search string &#8220;tag:the_name_of_the_tag&#8221; sans quote.</p>
<p>Few possible scenarios of using tags to files and folders are:</p>
<ul>
<li>Assign &#8220;Ongoing&#8221; tag to something that you are currently working on and change the tag to &#8220;Done&#8221; after finishing the project.</li>
<li>Assign the client’s names as tags to the file.</li>
<li>Use the ratings as the &#8220;Importance&#8221; level.</li>
<li>Add the team member’s names.</li>
<li>Add the revision number.</li>
</ul>
<p>And by adding tags to the Smart Folder’s rules, you can organize your files and folders so much better.</p>
<p>What about you? What method do you use to organise files? Share using the comment section below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/four-simple-and-free-tips-to-organize-your-windows-experience/" title="The 4 Proven Simple Tips to Organize Your Files on Windows (September 28, 2009)">The 4 Proven Simple Tips to Organize Your Files on Windows</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/create-tags-for-your-windows-files-with-taggedfrog/" title="TaggedFrog &#8211; Cool File Tagging App for Windows (March 4, 2009)">TaggedFrog &#8211; Cool File Tagging App for Windows</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/tag2find-%e2%80%93-tag-your-windows-files-with-web-like-tags/" title="Tag2Find – Tag Files in Windows for Better Organization (September 26, 2009)">Tag2Find – Tag Files in Windows for Better Organization</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/slimming-down-and-power-up-your-mac-service-menu/" title="Slimming Down and Power Up Your Mac’s Service Menu (April 19, 2009)">Slimming Down and Power Up Your Mac’s Service Menu</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/portable-everything-makes-file-searching-instant-on-your-pc/" title="Portable Everything Makes File Searching Instant On Your PC (March 25, 2009)">Portable Everything Makes File Searching Instant On Your PC</a> (20)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/simple-ways-to-organize-your-files-in-mac/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Portable Everything Makes File Searching Instant On Your PC</title>
		<link>http://www.makeuseof.com/tag/portable-everything-makes-file-searching-instant-on-your-pc/</link>
		<comments>http://www.makeuseof.com/tag/portable-everything-makes-file-searching-instant-on-your-pc/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 15:01:30 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[portable app]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=14702</guid>
		<description><![CDATA[I had heard about Everything before and never really gave it a second glance.
But today, searching through hundreds of thousands of files for a specific word in the files’ name took forever. I decided to see if there was a better way to do this so I would not have to wait for my computer [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/image-thumb41.png" border="0" alt="" vspace="10" align="left" />I had heard about Everything before and never really gave it a second glance.</p>
<p>But today, searching through hundreds of thousands of files for a specific word in the files’ name took forever. I decided to see if there was a better way to do this so I would not have to wait for my computer to finish the search before I could have a complete list.</p>
<p>I once again ran into Everything on Google. This time I downloaded it. It was a portable 272KB file <a href="http://www.voidtools.com">located here</a>. I have tried good old Microsoft’s indexing tool once or twice in the past decade and long story short it blows big time!</p>
<p>I was hoping Everything was going to be a totally different story. According to what I read Everything ONLY searches through file names and that makes it very fast. But let’s actually put it through the tests.</p>
<p>I extracted a 589KB file from the zip file and ran it. This is what I saw:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/everything1-thumb.gif" border="0" alt="everything1" /></p>
<p>Hmm&#8230;..everything looks pretty empty!</p>
<p>So I am going to try and find a group of images from my latest eBook on Photoshop. I think all the images start with Photoshop. I simply typed <em>Photoshop</em> and watched as my search results populated as I typed. I scrolled down a little bit past my program files from Photoshop and sure enough there were my images on my desktop in a folder called <strong>photoshop</strong>. Very nice and very fast.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/image-thumb42.png" border="0" alt="image" /></p>
<p>How can this little app work so quickly and efficiently? I have no idea! So I opened up my task manager and looked for Everything. After the full search Everything was using around 20MB of memory. Not bad at all!  So far I am loving it. I decided to poke around their website and see what else Everything can do. I found this interesting tidbit under their FAQ’s:</p>
<blockquote>
<h5><a name="How_long_will_it_take_to_index_my_files">How long will it take to index my files?</a></h5>
<p>&#8220;Everything&#8221; only uses file and folder names and generally takes a few seconds to build its database. A fresh install of Windows XP SP2 (about 20,000 files) will take about 1 second to index. 1,000,000 files will take about 1 minute.</p></blockquote>
<p>Everything uses RegEx (Regular Expressions) in its search bar to help you pinpoint exactly what you are looking for. Once you get the hang of it you will find it exceptionally useful in lots of places. From the program’s help file here is all the expressions that are supported and what they do:</p>
<blockquote><p><code>| - </code>A vertical bar separates alternatives. For example, <code>gray|grey</code> can match &#8220;<em>gray</em>&#8221; or &#8220;<em>grey</em>&#8220;.</p>
<p><code>()- </code>Parentheses are used to define the scope and precedence of the operators (among other uses). For example, <code>gray|grey</code> and <code>gr(a|e)y</code> are equivalent patterns which both describe the set of &#8220;<em>gray</em>&#8221; and &#8220;<em>grey</em>&#8220;.</p>
<p><code>? - </code>The question mark indicates there is <em>zero or one</em> of the preceding element. For example, <code>colou?r</code> matches both &#8220;<em>color</em>&#8221; and &#8220;<em>colour</em>&#8220;.</p>
<p><code>* - </code>The asterisk indicates there are <em>zero or more</em> of the preceding element. For example, <code>ab*c</code> matches &#8220;<em>ac</em>&#8220;, &#8220;<em>abc</em>&#8220;, &#8220;<em>abbc</em>&#8220;, &#8220;<em>abbbc</em>&#8220;, and so on.</p>
<p><code>+ - </code>The plus sign indicates that there is <em>one or more</em> of the preceding element. For example, <code>ab+c</code> matches &#8220;<em>abc</em>&#8220;, &#8220;<em>abbc</em>&#8220;, &#8220;<em>abbbc</em>&#8220;, and so on, but not &#8220;<em>ac</em>&#8220;.</p>
<p><code>. - </code>Matches any single character except newlines (exactly which characters are considered newlines is flavor, character encoding, and platform specific, but it is safe to assume that the line feed character is included). Within POSIX bracket expressions, the dot character matches a literal dot. For example, <code>a.c</code> matches &#8220;<em>abc</em>&#8220;, etc., but <code>[a.c]</code> matches only &#8220;<em>a</em>&#8220;, &#8220;<em>.</em>&#8220;, or &#8220;<em>c</em>&#8220;.</p>
<p><code>[ ] - </code>A bracket expression. Matches a single character that is contained within the brackets. For example, <code>[abc]</code> matches &#8220;<em>a</em>&#8220;, &#8220;<em>b</em>&#8220;, or &#8220;<em>c</em>&#8220;. <code>[a-z]</code> specifies a range which matches any lowercase letter from &#8220;<em>a</em>&#8221; to &#8220;<em>z</em>&#8220;. These forms can be mixed: <code>[abcx-z]</code> matches &#8220;<em>a</em>&#8220;, &#8220;<em>b</em>&#8220;, &#8220;<em>c</em>&#8220;, &#8220;<em>x</em>&#8220;, &#8220;<em>y</em>&#8220;, and &#8220;<em>z</em>&#8220;, as does <code>[a-cx-z]</code></p>
<p><code>[^ ]- </code>Matches a single character that is not contained within the brackets. For example, <code>[^abc]</code> matches any character other than &#8220;<em>a</em>&#8220;, &#8220;<em>b</em>&#8220;, or &#8220;<em>c</em>&#8220;. <code>[^a-z]</code> matches any single character that is not a lowercase letter from &#8220;<em>a</em>&#8221; to &#8220;<em>z</em>&#8220;. As above, literal characters and ranges can be mixed.</p>
<p><code>^ - </code>Matches the starting position within the string. In line-based tools, it matches the starting position of any line.</p>
<p><code>$ - </code>Matches the ending position of the string or the position just before a string-ending newline. In line-based tools, it matches the ending position of any line.</p>
<p><code>{m,n} - </code>Matches the preceding element at least <em>m</em> and not more than <em>n</em> times. For example, <code>a{3,5}</code> matches only &#8220;<em>aaa</em>&#8220;, &#8220;<em>aaaa</em>&#8220;, and &#8220;<em>aaaaa</em>&#8220;. This is not found in a few, older instances of regular expressions.</p></blockquote>
<p>Using these expressions I tried the following search to look for any items with AskTheAdmin in the jpg’s file name or Karl in the jpg’s file name. I am sure you can already imagine how powerful this is!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/image-thumb43.png" border="0" alt="image" /></p>
<p>Let’s take a look at the program&#8217;s options.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/image-thumb44.png" border="0" alt="image" /></p>
<p>On the General screen you will find the usual startup options along with some cool features like being able to run multiple instances of Everything or multiple windows of the same instance as well as hot-keys.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/image-thumb45.png" border="0" alt="image" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/image-thumb46.png" border="0" alt="image" /></p>
<p>Everything only works on NTFS volumes so if you check the volumes tab and nothing shows up – your drives are probably not NTFS and will need to be upgraded.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/image-thumb47.png" border="0" alt="image" /></p>
<p>The exclude option tab allows you to specify folders or files to be excluded including hidden or system files.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/image-thumb48.png" border="0" alt="image" /></p>
<p>ETP is a feature that allows for remote searching of your local database. More information on this topic can be found <a href="http://www.voidtools.com/Everything/wiki/ETP">here</a>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/image-thumb49.png" border="0" alt="image" /></p>
<p>And HTTP offers you the ability to open up a web server on your local machine and allow queries against your local database like so:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/image-thumb50.png" border="0" alt="image" /></p>
<p>You can open this up to the outside as well and search your PC from home without having to remote desktop in. And with some crafty FTP’ing you might be able to hand roll yourself a nice file solution.</p>
<p>Anyone using Everything or something similar? We would love to hear about it in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/usb-office-showdown-tiny-usb-office-vs-portable-apps/" title="USB Office Showdown: Tiny USB Office vs. Portable Apps (August 22, 2008)">USB Office Showdown: Tiny USB Office vs. Portable Apps</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-windows-with-portable-ultimate-windows-tweaker/" title="Tweak Your Windows OS With Portable Ultimate Windows Tweaker (March 26, 2009)">Tweak Your Windows OS With Portable Ultimate Windows Tweaker</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/toss-your-broken-keyboard-to-one-side-with-portable-on-screen-keyboard/" title="Toss Broken Keyboard to side with Portable On-Screen Keyboard (July 30, 2008)">Toss Broken Keyboard to side with Portable On-Screen Keyboard</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/split-and-share-large-files-easily-with-gsplit/" title="Split Big Files into Smaller Ones with GSplit (January 3, 2009)">Split Big Files into Smaller Ones with GSplit</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/simple-ways-to-organize-your-files-in-mac/" title="Simple Ways To Organize Your Files In Mac (April 14, 2009)">Simple Ways To Organize Your Files In Mac</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/portable-everything-makes-file-searching-instant-on-your-pc/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How To Transfer Files Easily Between Linux Machines</title>
		<link>http://www.makeuseof.com/tag/how-to-transfer-files-easily-among-linux-machines/</link>
		<comments>http://www.makeuseof.com/tag/how-to-transfer-files-easily-among-linux-machines/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 17:01:34 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[files]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=13443</guid>
		<description><![CDATA[Let&#8217;s say you&#8217;ve got two or more Linux machines in your home (or office). You want to transfer some files from one computer to another, what are the ways you can do this?
You can either:

Use a USB drive
Use Dropbox
Use SSH (Secure Shell)

What if there is a small application that is simple, fast and allows you [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/03/file-transfer-icon.png" alt="transfer-files-between-linux" vspace="10" align="left" />Let&#8217;s say you&#8217;ve got two or more Linux machines in your home (or office). You want to transfer some files from one computer to another, what are the ways you can do this?</p>
<p>You can either:</p>
<ul>
<li>Use a USB drive</li>
<li>Use <a href="https://www.getdropbox.com/" target="_blank">Dropbox</a></li>
<li>Use SSH (Secure Shell)</li>
</ul>
<p>What if there is a small application that is simple, fast and allows you to send files easily without any configuration or technical knowledge, wouldn&#8217;t it be great?</p>
<p><a href="http://code.google.com/p/giver/" target="_blank">Giver</a> is a simple desktop file sharing application. It is a zero configuration software that anyone can use quickly and easily. Other people running Giver on your network are automatically discovered and you can send files to them by simply dragging the files to their respective entries in Giver.</p>
<p>If you are using Ubuntu 8.10, you can easily install Giver by <a href="http://code.google.com/p/giver/" target="_blank">clicking here</a> or type in the following command in the terminal:</p>
<p><em>sudo apt-get install giver</em></p>
<p>Once you have finished the installation, you can access Giver via <em>Applications -&gt; Internet -&gt; Giver</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/giver-window.jpg" alt="transfer files between linux pc" /></p>
<p>Alll the computers that have Giver installed and running will instantly show up on the Giver window. To send files to another computer, you just need to drag and drop the files to the respective row.</p>
<p>Upon receiving a sent request, a notification will appear on the other computer and the user on the other end can decide if he/she wants to accept the file.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/giver-sent-notification.jpg" alt="" /></p>
<p>When the transfer is completed, a notification will appear on both computers stating that the files have been sent/received successfully.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/giver-done-giving.jpg" alt="giver-done-giving" /><br />
<img src="http://www.makeuseof.com/wp-content/uploads/2009/03/giver-done-receiving.jpg" alt="" /></p>
<p>A good thing about Giver is that it only creates the connection so that you can transfer files easily. It doesn&#8217;t set a limit on the number of files or the size of the files that you can send; so if you have a bunch of files or folders, you will have no problem getting them across to another computer.</p>
<p>One software that integrates well with Giver is the popular <a href="http://projects.gnome.org/tomboy/" target="_blank">Tomboy notes</a>. You can easily drag and drop any of the notes to get it sent over to another computer. On the other side, it will automatically add itself to the Tomboy notes and saving you the effort of re-importing the notes.</p>
<p>In a situation where there are many computers in the network and it is difficult to identify which computer entry belongs to who, Giver allows you to change your computer name and use your photos/web link/gravatar as the icon.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/giver-pref.jpg" alt="" /></p>
<p>Using Giver is almost a no-brainer. There is zero-configuration and anyone  can use it immediately, even if you have no technical knowledge.</p>
<p>One thing though, it only works between Linux machines. It would be great if it can also send files to a Windows or Mac computer.</p>
<p>What other software do you use to transfer files between different computers?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/transmission-the-lightweight-bittorrent-client/" title="Transmission, The Lightweight BitTorrent Client (July 4, 2008)">Transmission, The Lightweight BitTorrent Client</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/top-free-file-hosts/" title="Top Free File Hosts To Store Your Files Online (June 12, 2008)">Top Free File Hosts To Store Your Files Online</a> (157)</li>
	<li><a href="http://www.makeuseof.com/tag/split-and-share-large-files-easily-with-gsplit/" title="Split Big Files into Smaller Ones with GSplit (January 3, 2009)">Split Big Files into Smaller Ones with GSplit</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/dead-simple-file-sharing-with-meiga-linux/" title="Meiga &#8211; One of The Best Linux File Sharing Programs (June 25, 2009)">Meiga &#8211; One of The Best Linux File Sharing Programs</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-easily-share-files-across-mac-windows-computers/" title="How To Easily Share Files Between Mac &#038; Windows Computers (November 5, 2008)">How To Easily Share Files Between Mac &#038; Windows Computers</a> (18)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-transfer-files-easily-among-linux-machines/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TaggedFrog &#8211; Cool File Tagging App for Windows</title>
		<link>http://www.makeuseof.com/tag/create-tags-for-your-windows-files-with-taggedfrog/</link>
		<comments>http://www.makeuseof.com/tag/create-tags-for-your-windows-files-with-taggedfrog/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 21:01:03 +0000</pubDate>
		<dc:creator>T.J. Mininday</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[desktop search]]></category>
		<category><![CDATA[File Manager]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[tag cloud]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=13407</guid>
		<description><![CDATA[ The adoption of tags on the internet has almost become a prerequisite on any blog, website or social networking site. The ability to simply add a keyword to anything allows for much better organization and easier searching when something needs to be referenced in the future.
Most often they are used on blogs but they [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/03/tags.png" border="0" alt="file tagging windows" vspace="10" align="left" /> The adoption of tags on the internet has almost become a prerequisite on any blog, website or social networking site. The ability to simply add a keyword to anything allows for much better organization and easier searching when something needs to be referenced in the future.</p>
<p>Most often they are used on blogs but they are also used in various ways on social networking sites such as <a href="http://www.makeuseof.com/tag/how-to-organize-your-web-with-delicious-essential-toolbox/">Delicious</a>, <a href="http://www.makeuseof.com/tag/ways-to-stay-on-top-of-the-news/">news sites</a> like Newsvine or even online stores like <a href="http://www.makeuseof.com/tag/amazon-windowshop-virtually-shopping-on-amazon/">Amazon</a>. Any site that generates regular or changing content will usually have some sort of tag system in place. So why just the web?  Why can&#8217;t we have it on our PCs as well?</p>
<p><a href="http://lunarfrog.com/taggedfrog//">TaggedFrog</a> is a simple and free file tagging app for Windows XP or Vista that allows for the easy addition of files to be tagged with as many descriptive keywords (tags) as you can possibly think of. You can then visualize them in a cloud display which looks very similar to your everyday cloud display you see on many websites today.</p>
<p>You first begin tagging the files by adding and managing the keywords you&#8217;d like to create for your files.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/taggedfrog1.png" alt="tag files windows" /></p>
<p>An easy drag and drop interface allows for the easy addition of any type of file, document or web link from your computer. Once they are added, you can simply add any of your created tags to that file.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/taggedfrog2.png" alt="file tagging windows xp" /></p>
<p>So now, instead of renaming and changing files as they are created, you can quickly and easily add tags to them. This allows for easy filtering and searching of your hundreds of thousands of files.</p>
<p>Along with the tag cloud, you can also set up &#8220;favorites&#8221; for locating some of the more popular files and tags. If you&#8217;d prefer not to go through and tag all of your files manually, you can also set up options to go through your entire hard drive with the nice &#8220;Auto Scan and Tag&#8221; feature.</p>
<p>The simple and clean interface, and fast search capability of tags, makes TaggedFrog a great alternative to the Windows Vista launch bar, and MUCH better search alternative than on Windows XP. Adding tags in Vista can be very tedious and having a separate application to keep them organized can become very handy when files begin to pile up on your PC.</p>
<p>There are plenty of other search alternatives (Windows Desktop Search, Google Desktop, etc&#8230;) than a tagging application like this. But if you simply want <em>better organization</em> of files, instead of creating hundreds of directories, and you don&#8217;t want to bog down your computer with search indexing, then TaggedFrog is likely the right application for you.</p>
<p>What do you think of tagging files instead of simply searching? Are there any other file tagging applications for Windows that you use?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/tag2find-%e2%80%93-tag-your-windows-files-with-web-like-tags/" title="Tag2Find – Tag Files in Windows for Better Organization (September 26, 2009)">Tag2Find – Tag Files in Windows for Better Organization</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/restore-your-deleted-files-easily-with-recuva/" title="Restore Deleted Files Easily With Recuva (December 7, 2008)">Restore Deleted Files Easily With Recuva</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/vista-switcher-replace-windows-alt-tab-with-something-cooler/" title="Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler (October 21, 2009)">Vista Switcher &#8211; Replace Windows&#8217; Alt-Tab With Something Cooler</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-your-windows-operating-system-with-xpy/" title="Tweak Your Windows Operating System With Xpy (October 4, 2008)">Tweak Your Windows Operating System With Xpy</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/tweak-windows-xpvista7-to-your-taste-with-xdn-tweaker/" title="Tweak Windows XP/Vista/7 to Your Taste with XdN Tweaker (May 2, 2009)">Tweak Windows XP/Vista/7 to Your Taste with XdN Tweaker</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/create-tags-for-your-windows-files-with-taggedfrog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The 5 Good Free Windows File Managers</title>
		<link>http://www.makeuseof.com/tag/the-5-best-windows-explorer-replacements/</link>
		<comments>http://www.makeuseof.com/tag/the-5-best-windows-explorer-replacements/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 19:01:29 +0000</pubDate>
		<dc:creator>David Pierce</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[better alternatives]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[File Manager]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[windows explorer]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=11863</guid>
		<description><![CDATA[Windows Explorer, for any Windows user, is a key component of your computer-based life. It&#8217;s where you put files, where you find stuff, and how you manage everything on your computer.
Which is unfortunate, because Windows Explorer is a terrible application. It&#8217;s bad at tracking where you&#8217;ve been, it makes it hard to copy, move or [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/02/error1yc.jpg" border="0" alt="free windows file manager" vspace="5" align="left" />Windows Explorer, for any Windows user, is a key component of your computer-based life. It&#8217;s where you put files, where you find stuff, and how you manage everything on your computer.</p>
<p>Which is unfortunate, because Windows Explorer is a terrible application. It&#8217;s bad at tracking where you&#8217;ve been, it makes it hard to copy, move or even find files, and loves to fail me and close everything on my screen.</p>
<p>Thankfully, there&#8217;s no shortage of Explorer replacements that do Explorer&#8217;s job much better than Explorer itself. They have better features, better reliability, and better usability as a whole. Out of the many I looked at, here are the best five free windows file managers (alternative to windows explorer). </p>
<h2><strong>Xplorer2</strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://makeuseof.com/images/xplorer.png" alt="xplorer2 - alternative to windows explorer" /></p>
<p><a href="http://zabkat.com/x2lite.htm">Xplorer2</a> is the program of my choice, and is an awesomely feature-packed free windows file manager. First of all, it opens with two independent panes &#8211; great for moving and organizing files. It keeps a trail for you, so you can go back to the last folder (or three folders ago) easily. You can save bookmarks as your favorite spots, see tons of information about all of your files, and customize nearly everything about Xplorer2.</p>
<p>One of my favorite features is the &#8220;Preview&#8221; ability- Xplorer2 can take files of almost any type (more in the paid version), and preview them for you right in the window &#8211; great for making sure you don&#8217;t open the wrong file. And that&#8217;s all in the free version!</p>
<p>For $20, you can <a href="http://zabkat.com/">upgrade</a> and get features you never knew you needed, but suddenly won&#8217;t be able to live without. The free version&#8217;s what I used for a long time, though, and it&#8217;s always served me well.</p>
<p>Kyle wrote a more detailed review of Xplorer2 last year <a href="http://www.makeuseof.com/tag/replace-windows-explorer-with-a-more-powerful-alternative/" target="_blank">here</a>.</p>
<h2><strong>ExplorerXP</strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://makeuseof.com/images/explorer-xp.png" alt="ExplorerXP - windows explorer alternative" /></p>
<p><a href="http://www.explorerxp.com/index.html">ExplorerXP&#8217;s</a> nicest feature, in my opinion, is the tabbed interface &#8211; have as many tabs open as you want, and move things around in them just by dragging a file or folder to a tab. You can also merge or split files in .zip format, a la WinZip or WinRAR.</p>
<p>ExplorerXP can be set to show or not show certain files or file types, has tons of great keyboard shortcuts, and is arguably the easiest to use of the bunch. Not too many bells and whistles can be found in ExplorerXP, but if all you want is an improvement on the Windows Explorer shell, ExplorerXP&#8217;s pretty hard to beat.</p>
<h2><strong>FreeCommander</strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://makeuseof.com/images/free-commander.png" border="0" alt="FreeCommander" /></p>
<p>I like <a href="http://www.freecommander.com/index.htm">FreeCommander</a> mostly because it makes me feel like a Jedi leader &#8211; The Free Commander. Maybe that&#8217;s just me. It&#8217;s also, however, a great application &#8211; particularly for those with large multimedia libraries.</p>
<p>Built on the same Norton Commander model as Xplorer2 and others, It features a dual-pane interface similar to Xplorer2, and has a similar file previewer as well. FreeCommander can also deal with your .zip, .cab, and .rar files, and even comes with a built-in FTP client.</p>
<p>The standout feature of FreeCommander is the endless customizability, giving you total access to every setting possible. Everything you want and don&#8217;t want to see or manage can be edited, and FreeCommander teaches you how with their <a href="http://www.freecommander.com/fc_guide_en.htm">guide</a>.</p>
<h2><strong>A43</strong></h2>
<p style="text-align: center;"><img class="size-full wp-image-11869 aligncenter" title="a431" src="http://makeuseof.com/images/a43-explorer.png" alt="A43 - free windows explorer software" /></p>
<p><a href="http://www.primitus.us/a43/">A43</a>, as best as I can tell, is Windows 2000/XP only. If you&#8217;re using either of those, though, give it a shot. It&#8217;s a portable application that&#8217;s totally self-contained, and can do a lot more than manage files (though it does that quite well, with the dual-pane and tree views we&#8217;ve come to love).</p>
<p>A43 has an integrated text editor, image viewer, powerful search, and a quick launch tab to let you see your most-used applications. It&#8217;s almost a replacement for Explorer, the taskbar and a number of your applications all in one.</p>
<p>A43&#8217;s not under current support (hence no Vista version), but does what it does incredibly well for XP and 2000 users.</p>
<h2><strong>UltraExplorer</strong></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://makeuseof.com/images/ultra-explorer.png" border="0" alt="ultraexplorer" /></p>
<p><a href="http://www.mustangpeak.net/">UltraExplorer</a> has a customizable interface that can get too complicated if you let it &#8211; but can be really useful if you use it right.</p>
<p>One thing I loved about it is the &#8220;Drop Stack,&#8221; a place to drag files you use the most for quick access. If you don&#8217;t want all the tabs in one window, you can pull them out for quick access individually. For command line junkies, there&#8217;s access to a built-in command line window.  The Breadcrumb Bar is a great way to navigate through the folder path- a feature glaringly absent from Windows Explorer.</p>
<p>Windows Explorer, I&#8217;m convinced, was created to drive you slowly, surely insane &#8211; another step into crazy with every lost file and botched cut and paste between windows. With any of these five free apps, you can avoid the irritating, difficult-to-use Windows Explorer, and manage your files in an interface that actually makes sense.</p>
<p>What file-manager do you use? One of these, or something else?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/replace-windows-explorer-with-a-more-powerful-alternative/" title="Replace Windows Explorer With A More Powerful Alternative (July 29, 2008)">Replace Windows Explorer With A More Powerful Alternative</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/useful-windows-registry-tweaks-part-2/" title="Windows Registry Tweaks (Part 2) (September 13, 2007)">Windows Registry Tweaks (Part 2)</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/three-replacements-for-windows-active-desktop/" title="Three Active Desktop Replacements for Windows (February 2, 2009)">Three Active Desktop Replacements for Windows</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/the-ultimate-extension-for-windows-explorer/" title="The Ultimate Extension for Windows Explorer (August 6, 2008)">The Ultimate Extension for Windows Explorer</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/the-essential-keyboard-shortcuts-to-whip-your-windows/" title="The Essential Keyboard Shortcuts to whip your Windows (March 19, 2008)">The Essential Keyboard Shortcuts to whip your Windows</a> (18)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/the-5-best-windows-explorer-replacements/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>D-FileMU – A Small But Powerful File Renamer (Windows)</title>
		<link>http://www.makeuseof.com/tag/d-filemu-%e2%80%93-a-small-but-powerful-file-renamer-windows/</link>
		<comments>http://www.makeuseof.com/tag/d-filemu-%e2%80%93-a-small-but-powerful-file-renamer-windows/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 20:56:36 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[File Manager]]></category>
		<category><![CDATA[file renamer]]></category>
		<category><![CDATA[files]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=11674</guid>
		<description><![CDATA[Where do you go if you have several files to rename and organize? You hunt for software that will give your tired fingers a break from the sore monotony of renaming files one by one. If you are on such a lookout, then look at D-FileMU.
D-FileMU is a small, lightweight free software that belies its [...]]]></description>
			<content:encoded><![CDATA[<p>Where do you go if you have several files to rename and organize? You hunt for software that will give your tired fingers a break from the sore monotony of renaming files one by one. If you are on such a lookout, then look at <a href="http://www.softpedia.com/progDownload/D-FileMU-Download-42693.html" target="_blank">D-FileMU</a>.</p>
<p>D-FileMU is a small, lightweight free software that belies its pocket-size with its punch. The 125 KB size download does not tax even a dial-up connection nor does it take a chunk out of your system resources. It is a relatively uncomplicated piece of software and in the same mold as another <a href="http://www.makeuseof.com/tag/batch-rename-files-in-windows-with-style-using-renamer/" target="_blank">batch file renamer</a> called ‘Renamer’ that was covered on MakeUseOf earlier.</p>
<p>The first thing I liked about the software was that it didn’t require any installation. I could run the program from any location and yes, even from my USB drive.</p>
<p>The file renaming operation is divided into three steps.</p>
<p><strong>Step One</strong> lists the 17 different ways you can rename a file. Some of the common tasks which the software covers include everrything from renaming files to lowercase to adding &#8216;n&#8217; characters to file names.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/step-oneb.png" alt="file renamer freeware" /></p>
<ul>
<li>Changing the case of the filenames.</li>
<li>Changing file extensions of filenames.</li>
<li>Adding strings to the beginning and end of the filenames.</li>
<li>Adding numbers in sequence to the beginning or end of the filenames.</li>
<li>Changing the file attributes i.e. read only (+r) or hidden (+h) or archive (+a).</li>
<li>Completely renaming the files.</li>
<li>Renaming files to lowercase.</li>
</ul>
<p>&#8230;and so on.</p>
<p><strong>Step Two </strong>takes you a bit further into the selection of the files you want to rename. You can choose files individually, or by file extension or apply both the choices. Thus, files can be selected from disparate locations spread out on your hard drive or can be worked upon as a collection.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/choosefiles.png" alt="ree file rename utility" /></p>
<p><strong>Step Three</strong> lists the files that are to be worked upon. A <em>‘Preview’</em> function to see the changes that will take place is very helpful. A click of the <em>‘Perform Changes’</em> button and the operation is complete.</p>
<p>With the operation complete, a box will prompt you to inform that the program has made the changes to the files. If there were any errors encountered during the process, the program will also display another box notifying you that there were errors and ask if you wish to view them or not.</p>
<p>A button which says <em>&#8216;View Process File&#8217;</em> opens up a file which contains a detailed step by step account of what changes were made to which files. Similarly, a button that says <em>&#8216;View Error File&#8217;</em> opens up a file which displays the list of errors (if any) that occurred during the renaming operation.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/02/step-three.jpg" alt="file rename tool" /></p>
<p>The user might have to take this file rename tool through a few runs to get the perfect file names with all the correct attributes in place.</p>
<p>Therefore, following a three step process your entire gamut of files gets new names. The program can also be used from the command line, but I guess that would be more for expert hands.</p>
<p>D-FileMU has all the attributes of a good freeware program – fast, light and accurate. What it slightly suffers from is a non-functioning developer website and lack of updates. But the mirror <a href="http://www.softpedia.com/progDownload/D-FileMU-Download-42693.html" target="_blank">download</a> sites allow us to get the software.</p>
<p>D-FileMU Version 1.7.4 is compatible with WinXP and Win2000.</p>
<p>So, do you have your own favourite file renaming utility? Give us your opinion about this time and type-saving software.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/the-5-best-windows-explorer-replacements/" title="The 5 Good Free Windows File Managers (February 5, 2009)">The 5 Good Free Windows File Managers</a> (51)</li>
	<li><a href="http://www.makeuseof.com/tag/create-tags-for-your-windows-files-with-taggedfrog/" title="TaggedFrog &#8211; Cool File Tagging App for Windows (March 4, 2009)">TaggedFrog &#8211; Cool File Tagging App for Windows</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/tag2find-%e2%80%93-tag-your-windows-files-with-web-like-tags/" title="Tag2Find – Tag Files in Windows for Better Organization (September 26, 2009)">Tag2Find – Tag Files in Windows for Better Organization</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/split-and-share-large-files-easily-with-gsplit/" title="Split Big Files into Smaller Ones with GSplit (January 3, 2009)">Split Big Files into Smaller Ones with GSplit</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/join-your-mp3s-together-with-mergemp3/" title="Join MP3 Files Together with Merge MP3 (December 21, 2008)">Join MP3 Files Together with Merge MP3</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/d-filemu-%e2%80%93-a-small-but-powerful-file-renamer-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 4 Desktop Search Tools To Find That Elusive File</title>
		<link>http://www.makeuseof.com/tag/top-4-ways-to-find-that-elusive-file/</link>
		<comments>http://www.makeuseof.com/tag/top-4-ways-to-find-that-elusive-file/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 23:10:26 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[desktop search]]></category>
		<category><![CDATA[files]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=9891</guid>
		<description><![CDATA[It&#8217;s happened to the best of us &#8211; we type up a document, create a presentation, download a program or file and suddenly it vanishes! So now you&#8217;ve lost it, and most likely want it back, but how would you do that?
There are better ways than combing though every folder on your hard drive. Simply [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s happened to the best of us &#8211; we type up a document, create a presentation, download a program or file and suddenly it vanishes! So now you&#8217;ve lost it, and most likely want it back, but how would you do that?</p>
<p>There are better ways than combing though every folder on your hard drive. Simply search for it using a desktop search tool. But if you simply search for &#8220;desktop search&#8221; you&#8217;ll come up with dozens of different apps. These are some of the best.</p>
<h2>Windows Search</h2>
<p>Windows Vista actually has a decent desktop search software built in. Unlike previous built in search programs in Windows, Vista will automatically index your computer (XP can index, however you have to turn it on manually and it won&#8217;t remind you to start indexing until after your search, to turn it on simply open my computer, right click on your hard dive, usually C:, click properties and at the bottom, check the box that says Allow Indexing Service to&#8230;) and give you close to instant results.</p>
<p>However, it will not index what is <em>inside</em> the files like other desktop search programs but does consider folder names and other data.</p>
<p>You can also narrow it down by type of file, author, location, and date. From there, you can navigate the search results like a regular folder. To get to it, simply hit Start then start typing.</p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/search-windows-2.png" border="0" alt="windows desktop search tools" width="574" height="574" /></p>
<p>MakeUseOf had mentioned some tips on how to <a href="http://www.makeuseof.com/tag/utilizing-windows-search-part-1-2/">make most of new Windows Search</a> in the past. Check them out.</p>
<h2><a href="http://desktop.google.com/">Google Desktop Search</a></h2>
<p>It&#8217;s probably a safe guess that most of you have heard of Google Desktop Search. It is a standard desktop search software with a few extra features. First, it has a side bar where you can <a href="http://desktop.google.com/plugins/" target="_blank">put widgets</a> (namely ones that connect with other Google services.) Second, it can integrate with Google&#8217;s standard web results, (i.e) you search for cheese and you wrote a report on cheese, both will show up when you Google &#8220;cheese&#8221;. And third, it can integrate with (and search) your other Google services (like GMail, Google Talk, etc).</p>
<p>The search interface is the exact same as Google&#8217;s web results, because you search inside your browser. The downside to this is that 1. it won&#8217;t give you real time results and 2. the preview &#8220;what&#8217;s inside the file&#8221; is limited.</p>
<p>However, Google Desktop Search&#8217;s biggest flaw (that I&#8217;ve found) is that it is not 64-bit compatible. To install it on a 64-bit system, you have to run a special command in the command line, and some features do not work.</p>
<p style="text-align: center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/01/google-desktop-search-small.png" border="0" alt="google desktop search software" width="530" height="414" /></p>
<h2>Yahoo! Desktop Search</h2>
<p>This product is now defunct and not provided by Yahoo! any more. So then why is it here? Because Yahoo! licensed <a href="http://www.x1.com/">X1</a>&#8217;s search program to do this (X1 is an enterprise level desktop search developer and because from my experience, YDS indexes and searches the fastest. It indexes relatively quickly and also what&#8217;s inside of the files. The interface is excellent, you can search email, files, documents, music, etc. via tabs at the top of the screen.</p>
<p>When you start searching, it will instantly start showing results with your search phrase highlighted. Click on a file and you will see (to the side or at the bottom) a preview of the file, be a picture or document, with your search phrase highlighted in the document. And all of this is almost real time.</p>
<p>Though the last update was way back in 2005, Yahoo! Desktop Search is still a solid desktop search tool. How can one get a hold it since Yahoo doesn&#8217;t support it? <a href="http://www.softpedia.com/get/System/OS-Enhancements/Yahoo-Desktop-Search.shtml">Softpedia</a> still has a link to it on their servers and at Yahoo!&#8217;s.</p>
<p style="text-align: center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/01/yds-clean2-thumb.png" border="0" alt="yahoo desktop search" width="573" height="539" /></p>
<h2><a href="http://www.locate32.net/">Locate32</a></h2>
<p>The next two programs have a different approach to searching. Instead of taking 45 minutes to index what&#8217;s inside of all of your files, they take usually less than a few minutes indexing the names. Locate32 looks like the search app in Windows 95-2000, only it is much faster. Once you install it and run the database updater, the interface is fairly basic.</p>
<p>You can search by name, extension, or location. Clicking on one of the other two tabs will get you more advanced options such as minimum and maximum sizes, date modified (this is good for finding stuff that you&#8217;ve made or edited recently), match whole phrase, etc.</p>
<p>Locate32 might not be the best choice for the average user, but is great for the power searcher.</p>
<p style="text-align: center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/01/locate-small-thumb.png" border="0" alt="locate 32 review" width="507" height="251" /></p>
<p>You can read more about it and check out additional screenshots in MakeUseOf&#8217;s <a href="http://www.makeuseof.com/tag/search-for-files-lightning-fast-with-locate32/">Locate 32 review</a>.</p>
<h2><a href="http://www.voidtools.com/">Everything</a></h2>
<p>The name says it all &#8211; it searches everything. The indexing is fast, and I mean you blink and it&#8217;s done. Instead of the the GUI options that Locate has, things must be done with tags like a search engine, but for the most part works exactly like Locate. Except Everything will give you real time results as you type, like Yahoo! Desktop Search tool.</p>
<p>I&#8217;ve used Everything several times, not for full blown desktop search, but in a crisis where I need that file and I need it now!</p>
<p>Everything also has a portable version, for searching on the go.</p>
<p style="text-align: center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/01/everything-small-thumb.png" border="0" alt="everything desktop search tool" width="577" height="487" /></p>
<p>That is how I find my missing files, how do you? Is there one that blows all of these away?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/create-tags-for-your-windows-files-with-taggedfrog/" title="TaggedFrog &#8211; Cool File Tagging App for Windows (March 4, 2009)">TaggedFrog &#8211; Cool File Tagging App for Windows</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/tag2find-%e2%80%93-tag-your-windows-files-with-web-like-tags/" title="Tag2Find – Tag Files in Windows for Better Organization (September 26, 2009)">Tag2Find – Tag Files in Windows for Better Organization</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/wally-an-incredible-cross-platform-wallpaper-rotation-app/" title="Wally- Awesome Wallpaper Rotator for Windows, Mac &#038; Linux (November 15, 2009)">Wally- Awesome Wallpaper Rotator for Windows, Mac &#038; Linux</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/utilizing-windows-search-part-1-2/" title="Utilizing Windows Search 4.0 (Part 1) (June 23, 2008)">Utilizing Windows Search 4.0 (Part 1)</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/two-directories-to-find-adobe-air-applications/" title="Two Directories To Find Cool Adobe AIR Applications (November 4, 2008)">Two Directories To Find Cool Adobe AIR Applications</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/top-4-ways-to-find-that-elusive-file/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>
