Remote Desktop Limitations

Last updated: 2026-06-05 · Applies to: MantisRMM Remote Desktop on Windows endpoints

MantisRMM's remote desktop feature works in nearly every scenario, but there is one specific Windows behaviour that operators should know about before they encounter it during a support session. This page documents that limitation, explains why it exists, and gives you the simple workarounds.

The Windows 11 lock screen and login screen

Symptom: when a Windows 11 endpoint is at the lock screen (after the user pressed Win+L) or at the login screen (after sign-out or reboot), the operator's remote desktop view may show only a static wallpaper image — the password prompt, “Other user” tile, or Ctrl+Alt+Del message is not visible.

Why this happens

Microsoft deliberately restricts which processes can read pixels from the Windows secure desktop (the special desktop that hosts the lock screen, the login UI, and UAC consent prompts). This is a security feature designed to prevent malware from spying on credential entry. The restriction affects every third-party remote-desktop product, not just MantisRMM:

The MantisRMM agent already runs as a Windows service with LOCAL SYSTEM privileges — the highest unprivileged account Windows offers — and even that isn't enough to bypass the secure-desktop capture restriction by design.

How other remote-desktop products handle this

ProductSame limitation?Public reference
RustDesk (open source)Yes — unresolved on Win11 24H2Issue #14874 "unlock screen does not display", #14755 "logon-screen password fails", #10017 "24H2 screen tearing"
AnyDeskYesDocumented in their Win11 release notes
TeamViewerYes — works around with EasyAccess and a kernel driverTheir installer ships tvdrv.sys
ScreenConnect / ConnectWise ControlYesPublic knowledge base article

What to do today

If you are an operator: ask the end user (via chat, phone, or in-session notification) to unlock their machine before you reconnect. If the user is already gone for the day, schedule the maintenance work for a window when the machine is awake and logged in.

Additional approaches that work well:

What we are doing about it

MantisRMM has a planned Q3 2026 milestone to ship a Windows Credential Provider DLL — the Microsoft-supported path for rendering a custom UI on the secure desktop. When that ships, the lock screen and login screen will become fully capturable inside remote sessions on all Win11 builds. This is on our roadmap and we will publish a release note when it's shipped.

We chose not to use the alternate workaround — installing a virtual display driver onto every endpoint — because it adds a synthetic monitor that's visible in the user's Display Settings and complicates multi-monitor scenarios. The Credential Provider path is invisible to the user and only activates on the lock/login screen.

Other remote-desktop limitations to know about

← Back to documentation