Jump to content

Recommended Posts

Posted

Hi ,everybody:

It doesn't work.

RegWrite("HKEY_CURRENT_USERSoftwareTest", "TestKey", "REG_SZ", "Hello this is a test")
 

would you  give me some other examples

Thank you

Posted

Works fine for me and shouldn't require admin access (current user hive).

RegWrite("HKEY_CURRENT_USER\Software\Test_RegWrite_Autoit", "TestKey", "REG_SZ", "Hello this is a test")
MsgBox(0, "", RegRead("HKEY_CURRENT_USER\Software\Test_RegWrite_Autoit", "TestKey"))
RegDelete("HKEY_CURRENT_USER\Software\Test_RegWrite_Autoit")

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...