Trusted USB Device Commands Parent topic

Configure the trusted USB device list using the Command Line Interface by typing your command in the following format:
SLCmd.exe -p <admin_password> <command>   <parameter> <value>
The following table lists the available abbreviated forms of parameters.

Abbreviations and Uses

Parameter
Abbreviation
Use
trustedusbdevice
tud
Manage the trusted USB device list
The following table lists the commands, parameters, and values available.

Trusted USB Device Commands

Command
Parameter
Description
show usbinfo
<drive_letter>
Display the identifiers (VID/PID/SN) of a USB storage device
For example, type: SLCmd.exe -p <admin_password> show usbinfo d
show trustedusbdevice
 
Display all trusted USB storage devices
For example, type: SLCmd.exe -p <admin_password> show trustedusbdevice
add trustedusbdevice
[-vid <VID>] [-pid <PID>] [-sn <SN>]
Add a trusted USB storage device with the specified identifiers. You must specify at least one device identifier.
For example, type: add trustedusbdevice -sn 123456
remove trustedusbdevice
[-vid <VID>] [-pid <PID>] [-sn <SN>]
Remove a trusted USB storage device with the specified identifiers. You must specify at least one device identifier.
For example, type: remove trustedusbdevice -sn 123456