Created
January 29, 2015 19:23
-
-
Save dasegn/b99ba55029cc84e27248 to your computer and use it in GitHub Desktop.
Uninstall all Visual Studio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: 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