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

Windows RDP Anti-Phishing Warning: 'Caution: Unknown Remote Connection' Dialog After April 2026 Patch Tuesday

The April 2026 Patch Tuesday update (CVE-2026-26151) introduces anti-phishing protection in the Windows Remote Desktop client (mstsc.exe), causing a red 'Caution: Unknown remote connection' banner and a resource-sharing settings dialog to appear when opening unsigned or unverified .rdp files. All resource-sharing settings default to disabled, which may disrupt users relying on unsigned internal .rdp files. Resolution involves signing internal .rdp files with a trusted certificate and using Group Policy to standardise client behaviour across the organisation.

Indicators

Likely causes

Diagnostic steps

  1. Confirm the April 2026 Patch Tuesday cumulative update is installed: run 'winver' or navigate to Settings > Windows Update > Update History and look for the April 2026 cumulative update entry.
  2. Open the triggering .rdp file in Notepad or another text editor and review all resource-sharing directives (e.g., drivestoredirect, redirectclipboard, redirectprinters) to understand what permissions are being requested.
  3. Check whether the .rdp file is digitally signed: right-click the file > Properties > Digital Signatures tab. Absence of a valid signature confirms why the 'Caution: Unknown remote connection' banner is displayed.
  4. Review the mstsc.exe security dialog carefully, noting every resource-sharing setting listed, and confirm whether the settings match what the legitimate connection requires.
  5. If the file originates from a trusted internal source, escalate to the team responsible for distributing the .rdp file and request it be signed with a trusted certificate before redistribution.
  6. Open gpedit.msc and navigate to Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Connection Client to review available policy settings for managing the security dialog behaviour across the organisation.

Resolution path

Prevention

Tools

References

RDPmstscphishingCVE-2026-26151Patch TuesdayApril 2026Windows 10Windows 11remote desktopsecurity warninganti-phishingrdp file signingendpoint-management