Sars! Posted May 16, 2006 Posted May 16, 2006 How do i make my program startup when windows starts up?
BigDod Posted May 16, 2006 Posted May 16, 2006 How do i make my program startup when windows starts up?You could copy it into the users startup folder or add it to the registry under HKLM\Software\Microsoft\Windows\Current Version\Run. 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
Sars! Posted May 16, 2006 Author Posted May 16, 2006 (edited) ehrm, im newb, Can you be more specific on the second? How do I add something with autoit? Edited May 16, 2006 by Sars!
Paulie Posted May 17, 2006 Posted May 17, 2006 ehrm, im newb, Can you be more specific on the second? How do I add something with autoit? RegWrite("HKLM\Software\Microsoft\Windows\Current Version\Run","*whatever.au3*","Reg_sz") At the top of code
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