61
USB / Re: Windows & USB, problems & two utilities
« Last post by Jolly on August 08, 2022, 06:34:37 pm »I use a batch script with enumusb frequently - for example:
c:\UsbTools\enumusb.exe /v046D /pC539 /f"Logitech Wireless Receiver"
It works great to set the FriendlyName registry key for USB devices, but won't set it for HID devices.
I'm wondering about the potential to upgrade the enumusb.exe utility to also set the reg key for HID entries:
For example:
In this example, enumusb sets the friendly name for the USB devices - so they show up with the appropriate name, but not the HID entries. If I manually create the FriendlyName key for the HID device it does work.
I can probably hex edit the utility or write a script myself, but figured id post here first.
c:\UsbTools\enumusb.exe /v046D /pC539 /f"Logitech Wireless Receiver"
It works great to set the FriendlyName registry key for USB devices, but won't set it for HID devices.
I'm wondering about the potential to upgrade the enumusb.exe utility to also set the reg key for HID entries:
For example:
In this example, enumusb sets the friendly name for the USB devices - so they show up with the appropriate name, but not the HID entries. If I manually create the FriendlyName key for the HID device it does work.
I can probably hex edit the utility or write a script myself, but figured id post here first.