Multiple Monitor Support for Windows Plugin

General conversation about our product. Get help with your 'How To' questions.
Post Reply
chadnewman01
Posts: 9
Joined: Wed Mar 09, 2016 8:05 pm

Multiple Monitor Support for Windows Plugin

Post by chadnewman01 » Mon Aug 21, 2017 3:10 pm

Is there multiple monitor support for the Windows Plugin from within a browser?

Thanks,

Chad Newman
Black Mountain Software

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: Multiple Monitor Support for Windows Plugin

Post by admin » Tue Aug 22, 2017 4:57 pm

Hello,

Yes this setting exist but is hidden in a configuration file.

Locate and open with notepad the remoteapp2.js file in C:\Program Files (x86)\TSplus\Clients\www\software
and set the dualscreen setting to "on". The default is off. Changes are effective when you end your session, refresh your browser and connect again.

// Screen
var remoteapp2_color = '32';
var remoteapp2_full = '2';
var remoteapp2_width = '';
var remoteapp2_height = '';
var remoteapp2_scale = '100';
var remoteapp2_smartsizing = '1';
var remoteapp2_dualscreen = 'on';
var remoteapp2_span = 'off';
Olivier
TSplus support team administrator
Image

chadnewman01
Posts: 9
Joined: Wed Mar 09, 2016 8:05 pm

Re: Multiple Monitor Support for Windows Plugin

Post by chadnewman01 » Fri Aug 25, 2017 3:55 pm

Fantastic!
Thank you very much!

Post Reply