run reg file without prompt

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
 
M

Mark V

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"
 

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

Top