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??
 
Have to do a batch or cmd file.

regedit /s file.reg

The /s is for silent.

Ted
 
Have to do a batch or cmd file.

regedit /s file.reg

The /s is for silent.

Ted
 
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
 

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

Similar Threads


Back
Top