Skip to content

How to hide the DisplayLink UI icon in the system tray

Whenever a DisplayLink device is connected to a PC, the DisplayLink UI is available in the system tray.


It may be desired to hide this UI to prevent users being able to change configuration settings. This article covers how this could be done.

There is no public interface to disable the UI, however it can be hidden by following the steps below.
Note, this involves using Regedit and should only be done by an experienced user.

The UI can be disabled per USB Product ID (PID). To discover the DisplayLink PID, open device manager with the DisplayLink device attached and look for the device under "USB Display Adapters" in device manager:



Right click on the DisplayLink device and select "Properties". Click on the "Details" tab and select the "Hardware Ids" Property.



You will see a string eg: USB\VID_17E9&PID_XXXX&REV_YYYY. The PID is XXXX. In this example, the PID is 8063.Next, open Regedit and navigate to:

HKEY_LOCAL_MACHINE\SOFTWARE\DisplayLink\PIDS\

Under here are a number of keys eg 0100XXXX, where XXXX is the PID. Copy or rename one of these key entries to create a new entry under PIDs, setting XXXX to match the PID of your device.Under the new key, open the "Branding" key and find the "UIGroupingName" string. Change this string to be blank to hide the DisplayLink UI for this PID.


Restart the DisplayLink service and the UI should no longer appear when a device with this PID is connected. Repeat the steps above for any additional PIDs.

Feedback and Knowledge Base