Visual Studio freezes or hangs on startup

后端 未结 13 702
夕颜
夕颜 2020-12-13 03:23

I have been using Visual Studio for a while and found that when I open visual studio and open the project all the files that were open last time remain open.

This ca

13条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-13 04:22

    I have got recently VS2017 stucked on start up . so I did this and worked for me : 1 - start cmd as admin : run the following:

    cd "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE" devenv.exe /SafeMode

    2- once VS is started , go to Tools => Extentions and Updates : then uninstall all plug-ins that installed recently ( notice the installed date ) and unnecessary ones)

提交回复
热议问题