Parameter
|
Abbreviation
|
Use
|
---|---|---|
trustedusbdevice
|
tud
|
Manage the trusted USB device list
|
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
|