Error codes in the Event Log message are shown in decimal , but they should be intrepreted as hexadecimal values.
common error codes:
| Error Code | Hex | User logon... |
|---|---|---|
| 3221225572 | C0000064 | with misspelled or bad user account |
| …5578 | …06A | with misspelled or bad password |
| …5581 | …06D | has incorrect user name |
| …5583 | …06F | outside authorized hours |
| …5584 | …070 | from unauthorized workstation |
| …5585 | …071 | with expired password |
| …5586 | …072 | to account disabled by administrator |
| …5875 | …193 | with expired account |
| …6020 | …224 | with "Change Password at Next Logon" flagged |
| …6036 | …234 | with account locked |
Keywords: | kbinfo KB273499 |