HID device redirected with RDP RemoteFX does not appear at Winlogon desktop state

Alesil 1 Reputation point
2020-10-16T10:39:18.07+00:00

Hello,

I have successfully setup HID device (FIDO U2F key) redirection with RemoteFX to Windows 2019 Terminal Server (on premise) .

I have used a device GUID "{745a17a0-74d3-11d0-b6fe-00a0c90f57da}". according to guide - https://learn.microsoft.com/en-us/troubleshoot/windows-client/remote/usb-devices-unavailable-remotefx-usb-redirection

And devices appear successfully when user gets into desktop, so desktop application may access the remote HID device successfully .

Problem: HID device does not appear/listed within the hardware, while RDP session is still on Winlogon desktop state. I have developed Windows Logon Credential Provider that needs to interact with such redirected U2F device to continue user login into desktop session.
and my Credential Provider on Winlogon desktop cannot access redirected HID device, Is there a solution for this problem?

Is there a registry setting or other API for RemoteFX RDP to enable earlier device redirection, during Winlogon desktop state ?

Thanks!

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,540 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Karlie Weng 18,276 Reputation points Microsoft Vendor
    2020-10-19T03:06:08.81+00:00

    Hello @ Alesil-5695

    1. Run > gpedit.msc on client machine

    Select Computer Configuration > Administrative Templates > Windows Components > Remote
    Desktop Services > Remote Desktop Connection Client > RemoteFX USB Device Redirection

    Open Allow RDP redirection of other supported RemoteFX USB devices from this computer
    and select Enabled

    33134-image.png

    2.On RDS host

    Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host> Device and Resource Redirection

    Open Do not allow supported Plug and Play device redirection and select Disabled

    33224-image.png

    3.In remote desktop connection, choose the device you want use in your remote desktop.

    33135-image.png

    Hope this helps!


    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards
    Karlie


  2. Alesil 1 Reputation point
    2020-10-22T08:35:26.137+00:00

    Karlie,
    Thanks for your reply and the step by step guide!

    Actually I did that allready and still U2F Key doesnt work/visible on RDP Winlogon desktop state. (on RDP user desktop it is OK)
    I tried both checkboxes in RDC client, "Smart cards and Windows Hello... " and "Other supported RemoteFX devices".

    My credential provider does not sees "U2F" HID device within the HID Class devices.

    So more help is needed from MS support definitely.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.