Hello,
I need functions to check if subkeys and/or values exist in a registry key. A more complicated nice-to-have thing would be a command to get a list of subkey/value names, so I would like commands like
RegSubkeyNames
RegValueNames
RegSubkeysExist
RegValuesExist
Also I would like some way to access the lists :-)
Is there a way to implement a for loop with the currently implemented commands?
Snowbird