Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to Change the "licensed to" user in VS2012
    primarykey
    data
    text
    <p>I am trying to change the user shown on the VS2012 splash screen next to "licensed to" - its an OCD thing.</p> <p>I am on Windows 8 Pro with VS2012 Professional.</p> <p>I have found some help online that tells me to:</p> <pre><code>Open Registry Editor (Start-&gt;Run-&gt;type “regedit”-&gt;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! </code></pre> <p>So I have followed these steps and changed the registry keys (including the Windows NT ones) and then it say's to delete the vs000223.dat file. However, this file doesnt exist, within the C:\Users{YOUR_USER}\AppData\Roaming\Microsoft\VisualStudio\11.0 folder there is only one dat file - ObjBrowEx.dat - but deleting this does nothing - it gets re-created. I have done a search and there is no vs000223.dat</p> <p>I have even tried running devenv /setup - but that doesn't help.</p> <p>I have deleted the splashhash registry binary entry, but that didnt work either.</p> <p>I am clearly missing something, or doing things in the wrong order.</p> <p>Any help would be greatly appreciated.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload