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.).
12 codes
0x80310001InformationFVE_E_NOT_ENCRYPTED
This drive is not encrypted.
0xC0000016InformationSTATUS_MORE_PROCESSING_REQUIRED
More processing is requis. Common in Kerberos/NTLM multi-step authentification.
0xC0000120InformationSTATUS_CANCELLED
L'opération was annulée.
0xDEADDEADInformationMANUALLY_INITIATED_CRASH
Crash was manually triggered via keyboard shortcut or NotMyFault tool.
0x00000000InformationERROR_SUCCESS
Operation completed avec succès.
0x00000012InformationERROR_NO_MORE_FILES
There are no more files to enumerate.
0x00000026InformationERROR_HANDLE_EOF
Reached end of file.
0x000000EAInformationERROR_MORE_DATA
More data is disponible than the buffer provided.
0x00000103InformationERROR_NO_MORE_ITEMS
No more items are disponible for enumeration.

