Relevance to take action on Specific Registry value

Hi Team,

I want to take action on the registry “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU” whose value “AUOptions” is equal to 2.

So in Fixlet Debugger, i am testing the below relavance on the machine whose “AUOptions” value is = 2 but it’s saying ‘False’.
Q: exists value “AUOptions” whose (it = 2) of keys “HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU” of native registry
A: False
T: 0.135 ms

Can you please here?

Thank you,

Regards,
Riyazbasha

Try casting it to integer…

whose (it as integer = 2)

Hey any one got the result ?
can you share the Query?