This is the complete list of Remote Desktop Connection commands.
Syntax
mstsc option
Options
| /console | Connect to the console of a server (NT/XP) |
| /admin | Connect to a session for administering the server (Vista) |
| /f | Start in Full Screen mode |
| /w:width | Defines width of RDP Screen |
| /h:height | Defines height of RDP Screen |
| /v:<server[:port]> | Defines the remote connection to connect to |
| /span | Match the Remote Desktop width and height with the local virtual desktop, spanning across multiple monitors if necessary. |
| /public | Run Remote Desktop in Public Mode |
| /edit | Edit RDP file for editing |
| Ctrl + Alt + End | Ctrl + Alt + Del function in Remote Desktop |
Examples
1. mstsc /v:Server /f /console
2. mstsc /v:192.168.1.2 /f
3. mstsc /v:Server /w:800 /h:600





Sharing is Caring!