Prompt dei comandi:
wmic path softwarelicensingservice get OA3xOriginalProductKey
PowerShell:
powershell “(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey”
Appunti, stralci di programmazione e altro
Prompt dei comandi:
wmic path softwarelicensingservice get OA3xOriginalProductKey
PowerShell:
powershell “(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey”