如何在VS2012中更改“许可给”用户

时间:2013-09-24 15:57:46

标签: visual-studio visual-studio-2012

我正在尝试更改“许可到”旁边的VS2012启动画面上显示的用户 - 这是一个OCD的事情。

我使用的是VS2012 Professional的Windows 8专业版。

我在网上找到了一些帮助,告诉我:

Open Registry Editor (Start->Run->type “regedit”->press enter)
Find the following key: HKCU\Software\Microsoft\VisualStudio\11.0_Config\Registration\UserName
Change it’s value to the desired name
Navigate to the following folder: C:\Users\{YOUR_USER}\AppData\Roaming\Microsoft\VisualStudio\11.0 (replace the placeholder with your own username)
Delete the file vs000223.dat – this is actually a JPG file containing the splash screen, you can change it’s name to see it for yourself
Start Visual Studio, and it magically recreates the file with the modified name in it!

所以我已经按照这些步骤更改了注册表项(包括Windows NT),然后它说删除vs000223.dat文件。但是,此文件不存在,在C:\ Users {YOUR_USER} \ AppData \ Roaming \ Microsoft \ VisualStudio \ 11.0文件夹中只有一个dat文件 - ObjBrowEx.dat - 但删除此操作无效 - 它会重新创建。我做了搜索,没有vs000223.dat

我甚至尝试过运行devenv / setup - 但这没有帮助。

我删除了splashhash注册表二进制文件,但这也没有用。

我显然错过了某些事情,或者做错了事。

非常感谢任何帮助。

2 个答案:

答案 0 :(得分:5)

Alt>工具>文件夹选项>查看>显示隐藏的文件和文件夹。

查看“C:\ ProgramData \ Microsoft \ VisualStudio \ 11.0”。

答案 1 :(得分:4)

通过注册表。我刚刚测试过,它在Windows Pro 8.1上运行。

  
      
  1. 打开注册表编辑器(开始 - >运行 - >输入“regedit” - >按回车键)

  2.   
  3. 找到以下密钥:   HKCU\Software\Microsoft\VisualStudio\11.0_Config\Registration\UserName

  4.   
  5. 将其值更改为所需名称

  6.   
  7. 导航到以下文件夹:   C:\ProgramData\Microsoft\VisualStudio\11.0   (用您自己的用户名替换占位符)

  8.   
  9. 删除文件vs000223.dat(隐藏文件) - 这实际上是一个JPG文件   包含启动画面,您可以更改它的名称以查看它   自己

  10.   
  11. 启动Visual Studio,然后用魔法重新创建文件   修改后的名字!

  12.   

编辑:文件vs000223.dat`的路径已更新。它自Windows 8以来发生了变化。

来源here