en-US citrix computer

Workspace app version

Verified with Citrix Workspace App 26.3.10 — updated on July 10, 2026

Supported on: ADMX Migrator encountered a policy that does not have a supportedOn value.

Path in the GPO console

Computer Configuration\Administrative Templates\Citrix Components\Citrix Workspace\Citrix Workspace Updates

Description

When enabled, Citrix pushes an automatic update to end users when the Citrix Workspace app is installed. The update can be the latest or a specific version. - Workspace App Version- To manage the version, specify the Citrix Workspace App version. - Upgrade To Latest Version- If enabled, the most recent version will be installed and above parameters will be ignored. - Preferred Start Date- The date on which Citrix Workspace can begin pushing updates. (Date format : YYYY-MM-DD). - Preferred Delivery Period- Delivery window in days. Example: Workspace App Version - 24.10.1.5 Preferred Start Date - 2024-11-27

Registry

HKLM Software\Policies\Citrix\ICA Client\AutoUpdate\1CDF566D-B2C7-47CA-802F-6283C862E1D6

More options available

Options

Workspace App Version
versionControl text
Upgrade To Latest Version
UpgradeToLatest boolean - default: 1
Preferred Start Date
startDate text
Preferred Delivery Period
deliveryPeriod decimal - range 0-30 - default: 0

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Workspace app version
; State: Enabled
; Supported on: ADMX Migrator encountered a policy that does not have a supportedOn value.

[HKEY_LOCAL_MACHINE\Software\Policies\Citrix\ICA Client\AutoUpdate\1CDF566D-B2C7-47CA-802F-6283C862E1D6]
"versionControl"=""
"UpgradeToLatest"=dword:00000001
"startDate"=""
"deliveryPeriod"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Workspace app version
# State: Enabled
# Supported on: ADMX Migrator encountered a policy that does not have a supportedOn value.

$path = 'HKLM:\Software\Policies\Citrix\ICA Client\AutoUpdate\1CDF566D-B2C7-47CA-802F-6283C862E1D6'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'versionControl' -Value '' -Type String
Set-ItemProperty -Path $path -Name 'UpgradeToLatest' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'startDate' -Value '' -Type String
Set-ItemProperty -Path $path -Name 'deliveryPeriod' -Value 0 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview