USB key hidden of RDP session

Windows Server 2012R2 is now able to redirect USB to terminal services, not only to virtual machines
Post Reply
nicodep
Posts: 27
Joined: Tue Aug 16, 2016 2:26 pm

USB key hidden of RDP session

Post by nicodep »

Hi,
I use Rpi4 with 1 monitor and 3 screens (3 RDP sessions differents)
When i plug USB key, i see right the key in web interface but not in the RDP session screen 1

I have activated redirection via gpedit like viewtopic.php?f=25&t=47476&sid=15d92e38 ... 383c166be1
i test with 2 usb key (Fat32 and NTFS)
See the log

Thk
WTware_E4.5F.01.78.DF.BB_2022-01-31_12-36-55.txt
(118.02 KiB) Downloaded 191 times
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

Re: USB key hidden of RDP session

Post by aka »

"usb=" option redirects physical USB device. It's impossible to redirect one device to two servers. Remove "usb=" line from config.

Filesystem can be redirected to two servers. Write this line at the beginning of the config file:

Code: Select all

disk=usb
Note that it still can cause errors if two servers attempt to write to the same file.
Post Reply