Windows 10: Find the original key on your computer

If you purchased a new Windows PC pre-installed in recent years (, or Windows 8), you might have noticed some changes on the outside of the device.

The most prominent change is the absence of the product key that existed in the holistic Certificate of Authenticity (COA) sticker on computers that had pre-installed Windows 7 or earlier versions of Microsoft's operating system.

From Windows 8 onwards, this information is no longer in the COA, but is embedded in the BIOS. So if after formatting you reinstall the same version of Windows that came with it your, it should be activated automatically.Windows 10

If you still want to capture this product key in your operating system, it is easy enough to do so.

Open a window and run the following command:

(Get-WmiObject -query 'select * from SoftwareLicensingService'). OA3xOriginalProductKey

If you do not see something displayed, it means that your system does not include the Windows key in the BIOS, as is often the case with home computers, devices that use OEM System Builder, or those originally sold with a Windows 10 license.

Network administrators that manage licenses using key management services can have information about computers on their network using a different set of options for the same PowerShell command.

To see all the details about the current license status of a , use the following command:

Get-WMIObject -Class SoftwareLicensingService | Select-Object -Property *

(Be sure to include the asterisk at the end of this command.)

To save the key, click the PowerShell window, drag the mouse pointer over the entire 25 character key, and then right-click.

Although you will not see a dialog open, the characters you chose have already been copied to the Clipboard. Paste the key into a text file and save it in a safe place.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).