How to Connect to a Remote Server Using Windows Remote Desktop

Learn how to use Windows Remote Desktop Connection (mstsc) to connect to remote servers and workstations securely.

Published 2026-01-28 by TechNet Team

Windows Remote Desktop Connection (also known as mstsc.exe) allows you to connect to and control a remote Windows computer over a network. This is essential for IT administrators, remote workers, and anyone who needs to access their office computer from home.

Prerequisites

Before connecting, ensure:

Step 1: Open Remote Desktop Connection

There are several ways to launch Remote Desktop:

Method 1: Using the Run Dialog (Fastest)

  1. Press Windows + R to open the Run dialog
  2. Type mstsc and press Enter

Method 2: From the Start Menu

  1. Click the Start button
  2. Type Remote Desktop Connection
  3. Click the app when it appears

Method 3: From Windows Accessories

  1. Click Start -> Windows Accessories
  2. Click Remote Desktop Connection

Step 2: Enter the Computer Name or IP Address

  1. In the Computer field, enter either:
    • The computer's IP address (e.g., 192.168.1.100)
    • The computer's hostname (e.g., SERVER01)
    • A fully qualified domain name (e.g., server.company.com)
  2. Optionally, enter your username in the User name field

Step 3: Configure Connection Settings (Optional)

Click Show Options to access additional settings:

General Tab

Display Tab

Local Resources Tab

Experience Tab

Step 4: Connect

  1. Click Connect
  2. If prompted about the remote computer's identity, click Yes to continue (you can check "Don't ask me again" for this computer)
  3. Enter your password when prompted
  4. Click OK to log in

Using Remote Desktop

Once connected:

Disconnecting vs. Signing Out

Useful Keyboard Shortcuts

Shortcut Action
Ctrl + Alt + EndOpens Task Manager on remote PC
Ctrl + Alt + BreakToggle full-screen mode
Ctrl + Alt + HomeActivate the connection bar
Alt + Page UpSwitch between programs (like Alt+Tab)

Command Line Options

For advanced users, mstsc supports command-line parameters:

# Connect to a specific server
mstsc /v:192.168.1.100

# Connect in full-screen mode
mstsc /v:server.company.com /f

# Connect using a saved .rdp file
mstsc "C:\\Users\\YourName\\Desktop\\work-server.rdp"

# Connect with specific resolution
mstsc /v:192.168.1.100 /w:1920 /h:1080

Troubleshooting

"Remote Desktop can't connect to the remote computer"

"Your credentials did not work"

"The connection was denied because the user account is not authorized"

Need help setting up secure remote access for your team? Contact TechNet New England for VPN and remote desktop solutions.