Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Domain registry change

Status
Not open for further replies.

lengoo

IS-IT--Management
Joined
Jan 15, 2002
Messages
381
Location
GH
Dear All,
I have generated a reg file which makes a change to the settings of a workstation. I need to roll this out to all the domain computers. Is there an easy way to do this?
I don't want to go to each PC, log in as admin and run the file.. I looked in Group Policies but cannot find the place to do this. Any ideas?
Many thanks
 
you can create a GPO for the users OU and use the Logon or run the following appls - add a path to a batch file that contains:

<filename>.reg /s

and run the script 'invisibly'. This will allow all users contained within the OU to envoke the script. Alternatively use the netlogon share.

hope it helps
 
There is also another possibility.
Via GPO you can push registry entries, and also set the rights to them.
The trick is that is not enough to add the keys to the GPO. There is a special file that must be edited, systemroot\inf\sceregvl.inf.
You will see there the syntax how to do it.
then you have to reregister Scecli.dll : REGSVR32 SCECLI.DLL
Make a copy of the original files!
After this operations you will have defined the required security template (Security template / security options).


Gia Betiu
m.betiu@chello.nl
Computer Eng. CNE 4, CNE 5, soon MCSE2k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top