@glennd
Would it be possible to implement a command line function that would output all device IDs and their matching driver names?
For example:
Running
Code:
SDI_x64_R554.exe -getdrivernames C:\drv.txt
Would write in the file C:\drv.txt:
Code:
Intel(R) Ethernet Connection (2) I218-V PCI\VEN_8086&DEV_15A1&SUBSYS_85C41043&REV_00
The reason behind this is that sometimes you don't want to use SDI for driver install and only want the name to download it from manufacturer's website. System information tools sometimes do not detect the exact make and model of a hardware piece and all that is left is to search on google for the hardware IDs.
What do you think?