Windows 10: Find the original key on your computer

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

The biggest noticeable change is the absence of the product key, which was on the Certificate of Authenticity (COA) sticker on computers that had the product pre-installed. or earlier versions of Microsoft operating system.

From Windows 8 onwards, the these are no longer in the COA, but are built into the BIOS. So if after reinstall the same version of Windows that came with your computer, it should activate 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 PowerShell 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 machine, 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.082 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.).