強制卸載 Visual studio 2017

微軟挖的坑,非常煩人。還好老外這篇文章親測可行。懶得翻譯了,權作筆記吧。app

 

網址是:https://jessehouwing.net/visual-studio-2017-force-uninstall/visual-studio

 

If you, like me, are stuck trying to upgrade Visual Studio 2017, then you may only get unblocked by removing everything and starting afresh. Since Visual Studio 2017 is still in Release Candidate and not final, this is something we may have to deal with from time to time.ui

But when the "uninstall" button in the ui fails, you may end up stuck. In that case, you'll be happy to find:this

C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\layout\installcleanup.exe

Which will perform the same actions as the good old "vssetup.exe /uninstall /force". If that doesn't get you unstuck, there is an even more forceful way:.net

Delete everything under:翻譯

  • C:\ProgramData\Microsoft\VisualStudio\15.0
  • C:\ProgramData\Microsoft\VisualStudio\Packages
  • %appdata%\Microsoft\VisualStudio\15.0*
  • %appdata%\Microsoft\VisualStudio\Packages
  • C:\Program Files (x86)\Microsoft Visual Studio\2017
  • HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\15.0*
  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\15.0*

 

最後,感謝做者:code

Jesse Houwing

相關文章
相關標籤/搜索