How to Ctrl+Alt+Delete on a Remote Desktop Connection
When you're working inside a Remote Desktop session, pressing Ctrl+Alt+Delete on your keyboard doesn't do what you might expect. Instead of opening the security screen on the remote machine, it triggers that action on your local computer. This is one of the most common points of confusion for anyone new to remote desktop tools — and it has a straightforward explanation.
Why Ctrl+Alt+Delete Doesn't Work the Usual Way in Remote Desktop
Your operating system intercepts Ctrl+Alt+Delete before any application can capture it. It's a low-level keystroke reserved by the OS itself — which means when you press it, your local Windows machine responds, not the remote one you're connected to.
This is by design. Microsoft built this interception into Windows as a security measure, ensuring that the trusted security screen (where you can lock, sign out, open Task Manager, or change passwords) can't be spoofed by a regular application.
So when you're inside a Remote Desktop Protocol (RDP) session, you need a different method to send that command to the remote machine.
The Standard Workaround: Ctrl+Alt+End 🖥️
The most reliable method for sending Ctrl+Alt+Delete to a remote desktop session is the keyboard shortcut Ctrl+Alt+End.
This combination is specifically mapped within the Windows Remote Desktop client to forward the equivalent of Ctrl+Alt+Delete to the remote machine. When you press it inside an active RDP window, the remote computer's security screen opens — not your local one.
What you can do from there:
- Lock the remote session
- Open Task Manager on the remote machine
- Sign out or switch users
- Change the remote account's password
- Access Task Manager directly
This shortcut works within the standard Microsoft Remote Desktop client on Windows and is the go-to method for most IT professionals managing remote machines.
Other Methods to Send Ctrl+Alt+Delete to a Remote Session
Ctrl+Alt+End isn't always available — for example, if you're on a laptop with a non-standard keyboard, accessing RDP from a different OS, or using a third-party remote desktop tool. Here are the main alternatives.
On-Screen Keyboard
Windows includes a built-in On-Screen Keyboard that bypasses the OS interception:
- Inside your remote desktop session, open the Start Menu
- Search for On-Screen Keyboard (or run
osk.exe) - Press Ctrl+Alt+Delete by clicking the keys on the on-screen keyboard
Because the on-screen keyboard runs within the remote session's environment, it sends the keystrokes directly to that machine.
Task Manager via Right-Click Taskbar
If you only need Task Manager on the remote machine (a common reason people reach for Ctrl+Alt+Delete), you can skip the security screen entirely:
- Right-click the taskbar on the remote desktop and select Task Manager
- Or press Ctrl+Shift+Esc — this shortcut opens Task Manager directly and does get forwarded to the remote session in most configurations
Windows Security via the Start Menu or Run Dialog
Inside the remote session, you can also navigate to the security options through:
- Start Menu → your profile icon (for sign-out, lock options)
- The Run dialog (Win+R) and executing commands like
taskmgrfor Task Manager
How the Method Varies by Setup
Not every remote desktop situation is the same, and the right approach often depends on several factors. ⚙️
| Variable | How It Affects the Shortcut |
|---|---|
| RDP client vs. third-party tool | Third-party tools (TeamViewer, AnyDesk, VNC) use their own key mappings — check their documentation for equivalent shortcuts |
| Full-screen vs. windowed mode | In windowed mode, some shortcuts may still be captured by the local OS; full-screen mode typically forwards more keys reliably |
| Mac or Linux client | Ctrl+Alt+End may not exist on Mac keyboards; the Microsoft Remote Desktop app for Mac offers a menu option instead |
| Mobile or tablet | On-screen keyboard methods or app-specific menus are typically required |
| Nested RDP sessions | Connecting to a remote machine from another remote machine creates layered interception; keyboard shortcuts may need to be adapted at each layer |
Using Remote Desktop on a Mac
If you're running Microsoft Remote Desktop on macOS, the Ctrl+Alt+End shortcut isn't directly available on most Mac keyboards. The client typically provides a menu-based option — look for a toolbar button or the application menu that sends the Ctrl+Alt+Delete command to the remote session. The exact location can vary between versions of the Mac RDP client.
Third-Party Remote Desktop Tools
Applications like TeamViewer, AnyDesk, or VNC-based clients each have their own way of handling reserved keystrokes. Most of these tools include a toolbar or menu button specifically labeled to send Ctrl+Alt+Delete to the remote machine — the keyboard shortcut path isn't always consistent between them.
The Variable That Changes Everything 🔑
Which method actually works for you depends on a combination of factors: the client software you're using, the operating system on both ends, whether you're in full-screen or windowed mode, and the type of keyboard you're working with.
A Windows IT admin using the native RDP client in full-screen mode has a very different experience than someone connecting to a work PC from a MacBook through a corporate VPN using a third-party tool. The underlying need is the same — get a Ctrl+Alt+Delete command to the remote machine — but the path to get there looks different depending on the specific environment and tools in play.