I am wondering: how can I make sure some programs are started on the Vista startup?
Most programs offer this service themselves, but what about programs that don't? How can I make them launch at startup anyway?
|
feedback
|
|
Whilst C.Schmalzruber's solution may work, you may want to take a look at Autoruns from Microsoft / Sysinternals. It is designed to be more of a diagnostics tool, however it will show you all the locations that files can be run from. From here, you can choose logon (or any other section) then you see all the locations of files that get processed and run, You can right click on the section title and click "Jump To" which should open the registry key and / or folder. Just drag your icon there and it should launch when that section gets processed. | |||
|
feedback
|
|
The easyiest way is to copy a shortcut of the program you want to start automatically in the startup-folder. | |||||
feedback
|
|
for reference it can be found at this location (of course replace %username% with your username)
| |||||
feedback
|
|
Copy the program to the "Startup" group folder. Programs will then run when you login. Typical default locations for this folder are:
If you want the program to run when all users login, add it to the "Common startup" group folder. Typical default locations for this folder are:
That will run a program when a user logs in. But your question actually asked about running a program on startup, which means the program is started, even if nobody logs in. To run a program at startup, you can create a scheduled task, with a scheduled run time of "At system startup":
| |||||||||||
feedback
|