Relevance for searching a key in registry

HI All,

could you please help if finding a key in registry

Like i need to find {0000002F-0000-0000-C000-000000000046} but i am not sure under which Registry hive or key path this exist

currently i am using this but i need a generic relevance
(key “{0000002F-0000-0000-C000-000000000046}” of keys of keys of keys of keys “HKEY_LOCAL_MACHINE\SOFTWARE” of native registry)

There is no pure relevance solution to recursively search all registry keys. If you cannot determine where you expect the key or value might be, you would need to use an Action to run a search using a registry search utility, such as the “reg.exe query” command described at https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/reg-query

Saving the output to a text file, you could read the text file results in an Analysis or Fixlet relevance.