I’ve been using a custom resolution for Remote Desktop connections between my old notebook (1400×1050) and desktop PC’s (often 1600×1200) because I want to make full use of the space that I have, on the screen that I’m currently on. Why not take advantage of my wider screen notebook, when remoting into a PC?
The tricky part to this is that you have to edit the RDP file directly, using notepad. For the most part, I don’t recommend editing the entire file this way, but you certainly can try different resolutions by tweaking desktopwidth and desktopheight… hit and miss thing, that. If you have any reservations about this stick to the UI!
The other part of the tweaking comes into play when working with the window position.
However, the real reason for me posting this here isn’t to help other people ravage their RDP files – it’s to remind myself how I can tweak the position of the RDC window, mostly because I hate scroll bars.
Having said that, when working with winposstr:s:, I will always use the following: 0,1,
winposstr:s:0,1,140,40,1556,1136
The +16 is to offset the verticle scrollbar – the +36 is 16 for the horizontal scrollbar and 20 for the caption bar (on Vista).
Like I said – it’s mostly to remind myself, but I also figured it’s nice to share *g*
Hey thanks for this info!
Writting an application �Multi Remote Desktop Client .NET (Open Source)� and adding a new feature of reading RDP Files
You can download �Multi Remote Desktop Client .NET (Open Source)� at CodePlex
http://multirdpc.codeplex.com/