WHRobin566 0 Posted March 13, 2005 (edited) Is there a way to make a autoit script start on startup of the computer? if so how? Edited March 13, 2005 by WHRobin566 Witch Hunter Robin Share this post Link to post Share on other sites
MHz 80 Posted March 13, 2005 Yuo can add an entry, in th registry. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run Or you can create a shortcut, and put it, in the startup folder, in startmenu -> programs. Share this post Link to post Share on other sites
WHRobin566 0 Posted March 13, 2005 Yuo can add an entry, in th registry.HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOr you can create a shortcut, and put it, in the startup folder, in startmenu -> programs. <{POST_SNAPBACK}>hm so that should start the script as soon as computer starts up? and does that code HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunCreate the reg?Thanks Witch Hunter Robin Share this post Link to post Share on other sites
MHz 80 Posted March 13, 2005 Here is an example of a run key. RegWrite('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run', 'NeroFilterCheck', 'Reg_sz', 'C:\WINDOWS\system32\NeroCheck.exe') If you look in regedit, you will see others, for system startup. Share this post Link to post Share on other sites
WHRobin566 0 Posted March 13, 2005 (edited) hmm not writing the regkey in regs. you know why? Nm it works Thanks. Edited March 13, 2005 by WHRobin566 Witch Hunter Robin Share this post Link to post Share on other sites
WHRobin566 0 Posted March 14, 2005 in one of my scripts. for some reson its not detecting the while to the wend why wont it detect it ive checked it 100 times the while is there. Witch Hunter Robin Share this post Link to post Share on other sites