Jump to content

AutoIt at StartUp


demonsc
 Share

Recommended Posts

I'd do it this way:

RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run", "MyScriptname", "REG_SZ",@Scriptfullpath)

to remove it:

Regdelete("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run", "MyScriptname")

Link to comment
Share on other sites

I'd do it this way:

RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run", "MyScriptname", "REG_SZ",@Scriptfullpath)

to remove it:

Regdelete("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run", "MyScriptname")

Pro :)
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...