Monday, February 22, 2010

Everything Search Engine

If you are among the 60% of the world's computer population that uses Windows XP, you're probably tired of seeing the Microsoft animated characters doing their stuff for half an hour while you search for a file that you know is on your hard drive, but just don't know where to look. And you've probably tried to install other search clients like Microsoft's own Live Search or Google's Desktop Search and seen better results. But you're probably still jealous of folks who have the faster search built into the start menu (in Windows Vista and Windows 7) or even more so of the folks on the Mac side with the superfast Spotlight.

What if I told you there was a search app for Windows that would make even the Mac guys go whoa at the speed in which results are populated, or indexing is done, or new files are added to the index? What if I further told you that this program is so lightweight that you would never notice it running; heck the installer is less than 400kB!

Excited? The program is called Everything Search Engine and it is made by a company called voidtools. It is simple and it is small (download the installer from their site). It installs in under a minute and wait, it finishes its indexing before you can return from your bathroom break. It really is that good!

It has a really simple user interface – search box and the results window directly below.

Everything SearchEverything Search Window

The results start popping up as you start typing and narrow down to the files that meet your criteria once you are done. You can right click on a result and choose from all of your standard Windows Explorer contextual menu items (open, open with, copy, paste, send to etc). The only downside to this app is that it does not have the capability to search for text within a file. It simply searches by file name alone. But for most of us, that is what a file search is most useful for.

Oh, and one final thing – if you have your hard disk formatted to NTFS, make sure that the Enable USN Journal Logging option (Tools > Options >> Volumes tab) is checked. USN, for those who are interested, is a Windows file system feature that maintains a real-time log of all changes made to files on the volume.

So, go ahead, give Everything a try. It is free and it will change your life… enough to make you come back and say, “thank you, for Everything”

Monday, February 1, 2010

Fond Memories

 
It's been almost a year since I've left Cognizant - the place where I started my professional career. On my last day, I had taken a few photographs, some of which I used to put together a slideshow. Well, that's what you see above. Some fond memories, some really good friends and one helluva great fun loving team.
Originally posted on Sunday, August 30, 2009

Disable Windows Restart Nags After an Automatic Update

Windows automatic update is an essential part of any Windows machine and a great tool that ensures that your machine has the latest patches and other updates. However, a lot of these updates can only be fully installed after the machine is restarted, since they deal with changes to the core system files. The reminders that come along every few minutes prompting you to restart now or restart later can be nagging, especially if you're in the middle of important work. At times, for certain updates, if you're not around to hit the restart later button, Windows will automatically restart after waiting for a few seconds!

Well, there is a way that you can change this behaviour of Windows. If you are logged in with admin privileges, head over to the run prompt and type in gpedit.msc and hit enter. In the new window that opens up, do the following:
  1. Head over to Computer Configuration > Administrative Templates > Windows Components.
  2. Click on the Windows Update list.
  3. On the right side, you will see a number of settings related to Windows Update.
  4. Locate and double-click No auto-restart for scheduled Automatic Updates installations.
  5. In the window that pops up, select Enabled and click the OK button.
There! Now, Windows will wait for the logged on user to manually shut down the machine instead of attempting to automatically restart, after a software installation. Of course, this means that if you are one of those people who keep their mahines running for ever without properly shutting them down (locking the system, hibernating etc), the updates will not get installed. So, if you are one of those people, maybe you shouldn't do this. You will also find other settings related to Windows update in the location that was mentioned above. A pretty good description for each setting is available - read and proceed at your own discretion. However, remember, it is never a wise idea to fully disable your Windows Updates. Please ensure that your machines are always updated with the latest patches from Microsoft.
Originally posted on Saturday, April 25, 2009

Extracting Data From a Corrupted Files and Settings Transfer (FAST) File

One of the most useful little utilities you find in Windows is the Files and Settings Transfer (F.A.S.T. or FAST) Utility. I have always used it when I migrate from one PC to another, or even if I need to re-install the OS on the same PC. Of course, you can use your standard backups to restore all your files, and that is usually a better option than trying to copy all your files in one go when you are getting ready for the migration. However, the one thing that FAST can do additionally is to transfer all your settings. This includes your font library, your desktop wallpaper, your screen saver settings, your custom appearance settings and many other little things like these, which will get you up and running on the new machine without having to spend a lot of time and thought on having it back to how you liked it.

The other day, at work, one of my colleagues had a problem with her laptop, which required a good old reformat-and-reinstall. This obviously meant that she would have to spend quite a bit of time backing up all her files and then some more time restoring them. I suggested FAST - Set it up and it'll do the work for you, both when you are backing up the data and restoring it. Things went fine up to the point when she tried to use FAST on her "new" machine to restore the files and settings. To our horror, the wizard gave an error message stating that it could not find the required data.

A quick web search revealed a great page by Microsoft MVP (Most Valued Professional, for those who do not know), Ramesh Srinivasan, where he talks about this issue. He has given a quick checklist to go through, to ensure that you are not incorrectly assuming that the FAST file has been corrupted. He then goes on to tell you how you can use a Microsoft utility (which is no longer supported by Microsoft) called FastConv, to recover the data from a corrupted FAST file. Head over to his site for that info.

However, I still had some trouble before I could get FastConv to work properly, so I thought I'd put up a few simplified steps of how you can use the utility to recover data out of a corrupted FAST file, based on my experience. Before you begin, before you even think of downloading FastConv, copy and backup the FAST file that you are trying to extract out of. The last thing you want is to corrupt an already corrupted file and be left with absolutely nothing. So, please, copy the entire USMT2.UNC folder over to another location and use the FastConv utility on the copy. I also have to say that the following are simplified steps that worked in my case. These might not work for you. Please visit Ramesh's site or other tech forums to see if your specific problem can be addressed. Okay, so here we go:
  1. Download the FastConv utility from Ramesh's Windows XP Troubleshooting site.
  2. Extract the contents of the Zipped file. I am going to assume that you have extracted this to your desktop into a folder called FASTConv. This folder should contain two exe files - FASTConv.exe and rmv2opg.exe. I shall not discuss the use of the latter here, since I did not have to use it  (Again, refer Ramesh's site for details). 
  3. Open up the command prompt (Start > Run > CMD). 
  4. Brwose to the FASTConv folder on your desktop, using the CD command:
    C:\Documents and Settings\{user name}>cd desktop 
    C:\Documents and Settings\{user name}\Desktop> cd fastconv
    C:\Documents and Settings\{user name}\Desktop\FASTConv>
  5. I am going to assume that you have copied over the FAST file to the D drive (D:\USMT2.UNC). Create a destination folder, where your data will be extracted to. I shall use a folder called Destination on the D drive (D:\Destination). 
  6. Now, we are ready to run the FastConv utility from the command prompt (not by double clicking the exe file). But before we do the actual extract, we can optionally use the verify feature of this utility to ensure that the file is usable, and which of its elements are corrupted.
  7. On the command prompt type fastconv /v /s:"D:\USMT2.UNC"
    The text following the /s: is your source folder (USMT2.UNC on the D drive, in my case). Please ensure that you are pointing to the folder and not the .dat file within.
    C:\Documents and Settings\{user name} \Desktop\FASTConv>fastconv /v /s:"D:\USMT2.UNC"
  8. The utility will begin to run and tell you how many files were examined and whether everything looks fine. The utility simply quits when it finds an unusable file. Note down the name of this file, since we need to "exclude" it.
  9. Once the verification is over, proceed to do the actual extract. Type in the following command:
    fastconv /s:"D:\USMT2.UNC" /d:"D:\Destination" /e:"xxxxx.dat" where the text after /s: refers to the source file, as before
    the text after /d: refers to the destination folder you have created in step 5, above (D:\Destination, in my case)
    and the text following /e: indicates the file to be excluded.
    Please note that only one file can be excluded at one time and the quotes need to be present.
    C:\Documents and Settings\{user name} \Desktop\FASTConv>fastconv /s:"D:\USMT2.UNC" /d:"D:\destination"
  10. Sit back and watch the text, or go catch a movie. This will take some time depending on the size of your FAST file (in turn, how many files are present in your backup) and obviously your computer's processing speed.
If all goes well, you will find a folder within your destination folder for each of the drives that you had backed up with all the data under the drive (eg., you will find a "C_" folder for your original C: drive, with your Documents and Settings folder present within).

Hope this helped. Drop a comment if it worked, or if you have any more suggestions to add.
Originally posted on Tuesday, March 17, 200

Her Morning Elegance by Oren Lavie

I absolutely love this stop motion video created by Oren Lavie and simply had to share the goodness with anyone who visited my site.

Originally posted on Friday, January 30, 2009