[Fix] Winver.exe “user name” and “org name”

When you open the “About Windows” dialog by running winver.exe, the owner name and the organization name fields may show the “user name” and “org name” placeholders instead of the actual user name and organization name.

winver user name org name

This happens if the “RegisteredOwner” and “RegisteredOrganization” registry values are missing.

Resolution

To fix the issue, create the RegisteredOwner and RegisteredOrganization registry values.

  1. Launch regedit.exe
  2. Go to the following branch:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
  3. Create a new string value (REG_SZ) named RegisteredOwner.
  4. Double-click RegisteredOwner and type in your name.
  5. Create a new string value (REG_SZ) named RegisteredOrganization.
  6. Double-click RegisteredOrganization and type in the company name.
    (If you prefer not to display the company name, you can leave it empty.)
    registeredowner and registeredorganization registry values - winver - about windows dialog
  7. Exit the Registry Editor.
Additional Tip: To remove the “user name” and “org name” placeholders without showing the owner name and company name, set an empty data for ‘RegisteredOwner” and “RegisteredOrganization”.

Open the “About Windows” (winver.exe) dialog now. It should show the owner’s name and the organization.



registeredowner and registeredorganization registry values - winver - about windows dialog

The above registry edit works in all versions of Windows, from Windows XP through Windows 11.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

Leave a Comment