HPM - Possible to get a list of NON-matched apps/drivers?

Is it possible to get a list of apps/drivers that HPM did NOT match?

Use case: After years of installing apps and driver without "documenting" it, I want to get a handle on what I have that is NOT on HPM, make a list, and then do manual updates if necessary, and/or subscribe to relevant RELEASE threads here.

This does not have to be a feature in HPM. Even a quick code hack that I can copy/paste into the HPM app to dump a list once would be helpful.

HPM doesn't have that data...

HPM, on a Match Up, builds a list of HPM ready apps and drivers.

It then compares the list of on-hub apps and drivers to that built list. Anything not in the built list is discarded. What remains is nothing OR the list of apps and drivers that HPM can incorporate.

Any app or driver that hasn't been added to HPM's Master Repository, is not 'discovered' during Match UP... it's just discarded.

1 Like

Doesn't the list of "on-hub apps and drivers" actually have that data? As in, instead of throwing out the on-hub non-matches, add them to a list of non-matches and display them?

Just wondering, as it seems like that data that is discarded is the data @neerav.modi is looking for, though clearly the app would need to be updated to display it.

Exactly. Though, it might be useful for others (I have no idea), I'm not asking for the app to be updated. Before discarding, can I capture it as a debug log entry, by adding a line or two of code in an "else"?