15

Clients with exceptionally high resolution displays are able to scale the size of their own text and icons to ensure they remain usable. However when using Remote Desktop this setting does not persist through the target machine and so the text and interface is very small and hard to use.

The Remote Desktop client allows the user to specify the resolution that they wish to use on the target machine, but it does not have an option to enable interface scaling. Choosing a lower resolution simple creates a smaller window. Setting the scaling directly on the target OS would force the setting for all other user, who may not want it enabling.

Is it possible to set a lower Remote Desktop resolution whilst keeping the window the same size (up to full-screen) so that the display is artificially scaled?

Ian
  • 163

4 Answers4

5

Yes you can,

Easy answer #1, lower your screen resolution before connecting to the server in question. Problem solved!

More difficult but more interesting way #2:

To connect an rdp session in a maximized window:

Create an RDP file at the resolution that you want, by opening mstsc.exe and setting up the name of the computer that you are connecting to and choosing a resolution OTHER THAN FULLSCREEN on the display tab, I would suggest a 16:10 resolution like these:

This is a list of common screen resolutions with the 16:10 aspect ratio.

Name Dimensions
WXGA 1280×800
WXGA+ 1440×900
WSXGA+ 1680×1050
WUXGA 1920×1200
enter image description here

On the General tab click "Save as". Save the .rdp file somewhere you will be able to find it later.

Now, Open this .rdp file in notepad - (I suggest opening notepad first and then dragging and dropping the file onto it)

Add the following line to the bottom of the file:

smart sizing:i:1

From Notepad's file menu, choose save and close. Smart sizing allows you to stretch your rdp session while connected, while keeping the same resolution. More on Smart sizing here.

Double click on the rdp file that you have altered and your session will open in a regular desktop window, but you can now re-size that window by dragging the corner! This can make for some strange looking rdp windows:

enter image description here

Now, you could just maximize that window, but you can also get it to switch to fullscreen by using the CTRL+ALT+Pause/Break, but you can't do that because you are using a MAC and are missing the keyboard pause/break key that you need to make your session go fullscreen.
FYI: The VIRTUAL KEYBOARD inside of "ease of access center" inside of Control Panel (all view). Will also Still not let you go fullscreen.

So if you must have fullscreen, you will need to download and install Autohotkey and create a script like the one here: http://www.rodolforodarte.com/2011/10/remote-desktop-won%E2%80%99t-go-back-to-full-screen-part-2/

G Koe
  • 4,758
0

Looks like you are out of luck for older servers, but should be good on Windows 2012 R2.

Can't install update on older server: https://social.technet.microsoft.com/Forums/windowsserver/en-US/61059af9-72a6-4817-b58a-d89bd0cf3907/installing-rdp-81-on-server-2008?forum=winserverTS

Update that allows for DPI matching: http://blogs.msdn.com/b/rds/archive/2013/12/16/resolution-and-scaling-level-updates-in-rdp-8-1.aspx

0

If your remote desktop server is on Windows 7 or Windows Server 2008 R2 SP1, login to it as administrator and upgrade RDP to version 8.0: Download from Microsoft Support Site. Reboot. Then go to Control Panel > Appearance > Display: Make text and other items larger or smaller. Adjust the DPI to 100%, 125%, or 150%. Or click Set Custom Text Size (DPI). Log out. Log back in. Voila.

knb
  • 165
John Pick
  • 131
0

I had the same problem: almost everything was too small (desktop icons/text, some programs) the first time I connected to a remote session with my high resolution monitor.

Restarting the remote Windows 8 machine did the trick for me.

DavidC
  • 101