DriverVersion from registry - got stuck

(imported topic written by MartinZ91)

Hi,

It sounded like such an easy relevance task, but…

I want to get the version of the network adapter driver for one of the adapters present in the computers. The following QNA shows an extract:

q: names of values of keys of key “HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Control\Class{4D36E972-E325-11CE-BFC1-08002bE10318}” of registry

A: WireSpeed

A: ProviderName

A: DriverDateData

A: DriverDate

A: DriverVersion

What I need is the value of the value “DriverVersion” if and only if the Value of the value “ProviderName” in this key is “Broadcom”. Anybody a good idea please?

Thank’s, Martin

(imported comment written by arnaud91)

Hi Martinz,

try this :

Q: values “DriverVersion” of (keys of it) whose (value “ProviderName” of it = “Broadcom”) of key “HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Control\Class{4D36E972-E325-11CE-BFC1-08002bE10318}” of registry

On my PC, it gives :

A: 9.52.0.0

A: 9.52.0.0

I hope this will help.

Arnaud.

(imported comment written by MartinZ91)

Thank You, that did it - I always directed my thoughts into the wrong direction with these registry keys

Martin