

And press the Enter button from the Keyboard.Remote desktop shortcut keys to run the command: MSTSC press Win KEY + R.So, besides the command line to connect the Remote Desktop, you can also use the RUN box which is a shortcut to execute the MSTSC command without opening the Command prompt.
#Multimon command line how to#
Usage: mstsc /edit example.rdp How to use remote desktop connection manager using RUN box This command syntax will match the width and height with the local virtual desktop, spanning across multiple monitors if necessary.

To run the Remote Desktop in a public to a avoid the cache of password and bitmaps. The above syntax use to point the Remote Desktop to start in some particular Width and Height defined by you. I can also use mstsc /multimon as a command line to use multiple monitors. To get a list of monitors, I can run mstsc /l to LIST out all my monitors on my machine. Regardless of the performance optimization, if you want to run the Remote Desktop connection in full-screen mode then you can use this command as shown above. use multimon:i:1 selectedmonitors:s:0,1 I can put on selectedmonitors:s:x,y and then use the zero-based numbers to indicate my monitors. To run Remote Desktop as Administrator you can run this command. To specify the computer name which you want to connect along with the port number. So, in future when you want to access that particular connection again then just use the mstsc example.rdp replace the example.rdp with your file name. Basically, it saves the connection settings and addresses in a file with an extension. rdp file which creates when you use the Save As button from the General Tab from the Remote Desktop Console.
