en-US citrix computer

Anti-DLL Module Allow List

Citrix Workspace App

Supported on: ADMX Migrator encountered a policy that does not have a supportedOn value.

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

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: 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.