I was wondering if there was a way to start up a program when I boot up my computer. Is there a folder I put it in or do I have to make a batch file. I'm really not sure.
Example: run Mozilla Firefox when I log in onto my account on Windows 7.
|
I was wondering if there was a way to start up a program when I boot up my computer. Is there a folder I put it in or do I have to make a batch file. I'm really not sure. Example: run Mozilla Firefox when I log in onto my account on Windows 7. | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You can launch executables and other files (batch, etc) by putting files or shortcuts in the Startup folder or in the Run registry keys. Startup folder locations:
Registry Key locations:
| |||
|
feedback
|
|
There is a startup folder. Any shortcut placed in there will run when you login. Orb -> All Programs -> Startup | |||
|
feedback
|
|
Just go to the Start Menu -> All Programs -> Startup, if you want the program to startup for all users just right click the Startup folder and select 'Open all users' If you want to prevent a program from opening at startup remove it from there or run 'msconfig' command and delete it from Startup tab. | |||
|
feedback
|
|
In addition to the startup folder, in the event that you are starting multiple applications which must be started in order or when one must be ensured that another has completely started first, there are programs such as the freely downloadable startup delayer which offer you more control over the process. | |||
|
feedback
|