I have a great alarmclock program that I want to start up automatically when I boot up windows, but that doesn't seem to be an option in the program. Any way to force it to start up on startup?
-
Yes, through scheduled tasks in the control panel.
-
or you can just put a short cut into the startup folder in the start menu.
-
Or add the path of the executable as a new String value under either of the following registry keys :
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run (for current user)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run (for all the users)
However putting it in the Startup folder as Jeff suggested would be easier.. -
With Scheduled tasks you can customise it if necessary.
-
OR you can use TuneUp Utilities to edit the startup programs etc
-
Man, I never thought there were so many ways to get an application to start at boot.
-
AKAJohnDoe Mime with Tourette's
Actually, most of these ways start at logon, not at boot.
-
He did say at startup,not bootup,didn't he?
Plus,bootup=OS loading... -
-
How to create a Windows service
how to force a program to start on startup
Discussion in 'Windows OS and Software' started by dwd, Jun 15, 2008.