How is it possible to have an executable run automatically on startup? Is it possible by having a shortcut to the .exe in the startup folder in the All programs section of the start menu? If that is correct, what is the full directory of the start up folder? C:/
|
migrated from stackoverflow.com Mar 31 '10 at 3:14
|
There are many options, the Startup folder being only one of them. A detailed guide is available here: http://oreilly.com/pub/a/oreilly/windows/ron/startup_0401.html The most popular option these days is the registry - see the guide link above for details. |
|||
|
|
The preferred way is to create a registry entry, such as in |
|||||
|
|
Yet another method is to use the task scheduler found under accessories/system tools. Create a task that launches the program at startup. |
|||
|
|
|
C:\Users\YOURUSERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup |
|||||||
|
|
the simpliest way is to create a shortcut and to drag it it Startup folder (drag over start button, programs, start and drop it there) If you want to see the path, just r-click on startup folder and select open |
|||
|
|