본문으로 건너뛰기
HWID Checker

Windows용 HWID Checker 다운로드

Windows 10 및 11용 휴대용 명령줄 유틸리티를 받으세요. Windows와 펌웨어가 노출하는 식별자를 읽고, 통합 SHA-256 HWID를 생성하며, 로컬에서 텍스트 또는 JSON으로 내보낼 수 있습니다.

휴대용 Windows CLI

권장

단일 파일 x64 실행 파일은 약 2.4 MB이며 설치 프로그램이 필요 없습니다. 사용 가능한 마더보드, BIOS, 디스크, CPU, 네트워크 및 Windows 식별자를 보고한 후 안정적인 값을 하나의 통합 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 옵션을 사용할 때만 파일을 작성합니다. 보고서를 업로드하지 않습니다.