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

livix07

Honorable Member
Joined
Feb 19, 2018
Messages
585
Can someone, please, move this to tutorials section?

Thank you.
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
They're both polling from WMI and the command prompt is being phased out in favor of powershell
 

AdrianG001

Senior Member
Joined
Feb 19, 2018
Messages
108
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