LoginSignup
0

More than 5 years have passed since last update.

Uninstall windows program using msi with elevated right

Posted at
  1. Locate msi file (Usually displayed on prompt where you need to type in user name/password for administrator; you need to click "Show detail")
  2. Start command prompt with elevated right
  3. Run following command on cmd
msiexec /x "C://Path/to/msi"

/x: option for uninstall

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0