USB flash, disks, CDROM

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: USB flash, disks, CDROM

USB flash, disks, CDROM

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

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 53723 times

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

Top