en-US citrix user

Client graphics settings

Citrix Workspace App

Supported on: All Citrix Workspace supported platforms

Description

This option enables the quality of graphics displayed by the remote application or desktop. From the color-depth drop down menu, select the preferred range. The available options are 16-bit color and 32-bit color. NOTE: Low color depth is more effective when using low bandwidth. Enable 'Disk based caching' to allow the graphics to be temporarily saved to the local disc cache. Enable Lossy compression to degrade the quality of graphics for maximum compression and responsiveness. Enable HDX 3D Browser acceleration to allow Microsoft IE to be handled by HDX 3D virtual acceleration channel. Enable HDX 3D browser acceleration lossy compression to allow Microsoft IE to degrade the quality of graphics for maximum compression and responsiveness. Enable Remote Video to allow the server to stream video data to the client.

Registry

HKCU Software\Policies\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Thinwire Graphics

More options available

Options

Color depth
DesiredColor enum
  • 16-bit color -> 4
  • 32-bit color -> 8 (default)
Disk-based caching
PersistentCacheEnabled boolean
Lossy compression
SpeedScreenIA boolean - default: 1
HDX 3D Browser Acceleration
SpeedScreenBA boolean - default: 1
HDX 3D Browser Acceleration - lossy compression
SpeedScreenBACompressionEnabled boolean - default: 1
Remote video
SpeedScreenMMA boolean - default: 1
SpeedScreen Latency Reduction - keyboard local echo
ZLKeyboardMode boolean - default: 1
SpeedScreen Latency Reduction - mouse pointer prediction
ZLMouseMode boolean - default: 1

REG Builder

BETA

Configure the state and elements to generate .reg, PowerShell, Intune, and SCCM outputs.

These exports replicate the policy's registry effect. Editing the registry directly is not the same as applying the GPO through the management console (no gpupdate, no central reporting). Test before production; HKLM changes require administrator rights.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Client graphics settings
; State: Enabled
; Supported on: All Citrix Workspace supported platforms

[HKEY_CURRENT_USER\Software\Policies\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Thinwire Graphics]
"DesiredColor"="8"
"PersistentCacheEnabled"=dword:00000000
"SpeedScreenIA"=dword:00000001
"SpeedScreenBA"=dword:00000001
"SpeedScreenBACompressionEnabled"=dword:00000001
"SpeedScreenMMA"=dword:00000001
"ZLKeyboardMode"=dword:00000001
"ZLMouseMode"=dword:00000001