跳转到主要内容
HWID Checker

HWID 验证器与解析器

粘贴一个现有的硬件 ID,检测其可能的格式、验证其结构、查看可识别的组成部分,或与本地名单进行比对。本工具的所有检查均在浏览器中运行。

需要在你设备上查找标识符?

上面的验证器只检查已有的字符串,无法从浏览器读取主板或磁盘序列号。请使用 Windows 工具或操作系统命令从你自己的设备上获取这些值。

Windows 工具

收集可用的 Windows 和固件标识符,生成复合 SHA-256 HWID,并可在不上传结果的情况下导出文本或 JSON。

下载 Windows 版

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.