トップ 最新 追記

Masa's blog

検索キーワード:

2019年10月17日 How to show Windows10's product key [長年日記]

_ Windows10のプロダクトキーの確認方法

コマンドプロンプトから

wmic path softwarelicensingservice get OA3xOriginalProductKey

パワーシェルから

powershell "(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey"