Tejaskulkarni:
Pegasus suggestion should work. I have done it many times. You just need to be careful that you're uninstalling the right application. However, he left out some important facts:
1.- The proper registry key to find the Uninstall command of a program is under:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
2.- Each one of the entries on the Uninstall key is a program or a component of a program.
3.- Just copy the data under the value "UninstallString" (double click on UninstallString, ctl+c, click cancel).
4.- Open a command prompt as an administrator:
- Click Start.
- Type cmd.
- Right click it, click Run as administrator.
- Click Yes or provide a password.
5.- Paste the uninstall command at the command prompt:
- Right click the control icon of the cmd window (the small icon on the upper left corner of the window).
- Move the mouse pointer down the list to Edit.
- Click on Paste.
- Press enter and the uninstall process should start.