run x.reg file silently

  • Thread starter Thread starter Greg Chu The Small
  • Start date Start date
G

Greg Chu The Small

I need to run a .reg file when the system starts to delete an regitry
setting.
But it always prompts to ask me "do you really want to insert this registry
setting?"
Do I have a way to stop that prompt?
Thanks!

Greg
 
Greg,

Use reg.exe.

Or if you use regedit.exe to import a .reg file, include "/s" command line switch.

Hope you know how to construct the .reg file to *delete* reg keys.
 
Back
Top