en-US citrix computer

Disable all file type association stub creation

Citrix Workspace App

Supported on: All Citrix Workspace supported platforms

Description

When enabled, all stub types are not created by default when an application has a file type association. When disabled, stubs are created for applications and desktops with a file type association (legacy behavior).

Registry

HKLM SOFTWARE\Policies\Citrix\Dazzle

Value name: DisableDefaultFTABinaryCreation

Enabled: DisableDefaultFTABinaryCreation = true

Disabled: DisableDefaultFTABinaryCreation = false

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: Disable all file type association stub creation
; State: Enabled
; Supported on: All Citrix Workspace supported platforms

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Citrix\Dazzle]
"DisableDefaultFTABinaryCreation"="true"