I use a laptop and I am docking and undocking frequently. Often when I connect to another machine using remote desktop, the screen size gets messed up when I dock again. By "messed up" I mean that it stays the size of my lap top screen (wide screen ratio). Clicking maximize will not get it to go full screen.

Any ideas how I can reset this (other than a reboot).

link|improve this question

68% accept rate
feedback

3 Answers

up vote 21 down vote accepted

The problem is that the RDP-client remembers the resolution of your last connection.

This can be remedied by adjusting the resolution in the RDP-connection dialog to "Full Screen"

Options >> Display > Remote Desktop Size: Full Screen (to the right)

alt text

Another possibility is to create a desktop shortcut for each of your frequently used resolutions. This can be done by making a shortcut to RDP and adding the following flags:

/w:[width] and /h:[height]

Examples of shortcuts would then be:

Docked: %SystemRoot%\system32\mstsc.exe /w:1600 /h:1200

Laptop: %SystemRoot%\system32\mstsc.exe /w:1920 /h:1200

alt text

link|improve this answer
1  
+1: Nice answer, great images. – EvilChookie Aug 7 '09 at 21:55
feedback

In Windows 7, clicking "maximize" does maximize the window, but it doesn't go full screen. While in a remote desktop connection session, try Ctrl-Alt-Break. That should force the RDC window to go full screen.

link|improve this answer
2  
+1 This worked perfectly! I never knew of this shortcut! This is just what I needed as my laptop seems to loose the full screen ability every time it goes in to standby. – William Hilsum Jul 13 '10 at 16:46
For information, this solution is getting a lot of "thank you" answers from different people (which are deleted by moderators, answers should be used only to answer the question). – Gnoupi Jul 29 '10 at 15:14
feedback

I have seen this problem before. The easiest way to fix this is to alter the display resolution from the display applet in control panel. Set the screen to the right resolution manually and your problem should be fixed.

link|improve this answer
1  
The problem is that the remote desktop session screen resolution and the client screen resolution match, but the remote desktop window is not set to full-screen mode, so maximizing it still shows the window bar and scrollbars, despite the resolutions matching and it not being necessary to show the windows border and scrollbars. That's why the alt+ctrl+pause/break method works. In windows 7, when you set it to full screen... it remembers the actual resolution of the screen at that moment, rather than "full screen". This happens when I start a connection from the remote desktop jump list. – Triynko Sep 22 '10 at 14:37
feedback

protected by random Jul 29 '10 at 23:50

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.