MagickCrafter Posted May 27, 2006 Posted May 27, 2006 How would you do this? Such as those programs that startup when you turn on your computer, like zonealarm, quicktime, etc. Just curious if you can do this.
bucky002 Posted May 27, 2006 Posted May 27, 2006 (edited) place it in the start-up. @StartupDir If you don't now where that is then, Make a separate script, put this in it, and run it. MsgBox (0, "startup", @StartupDir & @CRLF & @StartupDir) Edited May 27, 2006 by bucky002
Valuater Posted May 27, 2006 Posted May 27, 2006 @StartupDir current user's Startup folder @StartupCommonDir path to Startup folder - for all users 8)
mr.underperson Posted May 28, 2006 Posted May 28, 2006 Unless you want users to be able to just delete it, you would be better off putting the launch command in the run section of the registry... HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run -mu
MagickCrafter Posted May 28, 2006 Author Posted May 28, 2006 Thx guys I completely understand thx for the help!!!
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