View Single Post

  #5  
Old 07-23-2009, 09:23 AM
harry349 Offline
Registered User
 
Join Date: Nov 2004
Posts: 5
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.
Reply With Quote