en-US citrix computer

Citrix Workspace Updates

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

Not Configured – Citrix Workspace Updates is enabled. Enabled – Citrix Workspace Updates is enabled with the additional options listed in this dialog. Disabled – Citrix Workspace Updates option is hidden from the Advanced Preferences sheet and you will not receive any update notifications. Enable Citrix Workspace Update Policy: Auto = Citrix Workspace checks for updates automatically. Manual = User checks for updates manually. LTSR ONLY: True = Only LTSR updates will be available. Migrate 32-bit application to a native 64-bit version on 64-bit operating systems: When checked, the auto-updates upgrade Citrix Workspace from 32-bit to 64-bit application to ensure compatibility and optimal performance on 64-bit systems. By default, updates keep the current architecture.

Registry

HKLM Software\Policies\Citrix\ICA Client\AutoUpdate

Value name: Banned

Disabled: Banned = True

More options available

Options

Enable Citrix Workspace Update Policy
Enable enum
  • Auto -> True (default)
  • Manual -> False
LTSR ONLY
LTSROnly boolean - default: 0
Migrate 32-bit application to a native 64-bit version on 64-bit operating systems
MigrateCWAArchitecture boolean - 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: Citrix Workspace Updates
; 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]
"Banned"=dword:00000001
"Enable"="True"
"LTSROnly"=dword:00000000
"MigrateCWAArchitecture"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

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

$path = 'HKLM:\Software\Policies\Citrix\ICA Client\AutoUpdate'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'Banned' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'Enable' -Value 'True' -Type String
Set-ItemProperty -Path $path -Name 'LTSROnly' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'MigrateCWAArchitecture' -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