Resources

In the Thinfinity® Configuration Manager's Profile Editor on the "Resources" tab you will find the following options:

OPTION

DESCRIPTION

Enable Clipboard

Check this option to enable the clipboard on the remote connection.

Enable Intermediate

Disk

Check this option to have an intermediate disk available on the connections created through this profile.

Disk name

This is the name to identify the intermediate disk among the other remote desktop disks.

Automatically download any newly-added file

If set to true, Thinfinity® Workspace will automatically download any file saved or copied in the Intermediate disk direction. Files with the format *.tmp y ~$*.* are excluded by default. Exclude different files from this download by configuring the ini file (see below).

Enable Sound

Check this option to enable the remote sound to be reproduced within the browser. The remote sound works only with Firefox and Chrome web browsers.

Sound quality

Determines the quality that Thinfinity® Workspace will use to reproduce the remote sound. The highest the quality, the most resources will be required.

The settings.ini configuration file can be found on this path:

C:\ProgramData\Cybele Software\Thinfinity\Workspace\DB\settings.ini

Inside the ini file, create an [AutoDownload] section and use the 'Exclusion' key with the values that you want to exclude using Glob Expression Syntax (standard DOS mode), separated by the "|" char. You can also use the regular expression notation to indicate which files to exclude, except for the single pipe character, which is reserved for Thinfinity® Workspace to notice separation between exclusion rules. Use the double pipe character, instead, within the regex for the "or" operator.

Take a look at the following example. Notice the use of ":" at the beginning of the jpg exclusion rule and the double pipe to note that files starting with the letter a or the letter b will be excluded.

[AutoDownload]
Exclusion=*.tmp|~$*.*|:^.*\.jpg$|^[a||b].*$

Last updated