Command line to start visual studio and disable add ins/Extensions for that instance

前端 未结 1 660
执笔经年
执笔经年 2021-02-20 02:31

I am writing a Visual Studio template wizard. And to debug it I have it start a new instance of Visual Studio 2010.

My Visual Studio 2010 takes a good while to start up

1条回答
  •  难免孤独
    2021-02-20 03:09

    Try safemode

    devenv.exe /safemode
    

    which

    Starts Visual Studio in safe mode, and loads only the default environment and services, and shipped versions of third-party packages.

    See http://msdn.microsoft.com/en-us/library/xee0c8y7.aspx

    0 讨论(0)
提交回复
热议问题