Jump to content

Recommended Posts

Posted

I have a regedit (.reg) file setting and would like it to apply it to my other computers. when I run the .reg file, it prompts for confirmation.

how can I make the registery addition smooth and silent in autoit3 ?

Posted

Regedit.exe has a silent switch. You could googled for this information yourself if you bothered to.

Run("regedit.exe /s " & $regfile)

Alternatively, you can also use the Reg* functions available in the AutoIt function library. Check the help file. That's what it's for.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...