poisonkiller Posted January 2, 2006 Posted January 2, 2006 Before using this code: RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run","My Script","REG_SZ","C:/My Script.exe") in my script i wanna know, is this code deletes this, what i wrote with RegWrite: RegDelete ( "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "My Script" ) I just dont want any risks...
BigDod Posted January 2, 2006 Posted January 2, 2006 Before using this code: RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run","My Script","REG_SZ","C:/My Script.exe") in my script i wanna know, is this code deletes this, what i wrote with RegWrite: RegDelete ( "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "My Script" ) I just dont want any risks... If my reading of the helpfile is correct it should work. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Moderators SmOke_N Posted January 2, 2006 Moderators Posted January 2, 2006 It will work, but your script should throw errors if you run the exe ever:This:RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run","My Script","REG_SZ","C:/My Script.exe")Should Probably beRegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run","My Script","REG_SZ","C:\My Script.exe") 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.
poisonkiller Posted January 2, 2006 Author Posted January 2, 2006 It's only a little typing-mistake, but would it work on Windows 98 Second Edition too?
BigDod Posted January 2, 2006 Posted January 2, 2006 It's only a little typing-mistake, but would it work on Windows 98 Second Edition too? I would expect it to work from Win95 upto winXP. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
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