Télécharger HWID Checker pour Windows
Obtenez l'utilitaire portable en ligne de commande pour Windows 10 et 11. Il lit les identifiants exposés par Windows et votre firmware, crée un HWID composite SHA-256 et peut exporter en texte ou JSON localement.
CLI Windows portable
RecommandéL'exécutable x64 mono-fichier fait environ 2,4 Mo et ne nécessite aucune installation. Il rapporte les identifiants disponibles de carte mère, BIOS, disque, CPU, réseau et Windows, puis hache les valeurs stables en un HWID composite.
Windows 10 et 11 (x64)
Téléchargez l'exécutable, ouvrez l'Invite de commandes ou PowerShell, et exécutez-le depuis le dossier où vous l'avez enregistré.
Utilisation
# 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 -jsonLire les identifiants sans télécharger l'EXE
Utilisez les outils intégrés sur Windows, macOS ou Linux quand vous avez besoin d'un identifiant spécifique plutôt que d'un rapport composite :
↳ PowerShell CIM commands work on current Windows releases. Use the Windows download above to collect available values and export a composite report.
Chaque commande renvoie un identifiant particulier. L'utilitaire Windows ci-dessus combine plusieurs valeurs disponibles et prend en charge l'export texte ou JSON.
L'utilitaire lit les identifiants locaux et n'écrit un fichier que si vous utilisez l'option -save. Il n'envoie pas le rapport.