Configure USB Filter Driver Exclusion List

You can add a USB device to the USB Filter Driver Exclusion List using one of the following methods:

Using Group Policy Object

  1. Open the Citrix Workspace app Group Policy Object administrative template by running gpedit.msc. For more information, see Group Policy Object.

  2. Under the Computer Configuration node, go to Administrative Templates > Citrix Components > Citrix Workspace > App Protection > USB Filter Driver Exclusion List.

    USB Filter Driver Exclusion List in GPO

  3. Select Enabled and enter the Vendor ID and Product ID of the USB device you want to exclude in the Options text box.

    Enable USB Filter Driver Exclusion List in GPO

    Note:

    • The productID and vendorID must be mandatorily filled. At the same time, the deviceName isn’t mandatory.
    • Also, you can add multiple USB devices to the exclusion list by adding multiple entries in this block.

    To get the productID and vendorID, see Get the productID and vendorID.

  4. Click OK.

Using the Global App Configuration Service UI

  1. Sign in to your Citrix Cloud account and select Workspace Configuration.

    Workspace Configuration

  2. Select App Configuration > Security and Authentication > Configure > App Protection.

    App configuration

  3. Click USB Filter Driver Exclusion List and then select the Windows checkbox.

    Enable USB Filter Driver Exclusion List

  4. Click the Edit option.

    The Manage settings for Windows screen appears.

  5. Add the information about the process or app that you want to add to the USB Filter Driver Exclusion List.

    For example,

    [
     {
      "deviceName": "Device1",
      "vendorID": "FFFF",
      "productID": "FFFF"
     }
    ]
    <!--NeedCopy-->
    

    Sample for USB Filter Driver Exclusion List

    Note:

    • The productID and vendorID must be mandatorily filled. At the same time, the deviceName isn’t mandatory.
    • Also, you can add multiple USB devices to the exclusion list by adding multiple entries in this block.

    To get the productID and vendorID, see Get the productID and vendorID.

  6. Click Save draft and then click Publish Drafts.

  7. On the Publish Settings dialog box, click Yes.

    Publish settings

  8. Restart Citrix Workspace app.

Get the productID and vendorID

To get the productID and vendorID, do the following steps:

  1. Open Device Manager and find the device that you want to add to the exclusion list.

  2. Right-click on the device name and then click Properties. A properties pop-up screen appears.

  3. Click Details and then select the Hardware Ids option from the Property list.

  4. In the Value field, the value with prefix of VID_ is the vendorID and the value with prefix of PID_ is the productID.

    Get productID and vendorID

Configure USB Filter Driver Exclusion List