To get the CD-key of current Windows,
1. run PowerShell or cmd
2. execute either
wmic path softwareLicensingService get OA3xOriginalProductKey
or
powershell "(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey"
No comments:
Post a Comment