Posted By: PerfectPhase | Aug 6th @ 2:11 PM
page 1 of 1
Comments: 1 | Views: 706
PerfectPhase
PerfectPhase
"This is not war, this is pest control!" - Dalek to Cyberman

I'm sitting at home messing a round and I can't find a good answer to this.  I have 3 monitors, all 1600x1200.  If I open up a mstsc connection to my Vista machine at work using /span it maximises of all three monitors, as the max res is  4096x2048 it centers with nice black bars down each side of the outer monitors. Then there is /h: /w: where I can set the target size, but then it maximises to a single screen.

What I would like to say is MSTSC maximise to screen 2 and 3 and leave screen one clear, so I can watch a movie or some such.

When I'm connected to a server I just open two RDP sessions, as I normally have an app maximised on each screen, something like VS and SSMS so being is different sessions isn't to much of a bind.

Best solution so far seems to be use /H /W with a res slightly smaller than two full screens so there is room to drag the window full screen and lose the scrollbars.

Cheers,

Stephen.
I have more or less the same requirements as you. I"ll describe what I do below, then the software I use to achieve it (it's all automated). I have 3 monitors, L(eft), M(iddle) and R(ight), respectively 3, 2, 1, where M (2) is my primary monitor.

The essential trick is temporarily to disable the monitor you don't want to use for RDP. I want to retain monitor R for non-rdp work. So I:
- temporarily disable R
- launch MSTSC
- wait until it's loaded
- move the taskbar back from M to R
- move Outlook back from M to R
- move ClipMate back from M to R

I've written a macro in Macro Express which controls this entire process. If I didn't use Macro Express, I could have written everything in AutoIt3, a free and very powerful scripting alternative to VB Script. I also use UltraMon which includes functionality to disable and enable any monitor and also to move the taskbar, plus a utility called MoveToMonitor (I can't remember where I got this from, or whether I wrote it, since I can't locate any source code).

My taskbar resides on R, and both Outlook and ClipMate also use R. When I disable R, everything on R moves to M, whcih is why I have to move everything back after re-enabling R. if you want to know more, my email address is PThornett@gmail.com.
 

page 1 of 1
Comments: 1 | Views: 706