Archive for May, 2009

Automatically End Task of Hung application in Windows XP

May 30th, 2009

The following registry hack allows for automatically killing a task if it becomes unresponding. This is a quite useful trick since every now and then some application does become un-responding.wordannoy_0104.gif

Make sure to backup your registry before trying to edit the registry. Follow the procedure:

    Start Registry Editor. (Start->run->”regedit”)

  • On the left, navigate to,

HKEY_CURRENT_USER\Control Panel\Desktop

  • Create a new DWORD entry or alter the value, named “AutoEndTasks” and set its value as 1.
  • Create a new DWORD entry or alter the value, named “HungAppTimeout” and set its value as 1000.
  • Create a new DWORD entry or alter the value, named “WaitToKillAppTimeout” and set its value as 1.
  • Exit registry editor.

Now every time an application becomes un-resposnding it will automatically be killed.

Monitor your website’s uptime

May 25th, 2009

or any website, uptime is of utmost importance in today’s rapid growth of web and business opportunities. Enter Montastic. Montastic is a free website monitoring service. It lets you know if any of your websites is down or not.

With Montastic, you can actually watch up to 100 of your websites for free and it will tell you if any of them is down before your customer or your boss tells you. You can easily monitor your websites and watch them change color from green to red if they go down.

The monitoring of the websites is also offered as an RSS feed which is updated every 10 minutes. If you are not an RSS user, you can download the Yahoo widget for the service which will let you know about the updates very efficiently.

Of course it doesn’t offers as many features as many of the others paid website monitoring services such as Dot-Com Monitor, but if you only want to know if your website is up or down, then you can’t miss this tool.

Make an undeletable file in Windows

May 20th, 2009

Many a times I’ve been asked how can one create an undeletable file or folder in Windows which other users in Windows cannot delete? Creating a file or folder which other users on the system cannot delete is a simple task if you understand the file and folder permissions.

To create an undeletable file all we have to do, is make a file only accessible to us. By making the file only accessible to us, no other user will be able to open it, rename it, or delete it. There are two ways to do this. Both of them are discussed below.

Note: You’ll need to have NTFS file format on your hard drive for this to work, since FAT and FAT32 file systems doesn’t have the required functionality.

Method 1: Encrypt the required folder (works only for folders)

To make any file only accessible to us, simple encrypt the folder. To do so, follow the steps:

  1. Right click on the folder and go to its properties.
  2. Click on Advanced, and check “Encrypt content to secure data”.
  3. Apply the settings.
  4. When asked to confirm attribute changes for folders, select “Apply changes to this folder, subfolders, and files” and click ok.
  5. The folder’s font color will change to Green to indicate the changes have been made.
  6. Now, no one can use (open, rename, delete etc.) files in that folder except you.

Method 2: Disable access to required files or folder (works for both files and folders)

In this method, we simply set that the needed files or folder should only be usable (open, rename, delete etc.) by us and not by anyone else even the system. To do so, follow the steps:

First, turn off Simple File Sharing. To do so, Go to My Computer->Tools->Folder Options.

Select the “View” tab. Scroll down and uncheck “Use simple file sharing” and click Ok.

Now, Right click on the needed file or folder and go to its properties.

Select the “Security” tab.

Now, remove all the users from the list except you by selecting them from the list and clicking “Remove”.

Apply the settings. Turn on Simple File Sharing.

May 20th, 2009

You no longer need to download MP3s using P2P software or by using torrents. You can legally search the Internet for mp3s and download them as you see fit. With more than 30 million mp3 tracks already legally available for download, you’re bound to find what you’re looking for.

Clickster is a freeware using which you can easily search and download mp3 using direct links. It is completely legal since it searches the mp3s hosted on various web servers on which the files are already available for download.

If offers higher download speed then Bittorrent or by any other P2P software since the downloading is done using direct links, and no dead or broken links. Downloading with Clickster is quite safe since you’re sure that you’re downloading an MP3 file not any spyware or a virus, and it doesn’t shares your files with anyone else.

To download a track select the track, click on the information icon to display it’s URL and download it using your favorite download manager. You can even play MP3 files directly from the list generated, so you can listen to track before downloading to be sure you’re downloading the right track.

So, what is this thumbs.db file?

May 18th, 2009

If you’ve a Windows XP user and use hidden and super hidden files, then you must have encountered “Thumbs.db” file located in image or movie folders. It is usually a super hidden file located and placed in every folder which contains at least one image or movie file.

It is a file which is automatically created in a folder with Movies or Pictures so that you can view their thumbnails without actually opening them.

Thumbs.db is there so that you don’t need to reload a thumbnail every time you browse that folder. Sad fact is, is Thumbs.db takes up about 2-5kb per file and if you edit a lot of stuff it’s annoying to keep seeing them popping up all over your computer. So, if you have lot of images and movies collection, these little files on hard drive can take as much space as few GBs. Ouch!

You can remove thumbs.db quite easily by following these steps:

  1. Go to Run. (Start->Run)
  2. Type “gpedit.msc” without quotes.
  3. Click OK and the Group Policy Editor will open.
  4. On the left, go to User Configuration/Administrative Template/Windows Components/Windows Explorer.
  5. Scroll down to the bottom of the long list of stuff that now shows up in the menu on the right. Double-Click on Turn off caching of thumbnail pictures.
  6. Click on Enable then Apply, Ok.

And now you no longer have this annoying problem. Winking

Alternatively or if you use Windows XP Home Edition you can make this change in Folder Options. Go to Control Panel -> Folder Options -> View -> “Do not cache thumbnails” disabling thumbnail caching will considerably slow down opening folders in thumbnail view. So, if you use thumbnail view a lot, think about it.