Multi monitor support possible (Win7 Pro / 2012 VDI infrastructure)?
i have setup vdi infrastructure on 2012 server. rdweb access, rd gateway, connection broker, vhost controller, hyper-v live on same box. created personal virtual desktop collection , configured windows 7 pro sp1 vm. within vd collection, i've checked box extend monitors. internet, can connect win7 pro vm via rdweb/connect computer. however, yet i've been unsuccessful getting multi monitor support connection. video driver vm standard hyper-v video. i've read may need install remotefx on server , upgrade client w7 ultimate or enterprise in order make work?
is there other way multi monitor support work on these vm's??
hi,
okay, missed part said using connect remote pc tab of rd web access. thought using icon collection.
to connect remote pc tab to work multiple monitors need edit desktops.aspx file on rd web server. on english install located in c:\windows\web\rdweb\pages\en-us folder. should make backup copy of original file before editing.
in btnconnect function please add following line below rdpstr += "session bpp:i:32\n" line:
rdpstr += "use multimon:i:1\n";
when have added line portion of file similar (new line in bold):
rdpstr += "session bpp:i:32\n"rdpstr += "use multimon:i:1\n";
rdpstr += "redirectclipboard:i:" + getparam("xclipboard", false, "0") + "\n";
after making change need refresh rdweb page if have open.
-tp
Windows Server > Remote Desktop Services (Terminal Services)
Comments
Post a Comment