T The Triage ManualTechnical Guides for IT Emergencies
P2 · Endpoint & Device Management

Windows 11 24H2 KB5065426 Breaks RDP, SMB and Printer Sharing on Cloned Machines Due to Duplicate Local SIDs

After installing KB5065426 on Windows 11 24H2, RDP, SMB file sharing, and printer connectivity fail across cloned machine estates including Citrix MCS and PVS deployments. The update introduces stricter SID-based authentication checks that reject connections from machines sharing identical local Security Identifiers inherited from a common master image. Remediation requires regenerating unique SIDs via Sysprep on master images before provisioning, or temporarily uninstalling KB5065426 as an emergency workaround.

Indicators

Likely causes

Diagnostic steps

  1. Confirm KB5065426 is installed: Get-HotFix -Id KB5065426
    Verifies the security behaviour change introduced by KB5065426 is present and is the likely trigger for failures
  2. Compare local SIDs across affected machines using PsGetSid: PsGetSid \\machine1 and PsGetSid \\machine2 — or run wmic useraccount get sid on each machine and compare the SID prefix across clones
    Confirms duplicate local SIDs exist across cloned machines, which is the root condition KB5065426 now rejects
  3. Attempt RDP connection to an affected cloned machine and capture the exact error message; review Event Viewer on target under Windows Logs > System and Security for authentication or network logon failure events at the time of failed connection
    Documents the failure mode and event log evidence to confirm connectivity failure is authentication/SID-related rather than network or firewall
  4. Test RDP and SMB connectivity to a non-cloned Windows 11 24H2 machine (unique SID) in the same network segment
    Isolates the failure to the shared-SID condition rather than a universal 24H2 RDP/SMB regression
  5. Review the Citrix support article at support.citrix.com regarding KB5065426 and SID-sharing behaviour for any Citrix-specific hotfixes, updated MCS/PVS agents, or catalog configuration flags
    Determines whether Citrix has released a specific fix that addresses the SID conflict without requiring full reprovisioning
  6. Attempt to access an SMB share on an affected cloned machine via \\<machinename>\ShareName and note any error messages returned
    Confirm SMB connectivity failure is consistent and co-located with RDP failure on the same machines, ruling out unrelated network or firewall causes

Resolution path

Prevention

Tools

References

windows-1124H2KB5065426RDPSMBprinter-sharingCitrixMCSPVSSID-duplicationcloned-desktopsVDIauthenticationsecurity-hardeningSysprepprovisioninglocal-sidsecurity-changeconnectivity-failure