Skip to main content

Remote Desktop | Shortcut For

When you are inside a Remote Desktop session, your keyboard shortcuts (like Copy/Paste) usually apply to the remote computer. However, some shortcuts behave differently or trigger special remote functions.

Here are some of the most commonly used remote desktop shortcuts:

If you're using Remote Desktop Connection (RDC) to connect to your remote desktop, here are some additional shortcuts to keep in mind: shortcut for remote desktop

| Action | Shortcut | Why you need it | | :--- | :--- | :--- | | | Ctrl + Alt + Break (or Ctrl + Alt + Pause ) | Switches between a window and full-screen mode. Essential for accessing your local taskbar. | | Escape the Session | Ctrl + Alt + Home | Brings up the connection bar while in full-screen mode, allowing you to minimize or close the RDP window. | | Ctrl+Alt+Del on Remote PC | Ctrl + Alt + End | The most common trap. On your local PC, this opens your local security screen. Use this shortcut to send the command to the remote server/PC. |

In modern Remote Desktop versions, these usually pass through to the remote machine automatically: When you are inside a Remote Desktop session,

If you manage many remote computers, the standard Windows RDP client is inefficient. Download or the modern Windows App .

You can copy a file from your local desktop and paste it directly into a remote folder window using Ctrl + C / Ctrl + V . Essential for accessing your local taskbar

| Switch | Function | Example | | :--- | :--- | :--- | | /v | Specifies the target computer. | mstsc /v:192.168.1.50 | | /admin | Connects to the session for administrative purposes (useful if standard sessions are full). | mstsc /v:Server01 /admin | | /f | Starts the connection in full-screen mode. | mstsc /f | | /w & /h | Sets the width and height of the window. | mstsc /w:1920 /h:1080 | | /public | Runs Remote Desktop in public mode (prevents saving passwords/caches). | mstsc /public | | /edit | Opens the specified .rdp file for editing. | mstsc /edit:MyConnection.rdp |