1

How can I change the "licensed to" in Visual Studio 2015 Community Edition? I have not found a solution for Visual Studio 2015 Community Edition.

karel
  • 13,488

1 Answers1

3

I have not found a solution for Visual Studio 2015 Community Edition, so I am posting my own experience.

  1. Open Registry Editor (Start->Run->type regedit-> press Enter).
  2. Find the following key:

    HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0_Config\  
    
  3. Delete key 14.0_Config\

  4. Find the following key:

    HKEY_CURRENT_USER\Software\Microsoft\VSCommon\14.0\  
    
  5. Delete key 14.0\

  6. Navigate to the following folder:

    C:\Users\{YOUR_USER}\AppData\Roaming\Microsoft\VisualStudio\14.0\    
    

    (Replace {YOUR_USER} with your own username.)

  7. Delete the folder \14.0\
  8. Start Visual Studio, and create a new license registration.
karel
  • 13,488