Windows10のプロダクトキーを確認する
コマンドプロンプトまたはPowerShellで次のコマンドを実行する。
> wmic path softwarelicensingservice get OA3xOriginalProductKey
または、PowerShellで次のコマンドを実行する。
> (Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey
コマンドプロンプトまたはPowerShellで次のコマンドを実行する。
> wmic path softwarelicensingservice get OA3xOriginalProductKey
または、PowerShellで次のコマンドを実行する。
> (Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey