How to Send Ctrl+Alt+Delete on a Remote Desktop Connection

When you're connected to a remote computer, pressing Ctrl+Alt+Delete on your keyboard doesn't do what you'd expect. Instead of sending that command to the remote machine, your local operating system intercepts it first — opening your own Task Manager, lock screen, or security menu instead. This is by design, and understanding why it happens is the first step to working around it effectively.

Why Ctrl+Alt+Delete Doesn't Pass Through Directly

Ctrl+Alt+Delete is a reserved system-level keystroke. On Windows, it's handled at the kernel level — meaning the OS grabs it before any application, including your Remote Desktop client, gets a chance to forward it. This security feature exists to prevent malicious software from spoofing the Windows login screen, and it applies regardless of whether you're using Remote Desktop Protocol (RDP), third-party remote access tools, or a virtual machine interface.

The result: your local machine responds to the shortcut, and the remote session receives nothing.

The Standard Workaround: Ctrl+Alt+End

The most widely used alternative is Ctrl+Alt+End. Within an active Microsoft Remote Desktop (RDP) session, this key combination is specifically mapped to replicate the function of Ctrl+Alt+Delete on the remote machine. It will bring up the Windows Security screen on the remote desktop, giving you access to:

  • Lock the remote computer
  • Switch users
  • Sign out
  • Change a password
  • Open Task Manager on the remote system

This works in the Remote Desktop Connection client built into Windows and is the go-to method for most IT professionals managing remote machines day-to-day.

Using the On-Screen Keyboard 🖥️

If Ctrl+Alt+End isn't available — or if you're using a non-standard keyboard, a Mac, or a touch-based device — the On-Screen Keyboard offers a reliable fallback.

Steps:

  1. Inside the remote desktop session, open the On-Screen Keyboard (search for osk in the Start menu or Run dialog)
  2. On the on-screen keyboard, click Ctrl, then Alt, then Del in sequence

Because the On-Screen Keyboard operates as a software application running inside the remote session, it sends the keystrokes directly to that environment rather than being intercepted by the local OS.

Method Comparison by Scenario

SituationRecommended Method
Windows RDP client, standard keyboardCtrl+Alt+End
Mac accessing Windows via RDPCtrl+Alt+End or On-Screen Keyboard
Touch device / tabletOn-Screen Keyboard inside session
Third-party tool (e.g., TeamViewer, AnyDesk)In-app menu or toolbar option
Web-based remote clientBrowser toolbar button or on-screen option

Third-Party Remote Desktop Tools Handle This Differently

Not all remote access software follows the same conventions as Microsoft RDP. Tools like TeamViewer, AnyDesk, Chrome Remote Desktop, and LogMeIn each have their own approach:

  • TeamViewer includes a toolbar at the top of the session window with a dedicated "Send Ctrl+Alt+Del" button under the Actions menu
  • AnyDesk offers the same function through its session toolbar under Actions > Send Ctrl+Alt+Del
  • Chrome Remote Desktop has a sidebar panel with a direct button for this purpose
  • LogMeIn and similar enterprise tools typically include it under a Commands or Actions dropdown

If you're using one of these platforms, the built-in toolbar option is almost always more reliable than hunting for a keyboard shortcut, especially across different operating systems.

Factors That Affect Which Method Works for You

Several variables determine which approach is practical in your situation:

Operating system on the local machine — A Windows user connecting via the native RDP client has different options than a Mac or Linux user using a third-party client or Microsoft's own Remote Desktop app for macOS.

Remote Desktop client version — Older versions of the Microsoft Remote Desktop client (particularly the legacy version on Windows 7 or Windows Server 2008) may behave slightly differently from the modern app available on Windows 10/11 or through the Microsoft Store.

Keyboard type and layout — Compact keyboards, external Bluetooth keyboards, and keyboards designed for Mac may lack certain keys or map them differently, making Ctrl+Alt+End awkward or unavailable.

Session permissions — In some enterprise or managed environments, the remote session is configured with restrictions that limit what functions are accessible, including whether the Windows Security screen can be triggered at all.

Full-screen vs. windowed mode — Some key combinations behave differently depending on whether your RDP session is running in full-screen mode or in a window alongside other local applications.

When You're Using a Mac 🍎

Mac users connecting to Windows remote desktops via the Microsoft Remote Desktop app can use Fn+Control+Option+Delete on some keyboard configurations, though behavior varies by keyboard model and app version. The On-Screen Keyboard method inside the remote session tends to be the most consistent fallback when keyboard shortcuts behave unpredictably across platforms.

What "Sending" Ctrl+Alt+Delete Actually Does on the Remote Machine

It's worth being clear about what you're triggering. On a modern Windows remote session, the result is the Windows Security screen — a full-screen overlay that gives you access to lock, sign out, switch users, change passwords, or launch Task Manager. It's not the same as a reboot signal or a forced reset; it's an interactive menu requiring your deliberate input.

If your goal is specifically to access Task Manager on the remote machine, there's also a direct route: right-click the taskbar on the remote desktop and select Task Manager, or use Ctrl+Shift+Esc, which does pass through RDP sessions without being intercepted by the local OS.

The method that makes most sense depends on your remote client, your device, and what you're actually trying to accomplish on the other end of the connection.