Remote Desktop Connection to Console
From Relyimah
To create a shortcut to a remote desktop connection with console access, enter the following as a shortcut (or in Start > Run for a once-off command):
Command:
mstsc -v:server /F -console
To create a shortcut without console access, the following should be used:
Command:
mstsc -v:server
In both cases, "server" should be replaced with the Name or IP of the server you wish to connect to.
