USB flash, disks, CDROM

Windows Server 2012R2 is now able to redirect USB to terminal services, not only to virtual machines
Post Reply
aka
SUPPORT
SUPPORT
Posts: 939
Joined: Fri Dec 03, 2004 2:05 pm
Contact:

USB flash, disks, CDROM

Post by aka »

Manual:

https://support.microsoft.com/en-us/kb/2653326

Resume: open command line as administrator and run:

Code: Select all

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client\UsbSelectDeviceByInterfaces" /v 111 /t REG_SZ /d {53f56307-b6bf-11d0-94f2-00a0c91efb8b} /f

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client\UsbSelectDeviceByInterfaces" /v 222 /t REG_SZ /d {53f56308-b6bf-11d0-94f2-00a0c91efb8b} /f
Then restart mstsc.exe, and here it is:
2.png
2.png (49.96 KiB) Viewed 53478 times

But you won't be able to format redirected flash :(
Post Reply