Find your Windows 10/11 key

Michael

Administrator
Staff member
Feb 11, 2022
87
4
8
Find your Windows 10/11 key

Type this into your cmd prompt:

Code:
wmic path softwareLicensingService get OA3xOriginalProductKey

For powershell, use this command:

Code:
powershell "(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey"