Windows 10 Find Windows product key on all versions

livix07

Honorable Member
Launch Command Prompt (which is already available on ALL Windows versions) as administrator and run this command:


Code:
wmic path softwarelicensingservice get OA3xOriginalProductKey
 
They're both polling from WMI and the command prompt is being phased out in favor of powershell
 
Launch Command Prompt (which is already available on ALL Windows versions) as administrator and run this command:


Code:
wmic path softwarelicensingservice get OA3xOriginalProductKey

To find the product key and activate your windows follow the below steps :

Press Windows key + X
Click Windows PowerShell (admin)
Enter the following command:

wmic path SoftwareLicensingService get OA3xOriginalProductKey

Hit Enter
The product key will be revealed.

Regards,
Adrian
 
Back
Top