AModifying the RDP template file

When initiating RDP connections, HPCCM retrieves settings from a file named rdp-template.txt,

which can be found in C:\Program Files\Hewlett-Packard\HPConnector. This file can be

modified if you want to override settings that were configured in the HPCCM user interface or if you want to modify RDP settings not available in HPCCM.

CAUTION: Only modify this file if you know what you are doing.

Settings in the file that correspond to settings in the HPCCM user interface have variables as values, such as the following example:

use multimon:i:$(UseMultiMonEnable)

If you wanted to always disable multi-monitor mode for RDP connections regardless of what was set in HPCCM, you would change this line to the following:

use multimon:i:0

If you wanted to always enable multi-monitor mode for RDP connections regardless of what was set in HPCCM, you would change this line to the following:

use multimon:i:1

Settings in this file that do not have a variable by default are not available in the HPCCM user interface, such as the following example:

auto connect:i:1

To the only way to configure settings that do not have a variable is to modify the RDP template file.

5