Windows 10 Find Windows product key on all versions

livix07

Honorable Member
Joined
Feb 19, 2018
Messages
585
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.
 

I posted this in the tutorial section about 3 years ago :) Retrieve your Windows Product Key without extra software
 

I posted this in the tutorial section about 3 years ago :) Retrieve your Windows Product Key without extra software

Have you noticed that in my tutorial it is a different command, not related to PowerShell.
Is it bad to give the people more choices?
 

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