Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jackawatts/3f55cd9e80d86a6c56c08207b531fd8b to your computer and use it in GitHub Desktop.
Save jackawatts/3f55cd9e80d86a6c56c08207b531fd8b to your computer and use it in GitHub Desktop.
Uninstalling Visual Studio Extensions via the command line

Find the VSIX identifier by:

  1. Renaming the VSIX to .zip
  2. Opening the .manifest file
  3. Copy the ID from the ID attribute

Then:

vsixinstaller  /q /a /u:"<VSIX Identifier Here>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment