Windows11/10でVBスクリプトを使用してWindowsプロダクトキーを見つける方法
この投稿では、 VBスクリプト(VB Script)を使用してWindows 11/10 Product License Keyを見つける方法を紹介します。ただし、これはWindows 8.1(Windows 8.1)、Windows 7、およびそれ以前のバージョンでも機能することを付け加えなければなりません。何らかの理由でWindowsライセンスまたはシリアルを見つける必要がある場合、この投稿はWindows10製品キーを見つけるの(find your Windows 10 Product Key)に役立ちます。
(Find)VBスクリプト(VB Script)を使用してWindows11/10のプロダクトキーを(Product Key)検索する
メモ帳(Notepad)を開き、以下をコピーして貼り付けます。
Set WshShell = CreateObject("WScript.Shell") MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId")) Function ConvertToKey(Key) Const KeyOffset = 52 i = 28 Chars = "BCDFGHJKMPQRTVWXY2346789" Do Cur = 0 x = 14 Do Cur = Cur * 256 Cur = Key(x + KeyOffset) + Cur Key(x + KeyOffset) = (Cur \ 24) And 255 Cur = Cur Mod 24 x = x -1 Loop While x >= 0 i = i -1 KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput If (((29 - i) Mod 6) = 0) And (i <> -1) Then i = i -1 KeyOutput = "-" & KeyOutput End If Loop While i >= 0 ConvertToKey = KeyOutput End Function
[名前を付けて保存(Save)]ダイアログボックスで、[すべてのファイル]を選択し、このファイルを.vbsファイルとして保存して、keyfinder.vbsなどの適切な名前を付けます。
このファイルを実行すると、Windows10のプロダクトキーが表示されます。
コマンドプロンプトまたはPowerShellを使用してWindowsプロダクトキーを見つける(find Windows Product Key using Command Prompt or PowerShell)こともできます。
これらの方法がうまくいかない場合は、無料のソフトウェアキーファインダーを使用して、 (Software Key Finders)Windowsだけでなく、Office、ソフトウェア(Software)、ゲーム(Games)のシリアル、ライセンスキーを復元して保存することもできます。
この投稿は、必要に応じてWindowsプロダクトキーをアンインストールする場合に役立ちます。
Related posts
Windows 10 OEM Product Keyを見つける方法
Windows 10でProduct Key or Digital License Keyを見つける方法
Change productキー・リンクはWindows 10で利用できません
Windows 10ライセンスを別のコンピュータに転送する方法
Find Command Prompt or PowerShellを使用するWindows 10 Product Key
Windows 10コンピュータのデフォルトWebcamを変更する方法
OfficeのLicense Type and Activation Statusを確認する方法
Windows 11/10でWebcamをテストする方法?それは働いていますか?
Fix Bluetooth Windows 10のサウンドディレイ
Microsoft Office productキーをアンインストールする方法
HDMI playbackデバイスがWindows 10に表示されていません
CPUはWindows 11/10のフルspeed or capacityで実行されていません
Hardware ID bindingはtolerance 0xC004F00Fのレベルを超えています
Fix Office Activation error 0xc004c060
Software Key Finder:Recover、Save Software Serial License Keys
buying Windows and Office product licensesのときに取るべき注意事項
Group Policy EditorをWindows 10 Home Editionに追加する方法
Windows 10の有効化方法またはDisable Archive Apps feature
Windows 10のWindows.edb fileとは何ですか
Windows 10の場合Microsoft Edge Browser Tips and Tricks