EN
Windows 10 - find product key
6
points
In this short article we would like to show how to find Windows 10 product key.
Quick solution (run the command as Administrator):
wmic path softwarelicensingservice get OA3xOriginalProductKey
or
powershell "(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey"
Warning: above solutions may not work in latest Windows versions - Microsot to prevent Windows key do not let go get it in easy way.
Detailed description
Simple steps:
- open Command Prompt or Windows PowerShell as Administrator (check below screenshosts),
-
run one of the above commands, e.g.
wmic path softwarelicensingservice get OA3xOriginalProductKey
- copy product key (indicated by red arrow on the last screen).
Screenshots: