Visual Studio freezes or hangs on startup

后端 未结 13 743
夕颜
夕颜 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

    Run: Devenv /ResetSkipPkgs

    http://msdn.microsoft.com/en-us/library/ms241276%28VS.80%29.aspx

    or

    You are probably looking for the /SafeMode command line switch:

    devenv.exe /SafeMode
    

    This will start Visual Studio with all add-ins disabled.

提交回复
热议问题