Relevance on key in HKCU of logged in user?

Can’t seem to find an easy answer to this one.
What’s the correct relevance statement to return true/false for logged in user
"HKCU\SOFTWARE\Microsoft\office\16.0\Word\Options\AssistWordBackup"

Thanks!

EDIT: It only works if you’re running relevance debugger as admin. When you run it through BigFix console, it shows up as “false”. So, yeah… could use some help this Friday before beer:30pm! Thanks!

In the debugger, switch it to Local Client to process relevance as the system. Then try this approach (assuming the check is for a registry key existence)

exists key "SOFTWARE\Microsoft\office\16.0\Word\Options\AssistWordBackup" of user key of logged on user

1 Like