Hello
Thank you for posting in Microsoft Community forum.
It seems like you’ve already tried a lot of troubleshooting steps. Here are a few more suggestions that might help:
- Compatibility Mode: You could try running the driver installation in compatibility mode. To do this, right-click on the driver installation file, click on Properties, then the Compatibility tab. Check the “Run this program in compatibility mode for” box and select the appropriate Windows version.
- Enable Insecure Guest Logons: On a freshly installed Windows Server 2019 system, you might need to enable insecure guest logons. This can be done with this command which will update the registry: reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\LanmanWorkstation\ /v AllowInsecureGuestAuth /d 1 /f
- Check for Conflicts: Check if there are any conflicts with other devices in Device Manager. If there are, you might need to disable the conflicting device.
- Update USB Controller Drivers: Update the drivers for the USB controllers. This can be done in the Device Manager. Expand the “Universal Serial Bus controllers” category, right-click each USB controller, and then click “Update driver”.
- Reinstall USB Controllers: Uninstall and reinstall the USB controllers. This can also be done in the Device Manager. Expand the “Universal Serial Bus controllers” category, right-click each USB controller, and then click “Uninstall device”. After all USB controllers have been uninstalled, restart your computer. The USB controllers will automatically reinstall.
- Test on Another Machine: If possible, test the dongle on another machine to rule out a hardware issue with the dongle itself.
Remember to always create a system restore point before making any changes to your system.
Best Regards,
Wesley Li