en-US citrix computer

USB Filter Driver Exclusion List

Citrix Workspace App

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

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

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