How do I mess around with user properties/remote control
I originally posted this in the C# forum but got no response -- probably the wrong forum (it's just that I'm coding in C#).
I'm writing what will eventually run as a service that does a bunch of things to user properties to standardize Domain user accounts, most of which if I didn't know, I successfully googled. What I haven't been able to get a handle on are the items under the remote control tab in user properties. I need to make sure that "Enable remote control" is set, and set it if it's not; that "Require user's permission" is not set, and reset it if it is; and finally, that "Level of control" is set to "Interact with session".
Looking through user properties using ADSI Edit, I didn't find any attribute names that looked appropriate, so I presume these are ACL. I've played a bot with the ntSecurityDescriptor for other purposes, and I don't know if my current problem is related to the descriptor of not.
Has anyone played with the remote control properties and do you have any suggestions?
Thanks,
Rob

