-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAll_Regions.mustache.ini
1061 lines (1003 loc) · 23.7 KB
/
All_Regions.mustache.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
; All Regions.ini
;
; This file defines the lockdown profile applied to all connections made by Citrix Receiver.
;
;
; Lockdown Profiles
; =================
;
; A lockdown profile is a set of configuration data for the client, consisting of three main parts:
; - The [Top Level] section controlling how the lockdown profile is applied.
; - The lockdown sections that constrain client configuration.
; - The [Preferences] section that list preferred configuration settings.
;
;
; [Top Level] section
; -------------------
;
; The [Top Level] section contains high level settings controlling the overall
; functionality of the client with respect to this lockdown profile. This includes
; configuration data versioning, preventing invalid or unsafe network connections
; and defining the behaviour of the client when it needs to handle unexpected
; configuration data.
;
;
; Lockdown sections
; -----------------
;
; The lockdown sections define constraints that are placed on configuration parameters,
; known as the lockdown criteria. The client will only connect using configuration that
; satisfies all lockdown criteria.
;
; When applying a lockdown, each parameter is assigned a type: one of string, integer
; or boolean. The format used by the lockdown criteria is usually dictated by the parameter
; type, but it is acceptable to, for example, restrict an integer value with
; a string lockdown criteria.
;
; String lockdown criteria
; ------------------------
;
; An unrestricted string parameter is denoted by a lockdown profile entry of the form:
;
; MyParameter=
;
; This is the least restrictive lockdown criteria available as it allows any configuration
; value to be specified, including numeric and boolean values that also have string
; representations.
;
; When restricting string parameters, a comma separated list of allowed values may
; be used. This will have the form:
;
; MyParameter=value1,value2,value3
;
; This restricts the possible configuration values that the client can use to one of the
; three values: value1, value2 or value3. If the MyParameter has not been specified in any
; configuration data, the first in the list is used as a default, in this case value1.
;
; Any of the lockdown criteria parts may include the wildcard *. This matches an arbitrary
; number of characters in configuration data. The form in this case would be:
;
; MyParameter=value*option
;
; This would allow any parameter value starting with "value", ending with "option".
;
; The character \ is available to escape control characters.
;
; Integer lockdown criteria
; -------------------------
;
; An unrestricted integer parameter is denoted by a lockdown profile entry of the form:
;
; MyParameter=*
;
; Note that this form will allow boolean values, but not string values.
;
; As with the string lockdown criteria, a comma separated list of values can be used with
; the first being used as a default value.
;
; MyParameter=10,20,30
;
; This allows MyParameter to take one of three values 10, 20 or 30 with 10 being the default.
;
; Integer ranges may be specified using the hyphen (-) character.
;
; MyParameter=100-,50-75,-25
;
; This allows values less than 25, between 50 and 75 and above 100 to be specified. Note
; that all configuration data in the client uses unsigned integers.
;
; Boolean lockdown criteria
; -------------------------
;
; An unrestricted boolean parameter is denoted by a lockdown profile entry of the form:
;
; MyParameter=*
;
; This is shared with integer configuration. It is possible to specify booleans only
; using the form:
;
; MyParameter=true,false
;
; This, however, has the side effect of choosing true as the default value.
;
; When restricting boolean values, use one of the following forms:
;
; MyParameter=true
; MyParameter=false
;
;
; Lockdown violation
; ------------------
;
; When processing configuration data, the client will consult the lockdown profiles for
; any restrictions that are placed on the parameters.
;
; In the case where a parameter is not allowed by a lockdown profile the client will attempt
; to change the parameter value to something that satisfies the lockdown criteria if the
; [Top Level] parameter "OverrideInvalidICAParamaters" is specified as "true".
;
; If the client encounters configuration data that is not specified in a lockdown profile,
; it will allow configuration data if the [Top Level] parameter "AllowUnrecognisedICAParameters"
; is set as "true". Otherwise it will discard the configuration data if the [Top Level]
; parameter "OverrideInvalidICAParamaters" is specified as "true".
;
; If it is not possible to choose configuration data that satisfies all lockdown profiles,
; the client will fail to connect, displaying an error message.
;
;
; [Preference] section
; --------------------
;
; The preference section is a list of the recommended configuration settings for this region.
; Unlike the lockdown criteria, these can be overridden by other lockdown profiles or
; client configuration options.
;
; Preference section entries have the form:
;
; MyParameter=preferredValue
;
;
; The Top Level configuration defines the basic functionality of this Profile.
;
; Version Minimum - This is the minimum version of the client that can run using the
; configuration contained in this lockdown profile. Its value is the
; client major version number * 1000 + the client minor version number.
;
; Version Maximum - This value is increased when a client has upgraded the configuration
; data for a more recent version of the client.
;
; EnableLockdown - When set to false, the restrictions in this lockdown profile are not
; applied.
;
; AllowConnection - When set to false, the client is prevented from performing network
; connections.
;
; OverrideInvalidICAParameters
; - When the configuration conflicts with the lockdown criteria in this
; lockdown profile, the client will attempt to chose alternative configuration
; if this parameter is set to true.
;
; AllowUnrecognisedICAParameters
; - When the client encounters configuration not specified in this lockdown
; profile, the client will discard it when this setting is set to "false".
; If this parameter is set to "true", configuration parameters not listed
; in this lockdown profile will be automatically accepted.
;
[Top Level]
Version Minimum=10000
Version Maximum=10000
EnableLockdown=true
AllowConnection=true
OverrideInvalidICAParameters=true
AllowUnrecognisedICAParameters=false
;
; These settings govern loadbalancing and application lookup functionality.
;
; BrowserProtocol - This specifies the communication protocol, usually TCP or HttpOnTCP
; xxxBrowserAddress - These are the addresses of browsers that the client will contact for
; the selected communication protocol. Multiple browsers can be
; specified in failover order.
;
;
[Application Browsing]
BrowserProtocol=
BrowserRetry=*
BrowserTimeout=*
ICAHTTPBrowserAddress=
IPXBrowserAddress=
LocIPXBrowserAddress=
NETBIOSBrowserAddress=
LocNETBIOSBrowserAddress=
;
; These settings define the Addresses used for HTTP Application Browsing.
;
;
[Application Browsing\HTTP Addresses]
HttpBrowserAddress=
HttpBrowserAddress2=
HttpBrowserAddress3=
HttpBrowserAddress4=
HttpBrowserAddress5=
HttpBrowserAddress6=
HttpBrowserAddress7=
HttpBrowserAddress8=
HttpBrowserAddress9=
HttpBrowserAddress10=
HttpBrowserAddress11=
HttpBrowserAddress12=
HttpBrowserAddress13=
HttpBrowserAddress14=
HttpBrowserAddress15=
LocHttpBrowserAddress=
LocHttpBrowserAddress2=
LocHttpBrowserAddress3=
LocHttpBrowserAddress4=
LocHttpBrowserAddress5=
LocHttpBrowserAddress6=
LocHttpBrowserAddress7=
LocHttpBrowserAddress8=
LocHttpBrowserAddress9=
LocHttpBrowserAddress10=
LocHttpBrowserAddress11=
LocHttpBrowserAddress12=
LocHttpBrowserAddress13=
LocHttpBrowserAddress14=
LocHttpBrowserAddress15=
;
; These settings define the Addresses used for TCP Application Browsing.
;
[Application Browsing\TCP Addresses]
TCPBrowserAddress=
TCPBrowserAddress2=
TCPBrowserAddress3=
TCPBrowserAddress4=
TCPBrowserAddress5=
TCPBrowserAddress6=
TCPBrowserAddress7=
TCPBrowserAddress8=
TCPBrowserAddress9=
TCPBrowserAddress10=
TCPBrowserAddress11=
TCPBrowserAddress12=
TCPBrowserAddress13=
TCPBrowserAddress14=
TCPBrowserAddress15=
LocTCPBrowserAddress=
LocTCPBrowserAddress2=
LocTCPBrowserAddress3=
LocTCPBrowserAddress4=
LocTCPBrowserAddress5=
LocTCPBrowserAddress6=
LocTCPBrowserAddress7=
LocTCPBrowserAddress8=
LocTCPBrowserAddress9=
LocTCPBrowserAddress10=
LocTCPBrowserAddress11=
LocTCPBrowserAddress12=
LocTCPBrowserAddress13=
LocTCPBrowserAddress14=
LocTCPBrowserAddress15=
;
; These settings are used to control the core client functionality
;
; Version - the version of the ICA protocol to use (currently 2)
; ClientName - Client name to report to server
; WinstationDriver - Core module to load
;
[Client Engine]
Version=*
ClientName=
WinStationDriver=
UseSDLVB=*
ForceLVBMode=*
DisableSound=*
IsDesktopAppliance=*
DesktopRestartAllowed=*
UseCtrlAltEnd=*
UIPTimeoutMsec=*
FlowControlEnabled=*
ZFile=
ZFilePlayback=*
AllowMultiStream=*
;
; These settings control aspects of the displayed GUI
;
[Client Engine\GUI]
Title=
ConnectionFriendlyName=
AppendUsername=
UseIconWindow=
CursorStipple=
OutputMode=*
IgnoreErrors=
DisableXRender=*
ConnectionBar=*
;
; These settings control Panning and Scaling for Windows CE
;
PanningPosition=*
ScaleFactor=*
PanCustomX=*
PanCustomY=*
;
; These settings are used to control published application launching
;
; InitialProgram - the program commandline or application to launch.
; Published applications have the format #<name>
;
; LaunchReference - Reference token for a specific session on a server
;
; WorkDirectory - the default working directory for the program launched
;
; LongCommandLine - Alternative to InitialProgram for launching programs
; with long commandlines.
;
[Client Engine\Application Launching]
InitialProgram=
WorkDirectory=
LaunchReference=
LongCommandLine=
LongCommandLine000=
LongCommandLine001=
LongCommandLine002=
LongCommandLine003=
LongCommandLine004=
LongCommandLine005=
LongCommandLine006=
LongCommandLine007=
LongCommandLine008=
LongCommandLine009=
LongCommandLine010=
LongCommandLine011=
LongCommandLine012=
LongCommandLine013=
LongCommandLine014=
LongCommandLine015=
LongCommandLine016=
HDXFlashUseFlashRemoting=
SubscriptionUrl=
PreferredWindowsBounds=
PreferredMonitors=
PreferredWindowState=
SaveMultiMonitorPref=
;
; These settings control how the ICA file is handled
;
; RemoveICAFile - set to true if the ICA file should be deleted after
; the session has completed.
;
[Client Engine\ICA File]
RemoveICAFile=*
Launcher=
;
; These settings control how the client handles running multiple applications
; on a single server connection.
;
[Client Engine\Session Sharing]
SessionSharingKey=
EnableSessionSharing=*
SessionSharingLoose=*
EnableSessionSharingHost=
EnableSessionSharingClient=
SessionSharingLaunchOnly=
SessionSharingName=
EnableIPCSessionControl=
SucConnTimeout=
ApplySucConnTimeoutToDesktops=
;
; These settings control the "hot keys" that control the client, rather than
; being sent to the server within a session.
;
[Client Engine\Hot Keys]
Hotkey1Shift=
Hotkey2Shift=
Hotkey3Shift=
Hotkey4Shift=
Hotkey5Shift=
Hotkey6Shift=
Hotkey7Shift=
Hotkey8Shift=
Hotkey9Shift=
Hotkey10Shift=
Hotkey11Shift=
Hotkey12Shift=
Hotkey13Shift=
Hotkey14Shift=
Hotkey15Shift=
Hotkey1Char=
Hotkey2Char=
Hotkey3Char=
Hotkey4Char=
Hotkey5Char=
Hotkey6Char=
Hotkey7Char=
Hotkey8Char=
Hotkey9Char=
Hotkey10Char=
Hotkey11Char=
Hotkey12Char=
Hotkey13Char=
Hotkey14Char=
Hotkey15Char=
;
; These settings handle authentication to servers
;
[Logon]
AutoLogonAllowed=*
;
; These settings handle passwords stored on the client machine.
;
[Logon\Saved Credentials]
Username=
Domain=
Password=
ClearPassword=
SavePnPassword=*
NoSavePwordOption=*
UIDomain=*
;
; These settings handle opaque credential tickets provided for
; automatic authentication to a server.
;
[Logon\Ticket]
LogonTicketType=
LogonTicket=
;
; These settings handle network topology, security and routing
;
[Network]
IdentificationController=
;
; These settings handle the CGP proxy that is used for routing
; and session reliability.
;
[Network\CGP]
CGPAddress=
CGPSecurityTicket=*
SessionReliabilityTTL=*
CGPAllowed=*
[Network\Protocols]
Address=
UseAlternateAddress=*
TransportDriver=
ICAPortNumber=
PhoneNumber=
UseAreaAndCountry=*
;
; These settings handle the UDT
;
[Network\UDT]
HDXoverUDP=
;udtMSS=*
udtRCVBUF=*
udtSNDBUF=*
udtIFlightFlagSize=*
udtUDPRCVBUF=*
udtUDPSNDBUF=*
udtNSGHAFTimeout=*
;
; These settings handle the proxies used for connections
;
[Network\Proxy]
ProxyType=
ProxyAutoConfigURL=
ProxyBypassList=
ProxyHost=
ProxyPort=*
ProxyUsername=
ProxyPassword=
ProxyTimeout=*
WpadHost=
AltProxyType=
AltProxyAutoConfigURL=
AltProxyBypassList=
AltProxyHost=
AltProxyPort=*
AltProxyUsername=
AltProxyPassword=
AltProxyTimeout=*
ICASOCKSProtocolVersion=
ICASOCKSProxyHost=
ICASOCKSProxyPortNumber=*
ICASOCKSrfc1929Username=
ICASOCKSrfc1929Password=
ICASOCKSTimeout=*
ProxyUseDefault=*
ProxyFallback=*
ProxyFavorIEConnectionSetting=*
DoNotUseDefaultCSL=*
ProxyAuthenticationBasic=*
ProxyAuthenticationPrompt=*
ProxyAuthenticationNTLM=*
;
; These settings handle automatic reconnection during network failure
;
[Network\Reconnection]
TransportReconnectEnabled=*
TransportReconnectOptions=*
TransportReconnectRetries=*
TransportReconnectDelay=*
ICAKeepAliveEnabled=*
ICAKeepAliveInterval=*
TCPSendBufferSize=*
TCPRecvBufferSize=*
TCPRecvBufferSizeNoFlow=*
;
; These settings handle SSL and TLS cryptography
;
; SSLEnable - Enables and disables SSL or TLS
;
; SecureChannelProtocol
; - Choose between SSL or TLS
;
[Network\SSL]
SSLEnable=*
SSLProxyHost=
SSLCommonName=
SSLNoCACerts=*
SSLCACert1=
SSLCACert2=
SSLCACert3=
SSLCACert4=
SSLCACert5=
SecureChannelProtocol=
SSLCiphers=
SSLCertificateRevocationCheckPolicy=
SSLEnableCertificatePolicyVerification=*
SSLInTitle=*
MinimumTLS=
MaximumTLS=
Enable_RC4-MD5=
Enable_RC4_128_SHA=
Enable_TLS_RSA_=
;
; These settings handle the trusted server configuration feature which performs
; region identification.
;
[Network\ClientSelectiveTrust]
EnableClientSelectiveTrust=*
;
; These settings handle SecureICA encryption parameters
;
[Network\Encryption]
EncryptionLevelSession=
EncryptionDLL=
[Network\Compression]
Compress=*
MaximumCompression=*
; Unix client plugin for video/keyboard/mouse/event support.
[Plugin]
KVMEPlugin=
;
; These settings control the client functionality available to the server
;
[Virtual Channels]
UseThread=*
;
; These settings control the client audio virtual channels
;
[Virtual Channels\Audio]
ClientAudio=*
AudioBandwidthLimit=*
EnableAudioInput=*
EnableAudioInputMode=*
EnableUDPAudio=*
UDPAudioPortLow=*
UDPAudioPortHigh=*
; Latency Control settings
AudioLatencyControlEnabled=*
AudioMaxLatency=*
AudioLatencyCorrectionInterval=*
AudioTempLatencyBoost=*
; GStreamer Audio Settings
GSTAudioSrcName=*
GSTAudioSinkName=*
GSTSpeexBufferingLatency=*
GSTVorbisBufferingLatency=*
AudioPipelineLatency=*
; Audio output latency
AudioOutputLatency=*
; Disable use of optimized codecs for audio input
AudioDisableInputEncoding=*
;
; These settings control the keyboard settings
;
[Virtual Channels\Keyboard]
TransparentKeyPassthrough=
KeyPassthroughEscapeChar=
KeyPassthroughEscapeShift=
UseLocalIM=*
KeyboardLayout=
KeyboardType=
KeyboardSendLocale=*
KeyboardTimer=*
UseEUKS=*
UseEUKSforASCII=*
SETLEDPos=4
EUKSModeMask=*
ScancodeEnabled=*
KeyboardMappingFile=
UnicodeKeyboard=
LocaleKeyMapping=*
SuperMetaToWinKeys=*
RightSuperMetaToWinKey=*
BalanceShiftKeys=*
BalancedShiftMask=*
EchoShiftKeys=*
MSLocaleNumber=*
BypassSetLED=
ServerDoesMultiMod=*
;
; These settings control the mouse settings
;
[Virtual Channels\Mouse]
ClientMouseDoubleClickDetect=*
MouseTimer=*
MouseMap=
MouseXButtonMapping=
MouseWheelMapping=
MouseScrollAmount=*
MouseSendsControlV=*
PointerClickTime=*
PointerGrabTime=*
RelativeMouse=*
RelativeMousePointerFeedback=*
RelativemouseOnChar=
RelativeMouseOnShift=
RelativeMouseOffChar=
RelativeMouseOffShift=
SoftwareMouse=*
[Virtual Channels\Client Update]
UpdatesAllowed=*
;
; These settings control the clipboard virtual channel
;
[Virtual Channels\Clipboard]
ClipboardAllowed=*
;
; These settings control access to client scanner and webcam devices
;
[Virtual Channels\Image Capture]
TwainAllowed=*
;
; These settings control access to client file systems
;
; CDMAllowed - enables or disables filesystem access
; DisableDrives - lists client filesystems that should not be mapped to
; the server
; CDMReadOnly - allow only read only access to client filesystems
;
[Virtual Channels\Drives]
CDMAllowed=*
SFRAllowed=*
DocumentsFolder=
DesktopFolder=
DisableDrives=
ClientDrive=*
DynamicCDM=*
DynamicCDMDirs=
DynamicCDMReadOnly=*
IgnoreFileChangeSize=*
AllowWriteOpenToROF=*
AllowSymlinkTraversalOutsideMap=*
;
; These settings are used only on Unix platforms where the directory
; structure needs to be mapped to a Windows equivalent.
;
[Virtual Channels\Drives\Device]
DrivePathA=
DriveEnabledA=
DriveReadAccessA=
DriveWriteAccessA=
DrivePathB=
DriveEnabledB=
DriveReadAccessB=
DriveWriteAccessB=
DrivePathC=
DriveEnabledC=
DriveReadAccessC=
DriveWriteAccessC=
DrivePathD=
DriveEnabledD=
DriveReadAccessD=
DriveWriteAccessD=
DrivePathE=
DriveEnabledE=
DriveReadAccessE=
DriveWriteAccessE=
DrivePathF=
DriveEnabledF=
DriveReadAccessF=
DriveWriteAccessF=
DrivePathG=
DriveEnabledG=
DriveReadAccessG=
DriveWriteAccessG=
DrivePathH=
DriveEnabledH=
DriveReadAccessH=
DriveWriteAccessH=
DrivePathI=
DriveEnabledI=
DriveReadAccessI=
DriveWriteAccessI=
DrivePathJ=
DriveEnabledJ=
DriveReadAccessJ=
DriveWriteAccessJ=
DrivePathK=
DriveEnabledK=
DriveReadAccessK=
DriveWriteAccessK=
DrivePathL=
DriveEnabledL=
DriveReadAccessL=
DriveWriteAccessL=
DrivePathM=
DriveEnabledM=
DriveReadAccessM=
DriveWriteAccessM=
DrivePathN=
DriveEnabledN=
DriveReadAccessN=
DriveWriteAccessN=
DrivePathO=
DriveEnabledO=
DriveReadAccessO=
DriveWriteAccessO=
DrivePathP=
DriveEnabledP=
DriveReadAccessP=
DriveWriteAccessP=
DrivePathQ=
DriveEnabledQ=
DriveReadAccessQ=
DriveWriteAccessQ=
DrivePathR=
DriveEnabledR=
DriveReadAccessR=
DriveWriteAccessR=
DrivePathS=
DriveEnabledS=
DriveReadAccessS=
DriveWriteAccessS=
DrivePathT=
DriveEnabledT=
DriveReadAccessT=
DriveWriteAccessT=
DrivePathU=
DriveEnabledU=
DriveReadAccessU=
DriveWriteAccessU=
DrivePathV=
DriveEnabledV=
DriveReadAccessV=
DriveWriteAccessV=
DrivePathW=
DriveEnabledW=
DriveReadAccessW=
DriveWriteAccessW=
DrivePathX=
DriveEnabledX=
DriveReadAccessX=
DriveWriteAccessX=
DrivePathY=
DriveEnabledY=
DriveReadAccessY=
DriveWriteAccessY=
DrivePathZ=
DriveEnabledZ=
DriveReadAccessZ=
DriveWriteAccessZ=
;
; These settings handle streaming video and audio features
;
[Virtual Channels\Multimedia]
MultiMedia=*
SpeedScreenMMA=*
SpeedScreenMMAStopOverlayHandlingEvents=*
SpeedScreenMMAClosePlayerOnEOS=*
SpeedScreenMMAForceAspectRatio=*
SpeedScreenMMAVideoEnabled=*
SpeedScreenMMAAudioEnabled=*
SpeedScreenMMASecondsToBuffer=*
SpeedScreenMMAMaximumBufferSize=*
SpeedScreenMMAMinBufferThreshold=*
SpeedScreenMMAMaxBufferThreshold=*
SpeedScreenMMAPlaybackPercent=*
SpeedScreenMMAVerbose=*
SpeedScreenMMAFlowControlV3=*
SpeedScreenMMAEnablePlaybin2=*
SpeedScreenMMACSFEnabled=*
SpeedScreenMMAGstPlayKillAtExit=*
SpeedScreenMMAGstPlayExitTimeout=*
SpeedScreenMMARebaseTimestampsOnSeek=*
UseSubwindows=*
;
; These settings handle printers connected to the client device
;
[Virtual Channels\Printing]
CPMAllowed=*
VSLAllowed=*
;
; These settings are used only on Unix platforms where the printing
; infrastructure needs to be mapped to a Windows equivalent.
;
[Virtual Channels\Printing\Device]
ClientPrinterList=
UnixPrintCommand=
MFPrintCommand=
DefaultPrinter=
DefaultPrinterDriver=
PrinterQueryRefreshTime=
ClientPrinterQueue=
UsePrintcap=*
PrinterFlowControl=*
;
; These settings handle devices connected to the client serial port
;
[Virtual Channels\Serial Port]
COMAllowed=*
VirtualCOMPortEmulation=*
ContinueWithoutPDALockFile=*
CommPollSize=*
CommPollWaitMin=*
CommPollWaitMax=*
CommPollWaitInc=*
CommWakeOnInput=*
;
; These settings are used only on Unix platforms where the COM port
; devices need to be mapped to a Windows equivalent.
;
[Virtual Channels\Serial Port\Device]
LastComPortNum=
ComPort1=
ComPort2=
ComPort3=
ComPort4=
ComPort5=
ComPort6=
ComPort7=
ComPort8=
ComPort9=
ComPort10=
ComPort11=
ComPort12=
ComPort13=
ComPort14=
ComPort15=
ComPort16=
ComPort17=
ComPort18=
ComPort19=
ComPort20=
ComPort21=
ComPort22=
ComPort23=
ComPort24=
ComPort25=
ComPort26=
ComPort27=
ComPort28=
ComPort29=
ComPort30=
ComPort31=
ComPort32=
;
; These settings handle the integration of remote application windows
; with applications running on the local machine
;
[Virtual Channels\Seamless Windows]
TWIMode=*
DisableMMMaximizeSupport=*
TWIIgnoreWorkArea=*
SetTWIFocusOnTitled=*
SetTWIFocus=*
TWIFocusOnRaise=*
TWICheckStackOnExpose=*
TWIUse_NET_ACTIVE=*
TWILostFocusCheckTime=*
TWIDropFocus=*
UpdateTime=*
TWIIgnoreNormalState=*
TWIMoveResizeType=*
TWIMoveResizeHideWindowType=*
TWIWSHideWindowType=*
TWISetFocusBeforeRestore=*
TWIEnableModalParent=*
TWICoordinateWinPosition=*
LogoffDesktopThroTWI=*
TWIEmulateSystray=*
TWICleanupTimer=*
TWIFlashMethod=*
;
; These settings handle access to client smartcard devices
;
[Virtual Channels\Smartcard]
SmartCardAllowed=*
DisableCtrlAltDel=*
ReadersStatusPollPeriod=
ResMngrRunningPollPeriod=
UCSCWAMap=*
;
; These settings control the graphics compression options
;
[Virtual Channels\Thinwire Graphics]
LocalDisplayNames=
EnableAtomicDisplay=*
UserVisualID=
DesiredColor=*
ApproximateColors=*
DesiredHRES=*
DesiredVRES=*
ScreenPercent=*
UseFullScreen=*
TWIFullScreenMode=*
NoWindowManager=*
ResizeSession=
PersistentCacheEnabled=*
PersistentCachePath=
PersistentCacheSize=*
PersistentCacheMinBitmap=*
TWIDesiredIconColor=*
GraphicCacheSize=*
SpeedScreenIA=*
SpeedScreenBA=*
SpeedScreenBACompressionEnabled=*
SpeedScreenBADecompressedCacheSize=*
SpeedScreenBACompressedCacheSize=*
SpeedScreenBAMaximumCompressionLevel=*
TW2StopwatchMinimum=*
EnableOSS=*
TwRedundantImageItems=*
WinSetting=*
PrimaryMonitor=*
PreferredLaunchMonitor=*
FontSmoothingType=*
WindowManagerWidthAllowance=*
WindowManagerHeightAllowance=*
EnableH264HWAcceleration=*
DirectDecode=*
BatchDecode=*
H264Enabled=*
TextTrackingEnabled=*
SmallFramesEnabled=*
FontSmoothingTypePref=*
HBCCapMB=*
;
; These settings control third party ICA client extensions
;