Jump to content

Error RegWrite


adima
 Share

Recommended Posts

Autoit v3.3.61

Use command RegWrite("HKLM\SOFTWARE\1\1\1","Password","REG_BINARY",'50,d6,b5,e9,ef,f0,99,f2,68,64,56,ad')

After in Registry Windows 7 Pro v6.1.7600

[HKEY_LOCAL_MACHINE\SOFTWARE\1\1\1]

"Password"=hex:35,30,2c,64,36,2c,62,35,2c,65,39,2c,65,66,2c,66,30,2c,39,39,2c,\

66,32,2c,36,38,2c,36,34,2c,35,36,2c,61,64

Where is the error???

Link to comment
Share on other sites

  • Developers

You are writing all characters their hex value to the registry.

Try: RegWrite("HKLM\SOFTWARE\1\1\1","Password","REG_BINARY",Binary("0x50d6b5e9eff099f2686456ad"))

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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