Windows 8 Registered Owner Change

Windows 8 Registry – RegisteredOwner and RegisteredOrganizationRegisteredOwner Registry Windows 8

Here are two common scenarios where you would want to change Registered Owner values in the registry.

a) You buy a machine with a pre-installed copy of Windows 8, you hate the fact that Winver does not show your name after ‘This product is licensed to:’

b) You install Windows 8 manually, but don’t pay attention to the registered owner field.

To ensure we are both talking about the same property I challenge you to launch ‘winver’.  Seek out the ‘Start Search’ dialog box, and type: winver.  Compare what you see wit the above screenshot.

Topics to Change Registered Owner in Windows 8

 ♦

Instructions for Editing RegisteredOwner or RegisteredOrganization

To amend Windows 8’s RegisteredOwner, or Registered Organization, you need to change a registry setting.  Incidentally, some people call this setting Registered User.

Objective to Find the RegisteredOwner Registry Value

I have divided our task into two parts.  Our first task is to find the correct part of the registry; our second task is to edit the actual registry value.Find RegisteredOwner Registry

Method 1) Flashy  Launch Regedit.  Click on the Edit menu and then select ‘Find’.  Now type RegisteredOwner in the ‘Find what:’ dialog box.  Put a tick in only the ‘Values’ box, see screenshot to the right.  The purpose of this technique is to navigate to the value containing RegisteredOwner as quickly as possible.

Method 2) Safe and Sure  If Method 1 fails, then here is an alternative.

  1. Launch Regedit (See more details on starting regedit)
  2. Navigate to:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\.  Alternatively, in Regedit, click the Edit menu, Find, and then type: RegisteredOwner in the dialog box.RegisteredOwner - Windows 8 Registry Hack
  3. Double click on the REG_SZ called RegisteredOwner.
  4. Change the value to your name.
  5. Repeat the above instructions for RegisteredOrganization.
  6. Exit Regedit and launch Start Search, type ‘winver’ in the dialog box.

Guy Recommends:  A Free Trial of the Network Performance Monitor (NPM)Review of Orion NPM v11.5 v11.5

SolarWinds’ Orion performance monitor will help you discover what’s happening on your network.  This utility will also guide you through troubleshooting; the dashboard will indicate whether the root cause is a broken link, faulty equipment or resource overload.

What I like best is the way NPM suggests solutions to network problems.  Its also has the ability to monitor the health of individual VMware virtual machines.  If you are interested in troubleshooting, and creating network maps, then I recommend that you try NPM now.

Download a free trial of Solarwinds’ Network Performance Monitor

An Alternative PowerShell Method for Modifying RegisteredOwner

Pre-Requisites

  1. Naturally, you should backup the registry before experimenting, or at the very least export the Microsoft ‘Branch’ as a .reg file.
  2. If I were you, I would change ‘-value Guido’ to reflect your name!

# PowerShell script to change RegisteredOwner
$RegKey ="HKLM:\Software\Microsoft\Windows NT\CurrentVersion\"
Set-ItemProperty -path $RegKey -name RegisteredOwner  -value "Guido"

Note 1:  You may wish to append this line to the above code:
Get-ItemProperty -path $RegKey -name RegisteredOwner

$RegKey ="HKLM:\Software\Microsoft\Windows NT\CurrentVersion\"
Get-ItemProperty -path $RegKey -name RegisteredOwner, RegisteredOrganization

Note 2:  You could modify the above registry hack to change a sister key thus:
-name RegisteredOrganization "Your Company".

$RegKey ="HKLM:\Software\Microsoft\Windows NT\CurrentVersion\"
Set-ItemProperty -path $RegKey -name RegisteredOrganization "Your Company"

Note 3: You can see more examples of PowerShell registry editing here.

Guy Recommends:  SolarWinds’ Log & Event Management ToolSolarwinds Log and Event Management Tool

LEM will alert you to problems such as when a key application on a particular server is unavailable.  It can also detect when services have stopped, or if there is a network latency problem.  Perhaps this log and event management tool’s most interesting ability is to take corrective action, for example by restarting services, or isolating the source of a maleware attack.

Yet perhaps the killer reason why people use LEM is for its compliance capability, with a little help from you, it will ensure that your organization complies with industry standards such as CISP or FERPA.  LEM is a really smart application that can make correlations between data in different logs, then use its built-in logic to take corrective action, to restart services, or thwart potential security breaches – give LEM a whirl.

Download your FREE trial of SolarWinds Log & Event Management tool.

The Story of Evans Twp and RegisteredOwner

In my homeland of Wales, Twp (pronounced Tupp) means a stupid person. The IT manager of a company I was working with was called Evans, and in common with many mangers, he was not very IT literate.  Consequently, one of the techies, Dai ‘eighteen months’, nicknamed this manager: Evans Twp. (Dai lost part of an ear in a Rugby scrum, and as a result, he only had an ear and a half!).

The IT department took on a new lad called Peter.  Practical jokes are often part of the initiation ritual for new workers, and this company was no exception.  Peter’s first job was to install five new Windows 8 Machines.  During the scripted set-up he discovered the Organization Menu; he stopped and asked Dai ‘eighteen months’ what he should enter. Dai said, "Put Evans Twp in the box".

When Peter proudly showed off the new computers he was taken aback when Mr Evans went ballistic and accused Peter of undermining his authority.  What happened was Mr Evans typed Winver in the Start Search menu, and saw that the ‘Registered To’ was: – Evans Twp. (Meaning: Evans the stupid one!)

I was visiting the company doing other work, when I heard of Peter’s distress.  Mr Evans told the poor lad that had to come in at the weekend and reinstall the machines, Mr Evans wanted the company name to display as the ‘Registered Owner’.  I took Peter aside and showed him how to launch Regedit and find RegisteredOwner. We found Evans Twp and changed it to the name of the company.  Peter was thrilled as it only took a moment to make the registry hack, and Peter went to the rugby match instead of sacrificing his weekend to perform re-installs.

Creating a .Reg File

This page explains how to create, and then edit a .reg files for your computer.  As it’s easy to import the contents of a .reg file into the registry, do take extra care with procedures.  Another Example of a RegisteredOwner .reg file.

Summary of Windows 8 Change RegisteredOwner

Sometimes computer suppliers leave their name in your copy of Windows 8 – as seen in Control Panel.  With my Windows 8 registry hack you can find entries called: RegisteredOwner and RegisteredOrganization and change their values to suit your organization.  Changing RegisteredOwner has nothing to do with Windows Product Activation (WPA) and will not allow you to register a second copy of Windows 8 legally.

If you like this page then please share it with your friends

 


Microsoft Windows 8 Registry Topics

Windows 8 Overview  • Windows 8 Change Registered Owner  • Display Windows 7 Desktop

Windows 8 Regedit  • Windows 8 Registry Hacks  • Windows 8 AutoAdminLogon Registry Setting

Win 8 Registry Examples  • Windows 8 PaintDesktopVersion  • Windows 8 ScreenSaverGracePeriod