「Windows11」PowerShellでプロダクトキーを確認する方法

2022年9月27日

環境
エディション Windows 11 Pro
バージョン 21H2
システムの種類 64bit

操作方法
1.スタートメニューの検索フォームに「powershell」と入力します。

2.「管理者として実行」をクリックします。

3.ユーザーアカウント制御が表示されます。
「はい」を押します。

4.PowerShellを起動します。

5.次のコマンドを実行し、プロダクトキーを確認します。
書式
powershell “(Get-WmiObject -query 'select * from SoftwareLicensingService’).OA3xOriginalProductKey"

実行結果

PS C:\Windows\system32> powershell "(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey"
******-****-****-KQM92-P9T7T

 

Windows11

Posted by arkgame