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.
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.
Leave a Reply