en-US citrix computer

Anti-DLL Module Allow List

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\App Protection\Anti-DLL Injection

Description

The DLL Allow List policy allows admins to exclude any DLL from the Anti-DLL protection. When the policy is: Not Configured - No DLL is part of the allow list. Includes all the DLLs during the Anti-DLL protection. Enabled - Excludes DLLs mentioned in the allow list from the Anti-DLL protection. Disabled - Clears the DLL allow list. DLLs need to be configured again when policy is enabled. The Module Allow List field allows admins to add DLL information that can be excluded from the Anti-DLL protection. Sample format to add DLL to the allow list: [ { "filePath": " C:\\Program Files (x86)\\trusted\\messagebox.dll" }, { "filePath": "%PROGRAMFILES%\\trusted\\logging.dll" } ]

Registry

HKLM Software\Policies\Citrix\AppProtection

More options available

Options

Anti-DLL Injection Module Allow List
AntiDLLInjectionModuleAllowList multiText

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: Anti-DLL Module Allow List
; State: Enabled
; Supported on: ADMX Migrator encountered a policy that does not have a supportedOn value.

[HKEY_LOCAL_MACHINE\Software\Policies\Citrix\AppProtection]
"AntiDLLInjectionModuleAllowList"=hex(7):00,00
; REG_MULTI_SZ: one string per input line; edit in regedit if you need richer formatting.
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Anti-DLL Module Allow List
# State: Enabled
# Supported on: ADMX Migrator encountered a policy that does not have a supportedOn value.

$path = 'HKLM:\Software\Policies\Citrix\AppProtection'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'AntiDLLInjectionModuleAllowList' -Value @() -Type MultiString
# REG_MULTI_SZ: one string per input line; edit in regedit if you need richer formatting.

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