Jump to content

Recommended Posts

Posted

How would I make changed to the registry in a script? Also can I use .reg files to add things to the registry in a scrip.

 

Thanks

Posted

AutoITs:

 

RegDelete ( "keyname" [, "valuename"] )

RegEnumKey ( "keyname", instance )

RegEnumVal ( "keyname", instance )

RegRead ( "keyname", "valuename" )

RegWrite ( "keyname" [,"valuename", "type", value] )

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



×
×
  • Create New...