|
The solution to this was ridiculously simple once I figured it out, I'm just surprised no one posted it here before.
mstsc.exe is the client EXE for remote desktop. Just run "mstsc /?" from the command prompt for options. The command I use now from a machine with low resolution:
mstsc /v:myserver /w:1920 /h:1080
You now get a big remote desktop window with scrollbars.
|