Does this Relevancy statement look correct?

(imported topic written by flayofish91)

Windows XP Pro SP 3 x86 machines.

(exists x32 registry AND NOT exists x64 registry) AND (name of operating system = “WinXP”) AND (exists values “http=127.0.0.1:6522” of keys “Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer” of current user keys (logged on users) of registry)

Not getting any hits and want to make sure it’s worded correctly.

-thanks

(imported comment written by NoahSalzman)

You might just run this part and see if it returns anything… note that I changed it to native registry, you may or may not want to make that change.

values of keys “Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer” of current user keys (logged on users) of native registry

(imported comment written by Bill.Ehardt)

Try this:

(exists x32 registry AND NOT exists x64 registry) AND (name of operating system = “WinXP”) AND (exists values “http” whose (it = “127.0.0.1:6522”) of keys “Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer” of current user keys (logged on users) of registry)