Where are the Visual Studio settings stored?

后端 未结 3 916
深忆病人
深忆病人 2020-12-31 00:16

I\'m using visual studio 2013. The company I work for has changed domain names (eg from abc.com to ayebecee.com) which obviously means that a new login profile has to be cre

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2020-12-31 00:59

    **Update for latest version**

    Visual Studio 2015:

    %USERPROFILE%\Documents\Visual Studio 2015
    

    Visual Studio 2017:

    %USERPROFILE%\Documents\Visual Studio 2017
    

    Also have a look at these folders:

    %USERPROFILE%\AppData\Local\Microsoft\VisualStudio\...
    %USERPROFILE%\AppData\Roaming\Microsoft\VisualStudio\...
    

提交回复
热议问题