Windows10 再インスト−ルに備えて


プロダクトキーを調べる時のコマンド
【末尾5桁を調べる(コマンドプロンプト)】
slmgr -dli

【プロダクトキーを調べる(コマンドプロンプト)】
wmic path SoftwareLicensingService get OA3xOriginalProductKey

【プロダクトキーを調べる(Powershell)】
powershell “(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey”




関連: