Winposstr
Applies To: Windows Server 2008
This setting specifies the position of the Remote Desktop Connection (RDC) window on the client computer.
Syntax
winposstr:s:<value>
Values
Value | Explanation |
---|---|
6 numbers separated by commas |
Represents a string form of the WINDOWSPOS structure. For more information about the WINDOWSPOS function, see https://msdn2.microsoft.com/en-us/library/ms632612.aspx. |
The default value is 0,3,0,0,800,600.
Examples
To specify the window to be the dimensions of 1024 x 768, type:
winposstr:s:0,3,0,0,1024,768