en-US citrix computer

USB Filter Driver Exclusion 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

Description

This feature is to exclude the USB devices which have compatibilty issues with App Protection feature. When the policy is: Not Configured - None of the USB devices are part of the exclusion list. USB Filter attaches to all the USB devices if App Protection is active. Enabled - Excludes the USB devices(Pairs of vendor ID and product ID) mentioned in the exclusion list from the App Protection. Disabled - Clears device exclusion list. The USB Filter Driver Exclusion List field allows admins to add pairs of vendor ID and product ID information that can be excluded from the App Protection. Sample format to add vendor IDs and product IDs to the exclusion list: [ { "deviceName": "Device1", "vendorID": "FFFF", "productID": "FFFF" }, { "deviceName": "Device2", "vendorID": "FFFF", "productID": "FFFF" } ]

Registry

HKLM Software\Policies\Citrix\AppProtection

More options available

Options

USB Filter Driver Exclusion List
USBFilterDriverExclusionList 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: USB Filter Driver Exclusion List
; State: Enabled
; Supported on: ADMX Migrator encountered a policy that does not have a supportedOn value.

[HKEY_LOCAL_MACHINE\Software\Policies\Citrix\AppProtection]
"USBFilterDriverExclusionList"=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: USB Filter Driver Exclusion 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 'USBFilterDriverExclusionList' -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