depoly a .reg file

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 on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

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.