(imported topic written by cgecimli)
i try to write a relevence which is like that:
exists key “(HKU” & component string of sid of user & “\Control Panel\Desktop)” of registry
the fixlet debugger says “The operator “key” is not defined.”
but if i write
“component string of sid of user” the fixlet debugger gives me the true sid of my user (“S-1-5-21-3710197752-1614465762-1248700836-500”)
I have to get “true” from the first relevence above but i don’t know what is wrong with it.
Thanks.