Mstsc 命令参数说明
mstsc.exe {ConnectionFile | /v:ServerName[:Port]} [/console] [/f] [/w:Width/h:Height]
参数
ConnectionFile 指定用于连接的 .rdp 文件的名称。
/v: ServerName[ :Port] 指定要连接的远程计算机和(可选)端口号。
eg. mstsc /v 10.120.64.28
/f 在全屏模式下启动“远程桌面”连接。
/w:Width /h:Height 指定“远程桌面”屏幕的尺寸。
eg. mstsc 10.120.64.8 /w:800 /h:600
转载于:https://blog.51cto.com/yytian/381200