Usbdevicestoredirect

Applies To: Windows Server 2008 R2 with SP1

This setting determines which supported RemoteFX USB devices on the client computer will be redirected and available in the remote session when you connect to a remote session that supports RemoteFX USB redirection by using Remote Desktop Connection (RDC).

This setting corresponds to the selections for Other supported RemoteFX USB devices under More on the Local Resources tab under Options in RDC.

Syntax

usbdevicestoredirect:s:<value1>[;<value2>…]

Values

Value Explanation

No value specified

 Do not redirect any supported RemoteFX USB devices.

*

Redirect all supported RemoteFX USB devices for redirection that are not redirected by high-level redirection mechanisms.

{Device Setup Class GUID}

Redirect all supported RemoteFX USB devices that are members of the specified device setup class.

USB\InstanceID

Redirect a supported RemoteFX USB device specified by the given instance ID.

-USB\InstanceID

Do not redirect a supported RemoteFX USB device specified by the given instance ID, even if the device is in a device setup class that is redirected.

There is no default value.

Examples

To redirect all supported RemoteFX USB devices that are not redirected by high-level redirection mechanisms, type:

usbdevicestoredirect:s:* 

To redirect all supported RemoteFX USB devices with a device setup class GUID of {6bdd1fc6-810f-11d0-bec7-08002be2092f}, type:

usbdevicestoredirect:s:{6bdd1fc6-810f-11d0-bec7-08002be2092f}

To redirect all supported RemoteFX USB devices that are not redirected by high-level redirection mechanisms, RemoteFX USB devices with a device setup class GUID of {6bdd1fc6-810f-11d0-bec7-08002be2092f}, and RemoteFX USB devices with device setup class GUID of {4d36e96c-e325-11ce-bfc1-08002be10318}, type:

usbdevicestoredirect:s:*;{6bdd1fc6-810f-11d0-bec7-08002be2092f};{4d36e96c-e325-11ce-bfc1-08002be10318}

To redirect supported RemoteFX USB devices with an instance ID of USB\VID_095D&PID_9208\5&23639F31&0&2 or USB\VID_045E&PID_076F\5&14D1A39&0&7, type:

usbdevicestoredirect:s:USB\VID_095D&PID_9208\5&23639F31&0&2;USB\VID_045E&PID_076F\5&14D1A39&0&7

To redirect all supported RemoteFX USB devices that are not redirected by high-level redirection mechanisms except for a device with an instance ID of USB\VID_045E&PID_076F\5&14D1A39&0&7, all supported RemoteFX USB devices with a device setup class GUID of {6bdd1fc6-810f-11d0-bec7-08002be2092f}, all supported RemoteFX USB devices with a device setup class GUID of {4d36e96c-e325-11ce-bfc1-08002be10318}, and a supported RemoteFX USB device with an instance ID of USB\VID_095D&PID_9208\5&23639F31&0&2, type:

usbdevicestoredirect:s:*;{6bdd1fc6-810f-11d0-bec7-08002be2092f};{4d36e96c-e325-11ce-bfc1-08002be10318};USB\VID_095D&PID_9208\5&23639F31&0&2;-USB\VID_045E&PID_076F\5&14D1A39&0&7