Windows 10 Find Windows product key on all versions

livix07

Honorable Member
Joined
Feb 19, 2018
Messages
584
Launch Command Prompt (which is already available on ALL Windows versions) as administrator and run this command:


Code:
wmic path softwarelicensingservice get OA3xOriginalProductKey
 


Solution
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
Can someone, please, move this to tutorials section?

Thank you.
 


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
 


Solution
Back
Top