Click to See Complete Forum and Search --> : Start > Run Command Blocking
toraj58
February 5th, 2009, 07:44 AM
how to block executing some commands that user input in the Start > Run.
for e.g. if the user inputed regedit or cmd i want block the command and prevent them from opening.
jmedved
February 5th, 2009, 02:07 PM
Check group policy.
Here is example (http://support.microsoft.com/kb/324036) for server, but same thing is applicable for client also.
toraj58
February 6th, 2009, 11:48 AM
thanks medved.
is it the only way or there are other ways like using the windows registry?
TheCPUWizard
February 6th, 2009, 11:51 AM
thanks medved.
is it the only way or there are other ways like using the windows registry?
Group Policy is the ONE proper way to do it.
toraj58
February 6th, 2009, 11:57 AM
ok, thanks.
but how can i do it in c#?
TheCPUWizard
February 6th, 2009, 12:13 PM
ok, thanks.
but how can i do it in c#?
Did you try something really radical...like looking at the documentation on MSDN???? :rolleyes::sick:
Using Key Words of Group Policy Edit C# give some very good information.
toraj58
February 9th, 2009, 12:14 PM
it is not possible in the project to call external application (exe file) so how i can executes policies in the policy scripts?
i need to hard code everything in my module.
dglienna
February 9th, 2009, 05:49 PM
IPSEC maybe?
toraj58
February 10th, 2009, 12:41 PM
what can i do with IPSEC?
as i know it is for securing IP protocol.
would you please explain more.
thanks.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.