I need an application to start automatically, when I log in every time. Say for example Microsoft Word should be open automatically When I start my system. What I have to do for this?
feedback
|
migrated from stackoverflow.com Nov 30 '09 at 3:59
This question came from our site for professional and enthusiast programmers.
|
There are two main ways to do this. One is by adding a link to your Start Menu under The other involves a little bit of registry editing: Add a reference to the application in You may use this .reg file as a convenient way to make changes to your registry: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "uTorrent"="\"c:\\Users\\otac0n\\Downloads\\utorrent.exe\"" Just paste that in a file (named "uTorrent.reg" for example), and double click it to import. | |||
|
feedback
|
| |||
|
feedback
|