en-US citrix computer

vPrefer

Citrix Workspace App

Supported on: All Citrix Workspace supported platforms

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

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

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Citrix\Dazzle]
"VPrefer"=dword:00000001
"AllowApps"=dword:00000001