Jump to content

[SOLVED] Registry Value add with autoit problem


VRANii
 Share

Recommended Posts

Hello.

I have problem with autoit. I know how to use RegWrite, but i have problem with REG_BINARY..

I have to add this value with autoit but don't know how..

[HKEY_USERS\.DEFAULT\Software\**********\***********\Value]
"1"=hex:41,42,43,44,45,46,47,32,45,36,41,5a,51,44,00
"3"=hex:31,57,4b,30,4d,37,54,55,49,37,33,56,55,4b,46,30,4d,4d,5a,4d,4b,49,4c,\
  56,50,59,4a,30,58,41,4e,32,4e,46,4d,31,56,53,4e,46,5a,39,38,44,4b,57,45,31,\
  4f,38,4c,58,42,55,32,4e,55,4e,4a,57,32,4c,31,4e,00

i have used this code

RegWrite("HKEY_USERS\.DEFAULT\Software\**********\**********\Value","1","REG_BINARY","41 42 43 44 45 46 47 32 45 36 41 5a 51 44 00")
RegWrite("HKEY_USERS\.DEFAULT\Software\**********\**********\Value","3","REG_BINARY","hex:31,57,4b,30,4d,37,54,55,49,37,33,56,55,4b,46,30,4d,4d,5a,4d,4b,49,4c,\  56,50,59,4a,30,58,41,4e,32,4e,46,4d,31,56,53,4e,46,5a,39,38,44,4b,57,45,31,\  4f,38,4c,58,42,55,32,4e,55,4e,4a,57,32,4c,31,4e,00")

but i don't get same value in this value name "1", "3" as with on the first code.

SOLVED !!

Edited by VRANii
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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