Trying to use Verfiy A Registry Patter Match
I am trying to use Kace to Find all the Entery for Adoble Flash in HKEY_CLASSES_ROOT\Installer\Products in the registery
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
jknox
12 years ago
I'm not immediately aware of a way to return all version numbers for Flash in the registry, but it is most likely possible through shellcommandtextreturn if you can find a script that returns version numbers.
I don't have Flash installed on my test box, but I do have Reader. You could use a custom inventory rule like the following to show results for a specific version (Substituting the GUID for Flash):
RegistryKeyExists(HKEY_CLASSES_ROOT\Installer\Products\68AB67CA7DA73301B7449A0300000010)
Or, in a script:
Comments:
-
How do I make search for a for a Wild Card. cause if i have to go in an find the excite name in the registry i might as well delete it while i am in there. - spless 12 years ago
-
You would have to use a script outside of the K1000 most likely. Something like a .vbs or .bat file that returns all "Adobe Flash" keys or something like that.
Tell me what you are trying to do with it and I might be able to advise further. - jknox 12 years ago