Jump to content

Recommended Posts

Posted

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

Posted

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
Posted

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 be

RegWrite("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.

Posted

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

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