本文へスキップ
HWID Checker

HWID Checker for Windows をダウンロード

Windows 10/11用のポータブルコマンドラインユーティリティを入手。Windowsとファームウェアが公開する識別子を読み取り、複合SHA-256 HWIDを作成し、ローカルでテキストやJSONをエクスポートできます。

ポータブルWindows CLI

推奨

単一ファイルのx64実行ファイルは約2.4 MBでインストーラー不要です。利用可能なマザーボード、BIOS、ディスク、CPU、ネットワーク、Windowsの識別子を報告し、安定した値を1つの複合HWIDにハッシュ化します。

Windows 10/11(x64)

実行ファイルをダウンロードし、コマンドプロンプトまたはPowerShellを開いて、保存したフォルダから実行してください。

Windows版をダウンロード~2.4 MB · .exe · Windows 10/11 x64

使い方

# Double-click hwid-checker.exe
# Or run in Command Prompt / PowerShell:
hwid-checker.exe

# Save the result to a timestamped .txt file
hwid-checker.exe -save

# Output as JSON (great for scripts and CI)
hwid-checker.exe -json

EXEをダウンロードせずに識別子を読み取る

複合レポートではなく特定の識別子が必要な場合は、Windows・macOS・Linuxの組み込みツールを使用してください:

インストール不要
reg query "HKLM\SOFTWARE\Microsoft\Cryptography" /v MachineGuid

MachineGuid — an installation-specific Windows identifier

Get-CimInstance Win32_ComputerSystemProduct | Select-Object UUID

SMBIOS UUID — from your motherboard firmware

Get-CimInstance Win32_DiskDrive | Select-Object Model, SerialNumber

Disk drive serial numbers

Get-CimInstance Win32_BaseBoard | Select-Object SerialNumber

Motherboard serial number

getmac

MAC addresses of all network adapters

PowerShell CIM commands work on current Windows releases. Use the Windows download above to collect available values and export a composite report.

各コマンドは特定の識別子を返します。上記のWindowsユーティリティは複数の利用可能な値を組み合わせ、テキストやJSONのエクスポートに対応します。

ユーティリティはローカル識別子を読み取り、-saveオプション使用時にのみファイルを書き込みます。レポートをアップロードすることはありません。