Update event-4776.md

Change lowercase c to uppercase C in line with other error codes.
This commit is contained in:
Andrew Rathbun
2021-09-08 08:26:18 -04:00
committed by GitHub
parent 0567d14080
commit 8804478981

View File

@ -116,7 +116,7 @@ This event does *not* generate when a domain account logs on locally to a domain
| 0xC0000193 | Account logon with expired account. |
| 0xC0000224 | Account logon with "Change Password at Next Logon" flagged. |
| 0xC0000234 | Account logon with account locked. |
| 0xc0000371 | The local account store does not contain secret material for the specified account. |
| 0xC0000371 | The local account store does not contain secret material for the specified account. |
| 0x0 | No errors. |
> Table 1. Winlogon Error Codes.