Relevence

(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.

(imported comment written by Justin-B)

try using:

exists (key (“HKU” & component string of sid of logged on users & “\Control Panel\Desktop”) of registry)

In the local fixlet debugger I got an error, but if you evaluate using the local client evaluator it worked for me.