Obtain installed product key in Windows 10 (When OA3xOriginalProductKey isn't working)
As you know, the below commends in CMD and Powershell are the common way to get the product key, but this is about when the below commands are not working.
---------------------------------------------------------------------------------
wmic path softwarelicensingservice get OA3xOriginalProductKey
or
powershell "(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey"
---------------------------------------------------------------------------------
Since the above are not working, I had to download software to get it. I downloaded several and the third one worked.
RW-Everything (didn't work)
get-win8key (didn't work)
ShowKeyPlus (Worked!) -- https://github.com/Superfly-Inc/ShowKeyPlus/releases/tag/ShowKeyPlus7060
---------------------------------------------------------------------------------
wmic path softwarelicensingservice get OA3xOriginalProductKey
or
powershell "(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey"
---------------------------------------------------------------------------------
Since the above are not working, I had to download software to get it. I downloaded several and the third one worked.
RW-Everything (didn't work)
get-win8key (didn't work)
ShowKeyPlus (Worked!) -- https://github.com/Superfly-Inc/ShowKeyPlus/releases/tag/ShowKeyPlus7060
댓글
댓글 쓰기