Not always, but most programs can be uninstalled via the command line.
Open regedit.exe and open the key HKEY_LOCAL_MACHINE\SOFTWAR
Beneath this key are all the entries that can be uninstalled (some of them have a guid instead of a recognizable name, but you can probably find out the correct entry by using the Find command in the Edit menu).
Open the key of the entry you want to uninstall. You will see an entry called UninstallString. Copy the value of this entry to the command line and run it.
Your program should uninstall now.
Hope this helps.
Main Topics
Browse All Topics





by: jkrPosted on 2006-10-04 at 09:55:14ID: 17660860
>>Is it possible to uninstall software that is in the control panel "Add remove programs" via the command line?
E\Microsof t\Windows\ CurrentVer sion\Unins tall\<Appl icationNam e_or_ID>
Yes. All you need to do is open regedit.exe, navigate to
HKEY_LOCAL_MACHINE\SOFTWAR
and copy the value of 'UninstallString' - that is what the control panel applet executes when you want to uninstall an application. Then, paste the copied unistall command into the command line window and execute it.