the problem occurs like this:
on your office PC, Windows understands your 2 screens as a single desktop of size 2560x1042, rendered onto 2 display adapters. when you connect to any desktop with RDC (Remote Desktop Connection) at a resolution less than the resolution of the previous session, Windows will move your desktop icons back into the remote session desktop size. this means that if you connect via RDC at 1280x1024, it will move icons from your second screen (those outside the 1280x1024 boundary) back to your 1st. i guess the basis for this decision is so that you have access to them instead of them being "out of reach" so to speak.
a work-around i have found is a utility i use for multi-monitor environments - UltraMon (http://www.realtimesoft.c
Main Topics
Browse All Topics





by: SysExpertPosted on 2007-10-10 at 19:41:23ID: 20053826
Use console mode using the mstsc
mstsc /v:192.168.0.105 /con /w:1024 /h:768
IP followed by max screen size
see
mstsc /?
for more info
I hope this helps !