问题描述
我正在使用Visual Studio2013.我工作的公司更改了域名(例如,从abc.com更改为ayebecee.com),这显然意味着必须创建新的登录配置文件,等等.现在,我启动了Visual Studio,但我安装和设置的所有插件均已消失".基本上,我需要知道设置和插件的存储位置,以便可以将它们复制到新的Windows配置文件中.
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 created etc.Now I started up visual studio but all the addons I installed and settings are 'gone'. Basically I need to know where the settings and addons are stored so that I can copy them to my new windows profile.
推荐答案
尝试将文件从以下位置的旧配置文件复制到新用户名的配置文件中:
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
这篇关于Visual Studio设置存储在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!