windows:get_the_windows_product_key:get_the_oem_key
Windows - Get the Windows Product Key - Get the OEM Key
Windows has a couple different places where you can find different product keys such as the OEM key from vendors such as Dell, Lenovo, etc; and the BackupProductKeyDefault in the registry.
To find the OEM Key you can find your key using this powershell command.
wmic path SoftwareLicensingService get OA3xOriginalProductKey
or
powershell "(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey"
windows/get_the_windows_product_key/get_the_oem_key.txt · Last modified: 2022/06/14 09:40 by peter