Possible Duplicate:
How to put exe file in windows Startup
Suppose I have built an application in C#, Once I install it, I want it to run in the background whenever windows starts up,or you can say a user logs in to his windows account. Is there any way I can do that? Except writing a windows service?
The application basically shows messages when a certain event is triggered
Thanks
Add to shortcut to Windows start-up folder:
Or add to registry, something like this:
You can change CurrentUser to LocalMachine if you want it to run with every user. Thanks to Aidiakapi.