Viewing duplicate songs in itunes

As the music collection on your hard drive increases,chances are there will be a lot of duplicate songs within the same playlist. How do we go about trimming the music collection and find out which songs are duplicates or repeated? Itunes helps in this regard.If we have a playlist in itunes,there is a nifty feature …

Removing Windows messenger from XP

An old hack but is still useful to remove Windows Messenger from Windows XP. By default,it can’t be removed from XP but we can do it by changing a few attributes. Windows Messenger doesn’t show up by default as below : First,we need to make the Windows Messenger component visible in Add/Remove Windows components.To do …

How to export Gmail contacts to Windows mail

Recently I decided to try using Windows Mail client for a change. So I configured POP/SMTP settings in Windows mail client and also enabled POP in Gmail account settings.It worked and email started flowing in Windows Mail but composing new emails became a pain as none of the contacts present in Gmail were setup by …

Making IE6 run in full screen – always

Here is a registry hack useful for XP machines that are used in lobby or for some display purposes that use internet explorer. Let’s take a look at how to always run Internet Explorer 6 in full mode: 1. Open registry editor (Start>Run>regedt32.exe) 2. Navigate to HKEY_CURRENT_USER>Console, find ‘fullscreen‘ change the value from 0 to …

Using tree command

Suppose we need to find out quickly what all sub directories with their files are under a directory without going to Windows explorer to do that or even using the dir command.Is it possible? Yes indeed.We can find out the details from the beloved command prompt using the “tree”. This command comes in handy when …