Created
February 11, 2017 00:51
-
-
Save rionmonster/b52e4ed03754714acfedcba39ea8fc92 to your computer and use it in GitHub Desktop.
Instructions to blow up VS2017 Install
This file contains 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
1. Uninstall VS and the VS installer (if you haven’t already). | |
2. Delete C:\ProgramData\Microsoft\VisualStudio. | |
3. Delete %localappdata%\Microsoft\VisualStudio. | |
4. Delete %appdata%\Microsoft\VisualStudio. | |
5. Open regedit and delete (if they exist): | |
a. HKLM\SOFTWARE\Microsoft\VisualStudio\15.0 | |
b. HKLM\SOFTWARE\WoW6432Node\Microsoft\VisualStudio\15.0 | |
c. HKCU\SOFTWARE\Microsoft\VisualStudio\15.0* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment