Uninstall Software on Windows Server 2008 Core

To uninstall an application on Windows 2008 core, you first open Regedit on the core installation, then navigate to: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

All the application listed here have an uninstall string. Running this from the command prompt will uninstall the application. Running this command is equal to running unistall from the add/remove application on the regular windows 2008 version, since this application looks up the uninstall command at the same registry location.