Beginner. I have the basics of reading the registry. I need to be able to pull registry keys, values and.... We'll call it a label field from a file. CSV, XML, INI or similar. Query the list of keys against the registry and display each line as pass/fail. This way, as the requirement changes it's just a matter of updating the file. Load it and execute.
eg
1234, HKLM\software\something\whatever\, Version, 12 <--- Label, Key, Value, Data that = pass.
I can build in each query I have now. But it can change quarterly and would rather make t where the answer file can be easily updated. Thoughts?
eg
1234, HKLM\software\something\whatever\, Version, 12 <--- Label, Key, Value, Data that = pass.
I can build in each query I have now. But it can change quarterly and would rather make t where the answer file can be easily updated. Thoughts?