Hello,
We work in a VDI environment utilizing thin clients to login into Windows 10.
I have a USB device that collects data. We need to plug that device into the thin client to export the data to a .csv file using vendor software.
Windows has the application and drivers installed.
I confirmed within the .inf files that the DriverPackageType is PlugAndPlay.
When plugging the USB device into the thin client, Windows sees the device, but does not automatically assign the installed drivers to it in neither admin nor non-admin user accounts.
When using a laptop, Windows 10 assigns the driver and the process works.
Questions:
- Can I utilize the registry to fix this issue, instead of GPO?
- Drivers are currently installed in c:\windows\system32\driverstore. Do they need to be somewhere else such as %SystemRoot%\INF to help Windows Plug and Play feature to work?
Many thanks!