Forum Discussion
How do I configure WVD to only use one monitor/screen - It always spans all my monitors
Using Server 2016 for the session hosts and Windows 10 to connect.
BTW: Is there an up-to-date list of supported settings that I can refer to?
I tried to use the setting "use multimon" on the host pool with the below command and waited over night to ensure any delayed publishing propagation would have occurred. I then connected again with remote desktop but no change. Command I tried is copied below:
PS C:\Users\johan> set-rdshostpool -TenantName "munobia" -Name "pool" -ValidationEnv $true -CustomRdpProperty "use multimon:i:0"
TenantName : munobia
TenantGroupName : Default Tenant Group
HostPoolName : pool
FriendlyName : pool
Description : Created through ARM template
Persistent : False
DiskPath :
EnableUserProfileDisk : False
ExcludeFolderPath :
ExcludeFilePath :
IncludeFilePath :
IncludeFolderPath :
CustomRdpProperty : use multimon:i:0;
MaxSessionLimit : 999999
LoadBalancerType : BreadthFirst
ValidationEnv : True
Ring :
- Set-RdsHostPool -Tenant <tenant name> -Name <host pool name> -CustomRdpProperty 'use multimon:i:0'
- Christian_MontoyaMicrosoft
Johan_Eriksson : We are continuously improving our documentation, and we have the latest, most up-do-date set here: https://docs.microsoft.com/windows-server/remote/remote-desktop-services/clients/remote-desktop-app-compare#supported-rdp-settings .
Did the multi-mon property end up working? From what you've entered, it looks correct.
- Johan_ErikssonBrass Contributor
Christian_Montoya Thanks for the reply and the link. Yes, I got it to work with that setting in the end.
- BigAl144Copper Contributor
Johan_Eriksson Is this when using the Web to connect to the machine? via: https://rdweb.wvd.microsoft.com/webclient/index.html
just curious as I am trying to determine the multiMon use for the web login.
thanks!