Where are the Visual Studio settings stored?

后端 未结 3 949
深忆病人
深忆病人 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条回答
  •  梦毁少年i
    2020-12-31 00:51

    Try copying the files over from the old profile in the following locations to your new username's profile:

    From:
        C:\Users\[OldUSERNAME]\AppData\Roaming\Microsoft\VisualStudio
    To:    
        C:\Users\[NewUSERNAME]\AppData\Roaming\Microsoft\VisualStudio
    
    From:
        C:\Users\[OldUSERNAME]\AppData\Local\Microsoft\VisualStudio
    To:
        C:\Users\[NewUSERNAME]\AppData\Local\Microsoft\VisualStudio
    

提交回复
热议问题