Hello,
I am trying to write a .reg file that would take a given key, and search for a string value based on its contents, and then delete it. For example:
[path]
"a"="b"
"z"="y"
"foo"="bar"
And somehow delete the value "foo" by knowing either "bar" or a substring of that. Is this possible? Would I need to do this in a .bat script (which is fine, btw)?