How can I change the "licensed to" in visual studio?

TimDog

I'm not sure how it happened, but on startup my VS 2012 copy reads

Licensed To: "----------------Hewlet-Packard (blah)..."

I have no idea how that got there. We installed through our MSDN subscription. Anyone know of a simple way to replace this with either my name or my company's?

This makes me sad inside.

halex

For Windows 7 I found the following instructions on this site:

  1. Open Registry Editor (Start->Run->type “regedit”->press enter)

  2. Find the following key: HKCU\Software\Microsoft\VisualStudio\11.0_Config\Registration\UserName

  3. Change it’s value to the desired name

  4. Navigate to the following folder: C:\Users\{YOUR_USER}\AppData\Roaming\Microsoft\VisualStudio\11.0 (replace the placeholder with your own username)

  5. 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

  6. Start Visual Studio, and it magically recreates the file with the modified name in it!

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

How can I change keyboard shortcut bindings in Visual Studio Code?

From Dev

How can I change the default build output directory in Visual Studio?

From Dev

How can I change the keyboard shortcuts in Visual Studio?

From Dev

How can I change the build configuration to Release in Visual Studio?

From Dev

How can I change syntax of a single file in Visual Studio

From Dev

Visual studio installation -How to replace an evaluation version installation with a copy that is licensed by the company

From Dev

How can I change Visual Studio's build order for reflection based project dependencies?

From Dev

In Visual Studio, how can I change the highlight-setting(s) for @{...} bits in *.cshtml files and the like

From Dev

How can I change the front-end framework used in MVC projects in Visual Studio?

From Dev

How can I install Visual Studio?

From Dev

How can I install Visual Studio?

From Dev

How can I manage Visual Studio?

From Dev

How to Change the "licensed to" user in VS2012

From Java

How do I change color of comments in visual studio code?

From Dev

How do I change the GitHub URL in Visual Studio?

From Dev

How do I change the Target Framework on a Visual Studio Modeling Project?

From Dev

How do I change the Target Framework on a Visual Studio Modeling Project?

From Dev

How do I change Markdownlint settings in Visual Studio Code

From Dev

How can i load a template I have created in Visual Studio?

From Dev

How can I change the ssl port number for my asp.net mvc web application inside Visual Studio 2012

From Dev

Can I change the isolation (sandbox) setting of a workflow from inside Visual Studio so that I can deploy from there?

From Dev

How can I develop Kooboo modules with Visual Studio 2013?

From Java

How can I clear the terminal in Visual Studio Code?

From Dev

How can I set the folder description during deployment with Visual Studio?

From Dev

How can I log my SQL calls in Visual Studio 2013?

From Dev

How can I get started with Xamarin from Visual Studio 2013?

From Dev

How can I verify that AutoHistory is working in Visual Studio?

From Dev

How can I get the build number of a Visual Studio project to increment?

From Java

How can I switch themes in Visual Studio 2012

Related Related

  1. 1

    How can I change keyboard shortcut bindings in Visual Studio Code?

  2. 2

    How can I change the default build output directory in Visual Studio?

  3. 3

    How can I change the keyboard shortcuts in Visual Studio?

  4. 4

    How can I change the build configuration to Release in Visual Studio?

  5. 5

    How can I change syntax of a single file in Visual Studio

  6. 6

    Visual studio installation -How to replace an evaluation version installation with a copy that is licensed by the company

  7. 7

    How can I change Visual Studio's build order for reflection based project dependencies?

  8. 8

    In Visual Studio, how can I change the highlight-setting(s) for @{...} bits in *.cshtml files and the like

  9. 9

    How can I change the front-end framework used in MVC projects in Visual Studio?

  10. 10

    How can I install Visual Studio?

  11. 11

    How can I install Visual Studio?

  12. 12

    How can I manage Visual Studio?

  13. 13

    How to Change the "licensed to" user in VS2012

  14. 14

    How do I change color of comments in visual studio code?

  15. 15

    How do I change the GitHub URL in Visual Studio?

  16. 16

    How do I change the Target Framework on a Visual Studio Modeling Project?

  17. 17

    How do I change the Target Framework on a Visual Studio Modeling Project?

  18. 18

    How do I change Markdownlint settings in Visual Studio Code

  19. 19

    How can i load a template I have created in Visual Studio?

  20. 20

    How can I change the ssl port number for my asp.net mvc web application inside Visual Studio 2012

  21. 21

    Can I change the isolation (sandbox) setting of a workflow from inside Visual Studio so that I can deploy from there?

  22. 22

    How can I develop Kooboo modules with Visual Studio 2013?

  23. 23

    How can I clear the terminal in Visual Studio Code?

  24. 24

    How can I set the folder description during deployment with Visual Studio?

  25. 25

    How can I log my SQL calls in Visual Studio 2013?

  26. 26

    How can I get started with Xamarin from Visual Studio 2013?

  27. 27

    How can I verify that AutoHistory is working in Visual Studio?

  28. 28

    How can I get the build number of a Visual Studio project to increment?

  29. 29

    How can I switch themes in Visual Studio 2012

HotTag

Archive