Forum Discussion

EMR88's avatar
EMR88
Copper Contributor
Apr 14, 2026
Solved

2026-04 Update Breaks Domain Logins

I have an Active Directory domain that is old (from 2000!) that has been upgraded and moved to newer versions of Windows Server and Active Directory.   I have domain controller VMs running Windows Se...
  • Thomas Heuberger's avatar
    Apr 17, 2026

    You will not have a change to access the domain controller, because there are no local users available.

    The only possible solution I have found is:

    • Restore domain controller from backup before install the update.
    • Then reset the password of the administrator. This will force to generate an AES key.
    • Install the update again.

    Please have also a look on:

    • https://learn.microsoft.com/en-us/windows-server/security/kerberos/detect-remediate-rc4-kerberos

    • https://support.microsoft.com/en-us/topic/how-to-manage-kerberos-kdc-usage-of-rc4-for-service-account-ticket-issuance-changes-related-to-cve-2026-20833-1ebcda33-720a-4da8-93c1-b0496e1910dc

    In my environment it has worked. Hope it works for you.

    Good luck