Codes d'erreur Windows
Référence interrogeable des codes d'erreur Windows — erreurs système, codes d'arrêt BSOD, NTSTATUS, WMI, RPC, MSI installer, AD/Kerberos, BitLocker, DNS, VPN, Hyper-V, COM/DCOM et plus. Chaque entrée détaille la valeur hexadécimale et décimale, la sévérité, les causes racines et un workflow de diagnostic pas-à-pas.
Comment lire un code d'erreur Windows
Windows expose des codes d'erreur via Win32, NTSTATUS, HRESULT et de nombreux espaces spécifiques aux sous-systèmes. Chaque code a une forme hexadécimale (ex. 0x80070005), une forme décimale signée (-2147024891) et un nom symbolique (ERROR_ACCESS_DENIED). Cette page vous permet de rechercher n'importe quelle forme, comprendre ce qui déclenche le code et suivre un workflow de diagnostic ajusté au sous-système d'origine (Windows Update, BSOD, AD/Kerberos, BitLocker, etc.).
11 codes
0x00000641ErreurERROR_INSTALL_SERVICE_FAILURE
Windows Installer service could not be accessed. Start the msiserver service.
0x00000642InformationERROR_INSTALL_USEREXIT
User annulée the installation.
0x00000643ErreurERROR_INSTALL_FAILURE
Fatal error during installation. Vérifiez MSI log for root cause. Souvent a permissions or dépendance issue.
0x00000644AvertissementERROR_INSTALL_SUSPEND
Installation suspended — incomplete.
0x00000645ErreurERROR_UNKNOWN_PRODUCT
This action is only valid for products that are currently installed.
0x00000652AvertissementERROR_INSTALL_ALREADY_RUNNING
Another installation is already in progress. Complete that first, or kill msiexec.exe.
0x00000653ErreurERROR_INSTALL_PACKAGE_OPEN_FAILED
This installation package could not be opened. Vérifiez path and permissions.
0x00000654ErreurERROR_INSTALL_PACKAGE_INVALID
This installation package could not be opened. It may be corrompu.
0x00000659ErreurERROR_INSTALL_PACKAGE_REJECTED
Installation rejected by system policy. Vérifiez Software Restriction Policies or AppLocker.

