T The Triage ManualTechnical Guides for IT Emergencies
P2 · Remote Access & VPN

RDS & AVD Black Screen on Connection — rdpinit.exe Session Initiation Deadlock (Early 2026 Patches)

Users connecting via RDP or Azure Virtual Desktop encounter a black screen lasting 30–60 seconds before disconnection. A deadlock between the Remote Desktop Graphics Service (rdpinit.exe) and local credential providers, introduced by early 2026 Windows patches, prevents session initialization. Resolution requires installing Microsoft's OOB patch targeting session initiation deadlocks, with registry (fEnablefips) and GPO (disable UDP) workarounds available for interim mitigation.

Indicators

Likely causes

Diagnostic steps

  1. Open Event Viewer > Applications and Services Logs > Microsoft > Windows > RemoteDesktopServices-RdpCoreTS > Operational. Filter for errors and warnings at reported black screen times.
    Identify protocol errors or unexpected channel terminations confirming the session initiation deadlock pattern.
  2. Correlate RdpCoreTS/Operational event timestamps with reported black screen duration (30–60 seconds) to confirm sessions terminate due to deadlock rather than network timeout.
    Distinguish this issue from network-layer disconnections and confirm rdpinit.exe/credential provider deadlock is the failure mode.
  3. Check patch history on affected hosts: Get-HotFix | Sort-Object InstalledOn -Descending | Select-Object -First 20
    Confirm early 2026 patches are installed, validating the known-bad patch set is the root cause.
  4. Verify whether Microsoft OOB patch targeting session initiation deadlocks is already applied by checking Windows Update history or comparing installed KBs against Microsoft's advisory.
    Determine whether primary fix (OOB patch) is in place or needs deployment, and triage which workaround to apply interim.
  5. Query current FIPS registry value: reg query "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v fEnablefips
    Assess whether registry workaround can be safely applied given current FIPS configuration and compliance posture.

Resolution path

Prevention

Tools

References

RDSRemote Desktop ServicesAzure Virtual DesktopAVDblack screenrdpinit.exesession deadlockWindows Server 2019Windows Server 2022Windows Server 2025Windows 11 multi-sessionOOB patchfEnablefipsUDP RDPcredential providerRdpCoreTSremote access