en-US citrix computer

Persistent ICA

Citrix Workspace App

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

Description

Persistent ICA for relaunching sessions. When this policy is enabled then on closing or during launch failure of session or application which is configured, it retriggers the launch. In case of launch failure, maximum number of retries will be based on the configured value in the policy.

Registry

HKLM Software\Policies\Citrix\ICA Client\PersistentICA

Value name: Enabled

Enabled: Enabled = true

Disabled: Enabled = false

More options available

Options

Configured AppName
ConfiguredApp text
Max Launch Retries
MaxRetries decimal - range 1-10 - default: 5

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: Persistent ICA
; State: Enabled
; Supported on: ADMX Migrator encountered a policy that does not have a supportedOn value.

[HKEY_LOCAL_MACHINE\Software\Policies\Citrix\ICA Client\PersistentICA]
"Enabled"="true"
"ConfiguredApp"=""
"MaxRetries"=dword:00000005