본문으로 건너뛰기
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.