When working inside a Remote Desktop Protocol (RDP) session, one of the most common points of confusion is that the standard Ctrl + Alt + Del shortcut does not behave as expected. Instead of opening the Windows Security screen on the remote machine, it is intercepted by the local operating system. This means you cannot use it to access Task Manager on the server or virtual machine you are connected to. This guide covers how to open Task Manager in Remote Desktop using keyboard shortcuts, the graphical interface, and the command line. It also includes a troubleshooting step for situations where the remote session becomes completely unresponsive.
Why Ctrl + Alt + Del Does Not Work in an RDP Session
The Ctrl + Alt + Del key combination is processed at the hardware or kernel level of the local machine. This key combination is handled by the local operating system as a secure attention sequence (SAS), which cannot be redirected through an RDP session. The Remote Desktop client used in an RDP VPS environment cannot intercept or forward this key combination to the remote session. As a result, pressing it while working inside an RDP window will trigger the local operating system—either locking your computer or opening the local security screen—while leaving the remote machine unaffected.
Windows provides dedicated alternatives that pass through the RDP layer correctly. The methods below are all confirmed to work in current versions of Windows 10, Windows 11, and Windows Server.
Method 1: Ctrl + Shift + Esc
This is the most direct way to open Task Manager in Remote Desktop Protocol. The shortcut bypasses the Windows Security screen entirely and launches Task Manager immediately. It is not intercepted by the local machine and works reliably across all versions of Windows.
Steps
1. Click inside the Remote Desktop window to ensure it has keyboard focus.
2. Press Ctrl + Shift + Esc simultaneously.
3. Task Manager opens directly on the remote machine.
Recommended shortcut. Ctrl + Shift + Esc is the fastest method and requires no intermediate steps. Use this as your default when working inside RDP sessions.
Method 2: Ctrl + Alt + End
Ctrl + Alt + End is the RDP equivalent of Ctrl + Alt + Del. It opens the Windows Security screen on the remote machine, from which you can navigate to Task Manager.
Steps
4. Click inside the Remote Desktop window to confirm focus.
5. Press Ctrl + Alt + End.
6. The Windows Security screen appears on the remote machine.
7. Click Task Manager.
This method also gives access to Lock, Sign Out, Change Password, and Switch User — useful for broader administrative tasks during a remote session.
Method 3: Right-Click the Taskbar
This is a straightforward GUI method for users who prefer not to use keyboard shortcuts.
Steps
8. Locate the Taskbar at the bottom of the Remote Desktop window.
9. Right-click on an empty area of the Taskbar.
10. Select Task Manager from the context menu.
If the Taskbar is set to auto-hide or is otherwise inaccessible, use the Run dialog method below instead.
Method 4: Run Dialog or Command Line
Task Manager can be launched by running taskmgr as a command. This works from the Run dialog, Command Prompt, or PowerShell.
Using the Run Dialog
11. Press Win + R while the RDP window has focus.
12. Type taskmgr and press Enter.
Using Command Prompt or PowerShell
13. Open Command Prompt or PowerShell on the remote machine.
14. Type the following command and press Enter:
taskmgr
Alternatively, use the full path: C:\Windows\System32\Taskmgr.exe
Summary
All four methods for how to open Task Manager in Remote Desktop are listed below.
| Method | How to Use | When to Use |
| Ctrl + Shift + Esc | Direct keyboard shortcut | Everyday use — fastest option |
| Ctrl + Alt + End | Opens Windows Security screen | When you need full security menu |
| Right-click Taskbar | Context menu on Taskbar | GUI preference, Taskbar visible |
| Run dialog / CLI | Type taskmgr and run | Terminal open or Taskbar unavailable |
Troubleshooting: Session Is Completely Unresponsive
If the remote session is frozen to the point where keyboard input and mouse clicks are not registering, none of the methods above will work. This can happen when a runaway process has consumed all available CPU or memory, leaving the OS unable to respond to new input.
In this situation, the correct course of action is a forced reboot through your server control panel, which operates at the hypervisor level and does not depend on the remote OS being responsive.
Steps
15. Log in to your HostingB2B control panel.
16. Navigate to your server or VPS Hosting instance.
17. Use the Power or Reboot option to perform a hard reset from the hypervisor.
18. Wait for the server to come back online, then reconnect via RDP.
19. Once connected, open Task Manager in Remote Desktop using Ctrl + Shift + Esc and check running processes to identify the cause of the freeze.
A control panel reboot creates an audit log entry for the restart event. This is preferable to a physical power cycle and helps maintain a reliable record for compliance or post-incident review.
Applies to: Windows 10, Windows 11, Windows Server 2019, 2022, 2025. All methods tested in standard Microsoft Remote Desktop client.
