Click here to Skip to main content
15,892,805 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I did small application. I need to run it automatically at Windows start up. How can I do it? Please give me simple solution. I've used VB.NET for this application.
Thanks.
Posted
Updated 8-Jan-13 3:32am
v2

The simplest way is to have your installer create a shortcut to your app in the user's Startup folder.
 
Share this answer
 
Comments
fjdiewornncalwe 8-Jan-13 10:39am    
My 5.
[no name] 8-Jan-13 13:30pm    
Thanks Marcus.
It can be achieved in various ways:
Option 1: Place a short cut of your application in the startup folder.
Option 2: Using Registry settings. Refer: Running a program at startup[^]

Another couple of good approaches explained by Abhinav & SA here: How to run a program at startup?[^]
 
Share this answer
 
v2
Comments
fjdiewornncalwe 8-Jan-13 10:39am    
That's a 5 as well.
Sandeep Mewara 8-Jan-13 10:42am    
Thanks Marcus. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900