win2k Posted August 9, 2006 Posted August 9, 2006 I know how to delete keys and write them to the registry, but is there a way to modify and existing key using auto it?
Moderators SmOke_N Posted August 9, 2006 Moderators Posted August 9, 2006 I know how to delete keys and write them to the registry, but is there a way to modify and existing key using auto it?RegWrite? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
win2k Posted August 9, 2006 Author Posted August 9, 2006 RegWrite?I tried that, it just adds a duplicate key. I cant delete the file and re-write it either, i just have to change its value. I am not sure if you can do that though.
Moderators SmOke_N Posted August 9, 2006 Moderators Posted August 9, 2006 (edited) I tried that, it just adds a duplicate key. I cant delete the file and re-write it either, i just have to change its value. I am not sure if you can do that though.Did you try searching scripts and scraps?Edit:I didn't go through them all, but this might help.http://www.autoitscript.com/forum/index.ph...545&hl=Reg* Edited August 9, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
win2k Posted August 9, 2006 Author Posted August 9, 2006 Did you try searching scripts and scraps?Edit:I didn't go through them all, but this might help.http://www.autoitscript.com/forum/index.ph...545&hl=Reg*ohhh thats been added to the favorites. Thanks
BPBNA Posted August 9, 2006 Posted August 9, 2006 If its creating a duplicate key, you must be making a typo. I have never had a problem like that.
win2k Posted August 9, 2006 Author Posted August 9, 2006 If its creating a duplicate key, you must be making a typo. I have never had a problem like that.RegWrite("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DVFaxNotifyServer","ObjecName","REG_SZ",$Domain_Name & $edmmt)Unless I am missing something here. I cant add a duplicate key by hand but auto will put one there.
BPBNA Posted August 9, 2006 Posted August 9, 2006 Looks like you may indeed be typing it wrong... are you sure it isnt supposed to be ObjectName instead of ObjecName
blademonkey Posted August 9, 2006 Posted August 9, 2006 lol, d'oh! ---"Educate the Mind, Make Savage the Body" -Mao Tse Tung
win2k Posted August 10, 2006 Author Posted August 10, 2006 lol, d'oh!Fark! your right. I guess thats another reason to have someone else check your code when something like that happens
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now