Nov 9, 2023

[Windows] to get the CD-key of current Windows

 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