en-US citrix computer

Local App Access settings

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\User experience

Description

Use this policy to control how the client presents local applications inside a hosted desktop. Local App Access enables the integration of locally installed applications within a hosted desktop. When users launch locally installed applications using shortcuts, applications appear to be running on their hosted desktop even though it is running on their local device. When this policy is enabled, client presents locally installed applications inside hosted desktop as shortcuts. When disabled, client doesn't present local apps inside hosted desktop. URL redirection is also disabled. Allow URL Redirection: When this is checked, client allows URLs to be redirected from hosted desktop browser to locally installed browser or vice versa. URL blacklist and whitelist on host determine which URLs would be redirected. Browser add-ons, extensions and plugins required for this feature would also need to enable. When unchecked, URLs are not redirected from hosted desktop to client or vice versa. Browser add-ons, extensions and plugins are not disabled.

Registry

HKLM Software\Policies\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Control

Value name: ClientHostedAppsShortcuts

Enabled: ClientHostedAppsShortcuts = true

Disabled: ClientHostedAppsShortcuts = false

This policy sets several registry values:

ClientHostedApps
Enabled: ClientHostedApps = *
Disabled: ClientHostedApps = false
RTWIMode Seamless Windows
Enabled: RTWIMode = *
Disabled: RTWIMode = false

More options available

Options

Allow URL Redirection
ClientHostedAppsURLEnabled boolean

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

[HKEY_LOCAL_MACHINE\Software\Policies\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Control]
"ClientHostedAppsShortcuts"="true"
"ClientHostedApps"="*"
"ClientHostedAppsURLEnabled"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Policies\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Seamless Windows]
"RTWIMode"="*"
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Local App Access settings
# State: Enabled
# Supported on: ADMX Migrator encountered a policy that does not have a supportedOn value.

$path = 'HKLM:\Software\Policies\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Control'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'ClientHostedAppsShortcuts' -Value 'true' -Type String
Set-ItemProperty -Path $path -Name 'ClientHostedApps' -Value '*' -Type String
Set-ItemProperty -Path $path -Name 'ClientHostedAppsURLEnabled' -Value 0 -Type DWord

$path = 'HKLM:\Software\Policies\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Seamless Windows'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'RTWIMode' -Value '*' -Type String

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