I am trying to get Paragliders HWPnP plugin (1.0.0.24) to ignore a device.
I am running the following during startup "HWPnP.exe +all -ACPI\PNP0400\5&324D5432&0 /log+"
The documentation says "If -<DeviceID_N> is specified then any device with a device id that starts with the specified string is excluded from the list of devices which may have their device driver loaded. Usually this will be used in conjunction with the +all option but it may also be used to eliminate some of the built in device id prefixes."
The device driver is not being excluded.
33125: Device-> Ports (COM & LPT)::Unknown Device
33125: Device ID = ACPI\PNP0400\5&324D5432&0
33125: Class GUID = {4D36E978-E325-11CE-BFC1-08002BE10318}
33125: Class = Ports
33125: Device status = 0x1802400, problem=1
33125: Driver x:\i386\inf\msports.inf found
53625: Device status = 0x180200A, problem=0
53625: Driver started
53625: Child Device ID = LPTENUM\MICROSOFTRAWPORT\6&16CCFDE1&0&LPT1
53625: Child Device added to device list
What am I doing wrong?
Thanks!