Administrator Guide

Table Of Contents
Table 22. Parameters for a xen.ini File (continued)
Parameter Description
and/or bluetooth devices, the camera and/or bluetooth tab will
be enabled too. The optional EnableKeyboardMouseSettings=yes
can be replaced as below:Privilege=none lockdown=yes
EnablePeripherals=keyboard,mouse.
FastDHCP FastDHCP identifies the gateway first. If the gateway
is same as the network before disconnection and the previous
DHCP information is valid, the same information is used. The default
value is yes.
TCPTosDscpUse this option to set the TOS field of all TCP
packets when the fields are not pre-configured by other INI
settings.
UDPTosDscpUse this option to set the TOS field of all UDP
packets when the fields are not pre-configured by other INI
settings.Added new sheet TOS_Priority_settings for TosDSCP INI,
which is merged from TOS_Priority_settings.docx.
HideWlanScanUse this option to disable WIFI scan in lockdown
mode. The default value is no.
Proxy={yes, no}
AppList={ccm;fr;rtme;wms}
[Type={Global, http, https, socks5}]
[Server=_host_port_]
[User=_user_name]
[Password=_password_]
[Encrypt={yes, no}]
Specifies the proxy settings which are saved in non-volatile
memory. If Proxy=no, all proxy settings are cleared and all
the followed options are ignored.
If Proxy=yes, the option AppList must be followed. It specifies
which applications are applied to connect through proxy. WMS,
CCM, FR, and RTME are supported. The application name is
separated with semicolon.
NOTE: Wyse Management Suite is the successor to Cloud
Client Manager (CCM).
The following options are used to configure one or several proxy
server setting. The option Type specifies the proxy protocol
including http, https and socks5. The option Server specifies the
url of the proxy server. The option User and Password specify the
credentials of this proxy server. The option Encrypt specifies if the
password is encrypted or not.
The option User and Password can support system variables.
Because CCM runs before sign on, it is not appropriate to use $UN
and $PW.
If Type=Global, the proxy settings are saved into http proxy setting,
and the https and socks5 proxy settings use the same setting as
http proxy. And the followed proxy settings will be ignored. For
example,
Proxy=yes AppList=fr \
Type=http Server=server1:1234
user=$UN password=$PW
(OR)
Proxy=yes AppList=ccm \
Type=http Server=server1:1234 user=abc password=xyz \
Type=socks5 Server=server2:4321 user=abc password=1234
(OR)
Proxy=yes AppList=ccm;fr \
Type=Global
Creating and Using xen.ini Files
199