PLEASE HELP!! Can this be done?????

C

charly

Hi,
Im trying to create an application that will distribute privileges
(i.e.disable 'Start' or 'Run') to computers on a network!! I have
created an application that does this to my own computer but now i want
to extend it to a network. Is there any easy way??? Any suggestions
would be greatly appreciated!!!!
Thanks
 
J

John John

There are several ways of doing this. It (normaly) wouldn't be done via
an application. You can push a .reg file with the changes to the
workstations or you can do it with scripts.

Distributing Registry Changes
3 ways to make registry changes on systems across your network—without
leaving your desk
http://msdn.microsoft.com/library/d...w2kmag01/html/distributingregistrychanges.asp
http://www.microsoft.com/technet/prodtechnol/windows2000serv/maintain/operate/distreg.mspx

Of course that doesn't mean that it can't be done via an application, it
just seems easier to me to push the .reg file.

John
 
M

Mark V

In said:
Hi,
Im trying to create an application that will distribute privileges
(i.e.disable 'Start' or 'Run') to computers on a network!! I have
created an application that does this to my own computer but now i
want to extend it to a network. Is there any easy way??? Any
suggestions would be greatly appreciated!!!!
Thanks

That is exactly what Group Policies do. And in a "network" (at least
in a MS Domain) such "global" policies can be applied from a central
location. Am I covering ground with which you are already aware and
misunderstanding your project?

Otherwise try "Group Policies" search at MS or even Google and perhaps
http://www.microsoft.com/windowsserver2003/techinfo/overview/gpintro.mspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top