en-US citrix computer

vPrefer

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

Supported on: All Citrix Workspace supported platforms

Path in the GPO console

Computer Configuration\Administrative Templates\Citrix Components\Citrix Workspace\Self Service

Description

You can now control whether the remote Citrix Workspace app launches the instance of an application installed on first hop server/desktop (if available) in preference to launching a remote application. Select any of the following options: 1. Allow all apps: Launches the client instance of all apps. 2. Allow installed apps: Launches the client instance of installed apps only. 3. Allow network apps: Launches the instance of an app that is published on a shared network.

Registry

HKLM SOFTWARE\Policies\Citrix\Dazzle

Value name: VPrefer

Enabled: VPrefer = 1

Disabled: VPrefer = 0

More options available

Options

Allow
AllowApps enum
  • Allow installed apps -> 0
  • Allow all apps -> 1 (default)
  • Allow network apps -> 2

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: vPrefer
; State: Enabled
; Supported on: All Citrix Workspace supported platforms

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Citrix\Dazzle]
"VPrefer"=dword:00000001
"AllowApps"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: vPrefer
# State: Enabled
# Supported on: All Citrix Workspace supported platforms

$path = 'HKLM:\SOFTWARE\Policies\Citrix\Dazzle'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'VPrefer' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'AllowApps' -Value 1 -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