Just in case you need to find the product key of your currently installed Windows 10 OS there is a quick PowerShell command you can run to do that. Open PowerShell, and type this command:
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
that should display the product key
Was this helpful?
3 people found this helpful