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.).
35 codes
0xC0000001ErreurSTATUS_UNSUCCESSFUL
General unsuccessful status. Operation failed for an unspecified reason.
0xC0000005CritiqueSTATUS_ACCESS_VIOLATION
Mémoire access violation. A process attempted to access mémoire it has no rights to. Souvent causes application crashes.
0xC0000008ErreurSTATUS_INVALID_HANDLE
An invalide handle was spécifié.
0xC000000DErreurSTATUS_INVALID_PARAMETER
An invalide parameter was passed to a service or function.
0xC000000FErreurSTATUS_NO_SUCH_FILE
The file n'existe pas.
0xC0000016InformationSTATUS_MORE_PROCESSING_REQUIRED
More processing is requis. Common in Kerberos/NTLM multi-step authentification.
0xC0000017ErreurSTATUS_NO_MEMORY
Not enough virtual mémoire or paging file quota to complete the opération.
0xC0000022ErreurSTATUS_ACCESS_DENIED
A process has requested access to an object but has not been granted those access rights.
0xC0000034ErreurSTATUS_OBJECT_NAME_NOT_FOUND
Object name introuvable. Registry key, file, or device n'existe pas.
0xC0000043AvertissementSTATUS_SHARING_VIOLATION
A file ne peut pas be opened car it has been opened in an incompatible sharing mode.
0xC000006AAvertissementSTATUS_WRONG_PASSWORD
Le mot de passe is incorrect.
0xC000006CAvertissementSTATUS_PASSWORD_RESTRICTION
Mot de passe does not meet domain mot de passe policy requirements.
0xC000006DErreurSTATUS_LOGON_FAILURE
Échec de connexion: unknown username or bad mot de passe.
0xC000006EErreurSTATUS_ACCOUNT_RESTRICTION
Échec de connexion: compte restriction prevents this user from logging on.
0xC000006FAvertissementSTATUS_INVALID_LOGON_HOURS
Échec de connexion: compte is not authorized to log on at this time.
0xC0000070AvertissementSTATUS_INVALID_WORKSTATION
Échec de connexion: user is not allowed to log on from this workstation.
0xC0000071AvertissementSTATUS_PASSWORD_EXPIRED
Échec de connexion: the mot de passe for this compte has expiré.
0xC0000072AvertissementSTATUS_ACCOUNT_DISABLED
Échec de connexion: compte is currently disabled.
0xC000007CErreurSTATUS_NO_LOGON_SERVERS
There are no connexion servers disponible to service the connexion request. Contrôleur de domaine injoignable.
0xC0000089ErreurSTATUS_INVALID_IMAGE_FORMAT
Le image file did not have the correct format.
0xC000009AErreurSTATUS_INSUFFICIENT_RESOURCES
Insufficient system resources to complete the API.
0xC00000BBErreurSTATUS_NOT_SUPPORTED
The requested opération is non supporté.
0xC0000101AvertissementSTATUS_DIRECTORY_NOT_EMPTY
Le répertoire n'est pas vide.
0xC0000120InformationSTATUS_CANCELLED
L'opération was annulée.
0xC0000135ErreurSTATUS_DLL_NOT_FOUND
A requis DLL was introuvable.
0xC0000139ErreurSTATUS_ENTRYPOINT_NOT_FOUND
The procedure entry point could not be located in the DLL.
0xC0000142ErreurSTATUS_DLL_INIT_FAILED
DLL initialization routine failed. Indicates a dépendance or system file issue.
0xC0000185CritiqueSTATUS_IO_DEVICE_ERROR
The request could not be performed car of an I/O device error. Souvent a failing disk.
0xC000018AErreurSTATUS_NO_TRUST_LSA_SECRET
The SAM database on the server does not have a computer compte for this workstation confiance relationship.
0xC000018DErreurSTATUS_TRUSTED_RELATIONSHIP_FAILURE
The confiance relationship between this workstation and the primary domain failed. Rejoin the domain.
Page 1 sur 2
Suivant →
