Retrieve Windows 8 Product Key
By : Josh -
Easy way to retrieve the Windows 8, 8.1, and possibly 10 Windows Product Key using powershell:
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
Seems to work well.
By : Josh -
Easy way to retrieve the Windows 8, 8.1, and possibly 10 Windows Product Key using powershell:
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
Seems to work well.