Reset Search
 

 

Article

KB44400 - Multi monitor support via premier java RDP applet

« Go Back

Information

 
Last Modified Date3/18/2020 7:45 AM
Synopsis
This article provides information on multi monitor support configuration for Premier java RDP Applet.
Problem or Goal
We can expand the session to all monitors (up-to 16) connected to the client machine.

Configure the PCS device to use the Pulse Secure HOB applet:
  • Login to the PCS device as an admin, go to Resource Profiles > Terminal Services, and add a new Terminal Service Profile.
  • Provide the Name and Server Name/IP details.
  • Select the Enable Java Support option and select the HOB Premier Java RDP Applet.
  • Enable the Configure HTML for default applet option
For multiple monitors, we can use below params :

For 3 monitors :

<param name="WINDOW" value="FULLSCREEN">
<param name="SCREEN" value="CUSTOM">
<param name="SCREENSELECTION" value="1+2+3”>

For 4 monitors :

<param name="WINDOW" value="FULLSCREEN">
<param name="SCREEN" value="CUSTOM">
<param name="SCREENSELECTION" value="1+2+3+4”>

For up-to 16 monitors :

<param name="WINDOW" value="FULLSCREEN">
<param name="SCREEN" value="all">

For example, for 3 monitors, add below params,save changes and assign to user role :

User-added image
Cause
Solution
Related Links
Attachment 1 
Created Byjai laisram

Feedback

 

Was this article helpful?


   

Feedback

Please tell us how we can make this article more useful.

Characters Remaining: 255