I would like to have application auto start up after login.
something like you have start up links.
Any idea how to do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The typical approach is to add a shortcut to the user’s Startup folder or add a new registry key from you application code. It’s a hack though because it won’t be removed on uninstall.
Here’s more info.