💻 Software
Windows Remote Desktop - mstsc - options and switches
Fresh5 days ago
Mar 15, 202659156 viewsConfidence Score0%
0%
Problem
The settings for a Remote Desktop session can be saved in a *.rdp file. This file can be edited in your favourite text editor. The file contains a list of options, many of which can also be called from the command line with switches (e.g. "mstsc /span" will display the remote session on multiple mo…
Error Output
screen mode id:i:2 span monitors:i:1 desktopwidth:i:1280 desktopheight:i:968 session bpp:i:16 winposstr:s:2,3,0,0,800,600 compression:i:1 keyboardhoo…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Windows Remote Desktop - mstsc - options and switches
Low Risk
The stands for integer. It's the type of the setting variable. (Notice that alternate shell uses s as well as winposstr) So the format is variable:type:value More details are in another answer As for how those map to the mstsc command line, they do …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix