Customizable session features
The following section outlines the PCoIP session features that you can customize and configure when in a PCoIP session. The following features are outlined:
- Session Menu Bar Visibility
- Disable Hot Keys
- Windowed or Fullscreen Mode
- Set Host Resolution
- Image Scaling
- Maintain Aspect Ratio
- Force Native Resolution
Examples show command-line usage
The examples shown here invoke the PCoIP Software Client via the command line. You can also set these priorities when invoking the PCoIP Software Client programmatically.
Session Menu Bar Visibility¶
To enhance the user experience the PCoIP Session Client enables the menu bar by default, however some use cases may require that it be disabled, or hidden, in order to prevent the user from accessing menu functionality. To disable the menu bar feature use the disable-menubar
parameter, as outlined in the following example:
"c:\Program Files (x86)\Teradici\PCoIP Client\bin\pcoip_client.exe" --disable-menubar
Disable Hot Keys¶
To improve usability, session hot keys, such as Ctrl+Delete+F12 (which disconnects a PCoIP session) are available to users by default. The parameter for this feature is disable-hotkeys
, as outlined in the following example:
"c:\Program Files (x86)\Teradici\PCoIP Client\bin\pcoip_client.exe" --disable-hotkeys
Windowed or Fullscreen Mode¶
You can display the PCoIP session in either windowed or fullscreen mode. Fullscreen mode enables the display topology to support multiple monitors as an extended desktop; windowed mode gives you the flexibility to display multiple application windows in parallel and switch between them quickly. Windowed mode is the default mode, and to activate fullscreen mode use the full-screen
parameter, as outlined in the following example:
"c:\Program Files (x86)\Teradici\PCoIP Client\bin\pcoip_client.exe" --full-screen
Set Host Resolution¶
Normally, the PCoIP session opens with arbitrary window dimensions. In some cases, a user may want to lock the resolution of the host application displays. This ensures the user’s viewing experience is consistent across different monitors and their native resolutions. The parameter for this feature is set-host-resolution
, as outlined in the following example:
"c:\Program Files (x86)\Teradici\PCoIP Client\bin\pcoip_client.exe" --set-host-resolution
- Host Resolution Limitations: It is only possible to specify one target resolution for all displays. The host resolution will not perform to its optimal capability if you have monitors with different resolutions.
Image Scaling¶
The image scaling feature enables scaling on the PCoIP Client without having to specify the desktop resolution. You can apply image scaling when the resolution of the PCoIP Client monitor is not the same as the resolution provided by the host. This feature provides a smoother process for image scaling on the client. The parameter for this feature is enable-scaling
, as outlined in the following example:
"c:\Program Files (x86)\Teradici\PCoIP Client\bin\pcoip_client.exe" --enable-scaling
Maintain Aspect Ratio¶
If the host and PCoIP Client aspect ratios do not match, and the maintain-aspect-ratio
parameter is not used, then the display will be stretched to fit. The parameter for this feature is maintain-aspect-ratio
. If the native aspect ratios of the host’s display and the PCoIP Client’s display do not match, the host’s aspect ratio will be preserved and will appear in the PCoIP session with black bars either on the sides or top and bottom of the display. The parameter for this feature is maintain-aspect-ratio
, as outlined in the following example:
"c:\Program Files (x86)\Teradici\PCoIP Client\bin\pcoip_client.exe" --maintain-aspect-ratio
Force Native Resolution¶
The resolution of the PCoIP Client monitor can be set to the native resolution when the session client is launched using the force-native-resolution
parameter, as outlined in the following example:
"c:\Program Files (x86)\Teradici\PCoIP Client\bin\pcoip_client.exe" --force-native-resolution