Updating Registry

  • Thread starter Thread starter Amir
  • Start date Start date
A

Amir

Hi,
I would like to update registry on about 150 computers and
I would like to do this silently and without any prompts
for user. Currently when I try to execute *.reg file it
will ask me a " Are you sure that you would like to add
this information to registry", I would like that to be
gone, and to always install this registry entry.
Any suggestions??
 
You just need to add this switch "/S" after the regedit
command.

Ex: REGEDIT /S [Path + Filename]

Jhotly Debrosse
MCSA/CCNA
 
You just need to add this switch "/S" after the regedit
command.

Ex: REGEDIT /S [Path + Filename]

Jhotly Debrosse
MCSA/CCNA
 
Back
Top