トップ «前の日(10-16) 最新 次の日(10-18)» 追記

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"