Skip to content

Instantly share code, notes, and snippets.

@dasegn
Created January 29, 2015 19:23
Show Gist options
  • Save dasegn/b99ba55029cc84e27248 to your computer and use it in GitHub Desktop.
Save dasegn/b99ba55029cc84e27248 to your computer and use it in GitHub Desktop.
Uninstall all Visual Studio
:: Uninstall visual studio, need admin permissions an patience
wmic product where "name like 'Microsoft Visual%'" call uninstall /nointeractive
wmic product where "name like 'Microsoft ASP%'" call uninstall /nointeractive
wmic product where "name like 'Microsoft SQL Server%'" call uninstall /nointeractive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment