WINDOWS 10 | Recuperare il product key
Aprire una sessione di powershell in modalità amministratore ed eseguire il seguente comando: wmic path SoftwareLicensingService get OA3xOriginalProductKey
Appunti, stralci di programmazione e altro
Aprire una sessione di powershell in modalità amministratore ed eseguire il seguente comando: wmic path SoftwareLicensingService get OA3xOriginalProductKey
Prompt dei comandi: wmic path softwarelicensingservice get OA3xOriginalProductKey PowerShell: powershell “(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey”