vote up 0 vote down star

Group policy based restriction for controlpanel and taskmanager in c#

flag

32% accept rate
What does this have to do with C#? It sounds like a group policy thing. Or are you asking "how do I configure group policy using C#?" – Roger Lipscombe Jun 11 at 13:20
thank u edited my question – Suriyan Suresh Jun 11 at 13:37

3 Answers

vote up 0 vote down

This isn't a programming question, but a question of workstation policy management. Start looking at e.g. this.

link|flag
vote up 0 vote down

Have a look at WMI. Here is a link to an article on WMI Group policy objects: http://msdn.microsoft.com/en-us/library/aa375082(VS.85).aspx

This tool will generate example c# code for you:
WMICodeCreator

link|flag
vote up 0 vote down

you can use Registry key to restriction task manager and control panel easily!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.