6

我正在尝试更改“许可给”旁边的 VS2012 初始屏幕上显示的用户 - 这是强迫症。

我在装有 VS2012 Professional 的 Windows 8 Pro 上。

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

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 注册表二进制条目,但这也不起作用。

我显然错过了一些东西,或者以错误的顺序做事。

任何帮助将不胜感激。

4

2 回答 2

5

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

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

于 2013-09-24T16:01:38.470 回答
4

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

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

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

  3. 将其值更改为所需的名称

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

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

  6. 启动 Visual Studio,它会神奇地重新创建包含修改后名称的文件!

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

来源在这里

于 2013-09-24T16:08:10.377 回答