Page 1 of 1

Multiple Monitor Support for Windows Plugin

Posted: Mon Aug 21, 2017 3:10 pm
by chadnewman01
Is there multiple monitor support for the Windows Plugin from within a browser?

Thanks,

Chad Newman
Black Mountain Software

Re: Multiple Monitor Support for Windows Plugin

Posted: Tue Aug 22, 2017 4:57 pm
by admin
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';

Re: Multiple Monitor Support for Windows Plugin

Posted: Fri Aug 25, 2017 3:55 pm
by chadnewman01
Fantastic!
Thank you very much!