I'd like to see a list of registry keys that are named "command" - not "MyCommand" or similar. How can I do this with the registry finder?
Then with every correct find - I'd like to print a list of the actual commands to be issued.
So for example ....
HKEY_CLASSES_ROOT\Drive\shell\cmd > %SystemRoot%\System32\cmd.exe /k cd /D "%L"
How can I do this please?