我正在尝试更改“许可给”旁边的 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 注册表二进制条目,但这也不起作用。
我显然错过了一些东西,或者以错误的顺序做事。
任何帮助将不胜感激。