Rdp Hotkeys Jun 2026

In this scenario, input must traverse two layers of virtualization.

| To do this... | Press this in RDP | |---------------|-------------------| | Toggle full-screen | Ctrl + Alt + Break | | Send Ctrl+Alt+Del remotely | Ctrl + Alt + End | | Show connection bar | Ctrl + Alt + Home | | Lock remote PC | Win + L (focus inside RDP) | | Open remote Task Manager | Ctrl + Shift + Esc | | Switch remote apps | Alt + Tab | | Switch local apps (override) | Ctrl + Alt + Tab or Win + Tab |

By default, RDP enables clipboard redirection. This allows users to copy text from the local machine and paste it into the remote machine (and vice versa). This poses a Data Loss Prevention (DLP) risk, as sensitive data can be easily exfiltrated. rdp hotkeys

Understanding which machine interprets a hotkey is vital for troubleshooting.

The most critical hotkey issue in RDP is Ctrl + Alt + Delete . This sequence is hard-coded into the local Windows OS kernel to launch Task Manager, lock the computer, or change passwords. The local OS consumes this input immediately; it is never passed to the application layer (the RDP client). In this scenario, input must traverse two layers

If your laptop lacks a Break/Pause key, use:

Power users can customize hotkey behavior by modifying the .rdp configuration file (a text file similar to .ini files). This allows for granular control over how input is processed. This allows users to copy text from the

These shortcuts are sent to the remote computer (as long as you're not in full-screen local override mode).

By default, when an RDP session is launched in "Full Screen" mode, the session behaves like a local desktop. However, in "Windowed" mode, local OS priority takes precedence. To mitigate this, RDP employs a specific set of "Special Key Combinations" available in the client.

If you want a local shortcut to act on the remote machine, you can enable Windows key combinations in RDP settings: