Keep Learning.. A Robust IT Security System
Open CMD as Administrator and Write :
wmic path softwarelicensingservice get OA3xOriginalProductKey
or PowerShell
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
Comments
Post a Comment