Hi Firedrich,

Here is a new one for you.

I have a need to search the registry for a specific value... I know what the value is but not where it might be in the registry, I need to find that value where ever it is then capture that regkey so that I can check for an updated file based on the search. I am specifically looking for a DriverDesc and DriverVersion which may or may not exist on any given machine. Is this possible within SB?

You may reference Reg Query as an example of what I am trying to do with the following command:
REG Query HKLM\Software\Microsoft\ResKit /v Version

I have tried several iterations of things combining different technologies which do not work, and was hoping that possibly SB could do this quite easily...

Kel