To use WinDriver to handle a Plug-and-Play device, you must first register the device with the WinDriver kernel module (windrvr6.dll).
To register the device with WinDriver, use either of the following methods:
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\<VID>_<PID>\Default\Default\WDR]
"DLL"="windrvr6.dll"[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\Default\Default\<CLASS>_<SUBCLASS>_<PROT>\WDR]
"DLL"="windrvr6.dll"WDU_Init() to identify the device by its vendor and
product IDs and register it with WinDriver, before connecting the device to
the computer .
![]() | |
| For more information about the relevant registry settings, refer to USB Driver Registry Settings in the MSDN Library. |