VMware Horizon Community
CBBCAnalyst
Contributor
Contributor

Horizon Client on Surface Pro 3

I support users using Horizon client (v3.4.0) on new Surface Pro 3 tablets. Users are accessing terminal servers and we don't allow them to change the resolution on their desktops.

Is there any way to prevent the resolution from automatically resizing and making everything too small to read easily?

0 Kudos
4 Replies
mpryor
Commander
Commander

There is no current option to specify a fixed resolution for the connect and have it scale to fit the screen, there is however experimental support for DPI scaling mode in the client which may give you what you need. In the registry, set:

[HKLM\Software\VMware, Inc.\VMware VDM\Client]
"EnableSessionDPIScaling”=“true"

This feature is not currently officially supported but feel free to play with it and provide feedback. Don't forget that on 64-bit systems this key would instead be at HKLM\Software\Wow6432Node\VMware, Inc.\VMware VDM\Client.

0 Kudos
Mike_Kirby
Contributor
Contributor

You need version 3.6 and it is actually HKCU not KCLM

[HKEY_CURRENT_USER\SOFTWARE\VMware, Inc.\VMware VDM\Client]

"EnableSessionDPIScaling"=dword:00000001

0 Kudos
Bleeder
Hot Shot
Hot Shot

Version 3.6?  Do you have a link to that?

0 Kudos
pengwang
VMware Employee
VMware Employee

There is Locked Guest Size GPO, which can specifies the screen resolution of the remote desktop if the display is used on one monitor.After you enable the setting, remote desktop autofit functionality is disabled.This setting applies only to PCoIP connections and does not apply to RDP connections. Please see P38, client user guide for detail. BTW, the latest client version is 3.5.2, Thanks.

0 Kudos