run reg file without prompt

  • Thread starter Thread starter greg
  • Start date Start date
G

greg

hello,
i have created a reg file, which i am calling from a batch file.
is there a way to run it without having it prompt me for a yes/no dialog?

thanks
 
In said:
hello,
i have created a reg file, which i am calling from a batch file.
is there a way to run it without having it prompt me for a yes/no
dialog?

regedit.exe /s <path>\regfile.reg

"/s" = "silent"
 
Back
Top