Works on 2012R2 and 8.1 Enterprise. How to turn on in Windows

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Works on 2012R2 and 8.1 Enterprise. How to turn on in Windows

Works on 2012R2 and 8.1 Enterprise. How to turn on in Windows

by aka » Sat Oct 29, 2016 2:28 pm

USB redirection is not limited to Hyper-V only, on other virtual machines it also works. Turn it on server in gpedit.msc:
Untitled2.png
Untitled2.png (37.63 KiB) Viewed 47868 times
Turn it on client in mstsc.exe:
1.png
1.png (74.22 KiB) Viewed 65886 times
Doesn't work with other redirection ways! If you want to redirect USB flash as USB device, you should select checkbox for it in RemoteFX USB section and DON'T SELECT checkbox in Drives section. If you need to redirect printer as USB device, then DON'T CHECK checkbox near Printers word.

In 8.1 Professional DOESN'T work. It should be Enterprise.

Search in Google "remotefx usb redirection". And for different devices types there are different ways. For USB flash/disk/cdrom: http://forum.wtware.com/viewtopic.php?f ... 78&p=75921 For USB sound and microphone: http://forum.wtware.com/viewtopic.php?f=25&t=47479

Rough hack, that allows to redirect all devices, even mouse and keyboard. 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 777 /t REG_SZ /d {a5dcbf10-6530-11d2-901f-00c04fb951ed} /f
On client there will be no access to sevice during redirection. Don't redirect the only one connected keyboard and mouse.

Instead of universal GUID you can enter more specific GUID's to allow needed devices redirection. For USB flahes it's: {53f56307-b6bf-11d0-94f2-00a0c91efb8b}

Top