Setup Guide
Table Of Contents
- Dell Wyse ThinOS Version 8.5 INI Reference Guide
- Introduction
- Getting Started: Learning INI File Basics
- Parameters for wnos INI files only
- Parameters for wnos INI, {username} INI, and $MAC INI files
- Connect Parameter: Options
- TimeZone Parameter: Values
- Best Practices: Troubleshooting and Deployment Examples
Table 9. Connection Settings: wnos.ini files, {username} INI, and $MAC INI files (continued)
**SessionConfig=ALL
[unmapprinters={no, yes}]
[unmapserials={
no, yes}]
[smartcards={no, yes}]
[mapdisks={no, yes}]
[disablesound={no, yes, 2}]
[unmapusb={
no, yes}]
[DisksReadOnly={no, yes}]
[MouseQueueTimer={0–99}]
[WyseVDA={
no, yes}]
[WyseVDA_PortRange=startPort, endPort]
[UnmapClipboard={no, yes}]
[DefaultColor={0,1,2}]
[VUSB_DISKS={yes, no}]
[VUSB_AUDIO={yes, no}]
[VUSB_VIDEO={yes,
no}]
[VUSB_PRINTER={yes, no}]
[FullScreen={no, yes}]
[Resolution={default, vga_resolution}]
[DisableResetVM={no, yes}]
[WyseVDAServerPort=serverPort]
[FontSmoothing={
yes, no}]
[AutoConnect={yes, no}]
[MultiMonitor={yes, no}]
[EnableImprivataVC={yes,no}]
[Locale=LocaleID]
[SessionLogoffTimeout=seconds]
[GroupSession={yes,no}]
SessionConfig — Specifies the default settings of the
optional connection parameters for all sessions.
unmapprinters — Default is no. Yes/no option to un-map
printers.
unmapserials — Default is no. Yes/no option to un-map
serials.
smartcards — Default is no. Yes/no option to use
smartcards.
mapdisks — Default is no. Yes/no option to map disks.
disablesound — Default is no. Yes/no option to disable
sound. If value is set to 2, the sound at remote computer is
disabled.
unmapusb — Default is no. Yes/no option to un-map USBs.
DisksReadOnly — Default is no. Yes/no option to mount
mass storage disks as read-only.
MouseQueueTimer — Specifies the default queue timer of a
mouse event in an ICA or RDP session (in 1/100 of a second).
It can be used to adjust the bandwidth of a network.
WyseVDA — Default is no. Yes/no option to enable Virtual
Desktop Accelerator for all ICA and RDP sessions.
WyseVDA_PortRange — Sets the ThinOS VDA client port
range. The port range must follow these rules:
1. The port range is a list of start port and end port
separated by a semicolon (;) or a comma (,).
2. Both ports must be between 1 and 65535.
3. The end port must be greater than start port.
For example, WyseVDA_PortRange=3000,3010, the start port
is 3000, the end port is 3010.
UnmapClipboard — Default is no. Yes/no option to disable
clipboard redirection for all sessions. For ICA and RDP,
specifies if redirecting the clipboard. This setting in wnos.ini
will be saved into nvram, if EnableLocal parameter is set to
yes in wnos.ini.
DefaultColor — Specifies the default color depth to use for
the session 0=256, 1=High color, 2=True Color.
VUSB_DISKS, VUSB_AUDIO, VUSB_VIDEO, and
VUSB_PRINTER — Default no. Specifies if these USB
devices will be redirected to the server using TCX Virtual USB
or ICA or RDP USB redirection. By default, these devices are
set as local devices.
NOTE:
For example, if you want to use USB disks as a
network disk, you can set SessionConfig=all mapdisks=yes
VUSB_DISKS=no.
If you want to use USB disks as server side
device, you can set SessionConfig=all mapdisks=no
VUSB_DISKS=yes. The devices are displayed in device
manager of the session.
FullScreen — Default is no. Specifies the default screen
mode. When using FullScreen in a Dual Screen mode, the
session will be displayed in Span mode
Parameters for wnos INI, {username} INI, and $MAC INI files
81