My task is to find devices with specified PID and VID by using WMI queries.
I have found that Win32_PnPEntity class property PNPDeviceID can be used, which sometimes contains PID and VID.
Maybe someone know the good way, please answer then.
My task is to find devices with specified PID and VID by using WMI queries.
I have found that Win32_PnPEntity class property PNPDeviceID can be used, which sometimes contains PID and VID.
Maybe someone know the good way, please answer then.