Registry Values if True

Hello,

I am trying to find the correct way only show True results.

(name of it contains “Excluded”, it) of values of keys (“HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\McAfee\SystemCore\VSCore\On Access Scanner\McShield\Configuration\Default”) of native registry

Thanks

How about something like:

((name of it contains "Excluded", it) of values of keys ("HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\McAfee\SystemCore\VSCore\On Access Scanner\McShield\Configuration\Default") of native registry) whose (item 0 of it = True)

Alternatively, I believe this should work as well:

values whose (name of it contains "Excluded") of keys ("HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\McAfee\SystemCore\VSCore\On Access Scanner\McShield\Configuration\Default") of native registry