depoly a .reg file

This is a discussion about depoly a .reg file in the Everything New Technology category; hi, how do i depoly a. reg file using gpo or login script ? thanks.

Everything New Technology 1823 This topic was started by ,


data/avatar/default/avatar10.webp

90 Posts
Location -
Joined 2002-11-01
hi,
how do i depoly a .reg file using gpo or login script ?
thanks

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.

Responses to this topic


data/avatar/default/avatar32.webp

266 Posts
Location -
Joined 2001-10-25
Add "Regsvr32 /s regfile.reg" to the login script without the quotes for Windows 2000/XP. Not sure for other OSes may be the same

data/avatar/default/avatar10.webp

90 Posts
Location -
Joined 2002-11-01
OP
how do i depoly Regsvr32 /s regfile.reg to 200_ computers at the sametime?

data/avatar/default/avatar01.webp

738 Posts
Location -
Joined 2002-12-11
regedit /s myregfile.reg
 
is the preferred way to silently install registry entries

data/avatar/default/avatar39.webp

3867 Posts
Location -
Joined 2000-02-04
Quote:how do i depoly Regsvr32 /s regfile.reg to 200_ computers at the sametime?

Logon script, SMS, group Policy, 3rd party push prog.