start the application at computer start
-
Hi, I want to run application when I start computer. How can I set automatically while creating setup. Thanks, sjs
-
Hi, I want to run application when I start computer. How can I set automatically while creating setup. Thanks, sjs
1. Use the Windows Scheduler to run your application when you start the computer. 2. Write your own code to make your application work as a start up app. You can also modify the registry settings manually to add the start up applications. Use google to get the Registry key.
"Don't worry if it doesn't work right. If everything did, you'd be out of a job." (Mosher's Law of Software Engineering)
-
1. Use the Windows Scheduler to run your application when you start the computer. 2. Write your own code to make your application work as a start up app. You can also modify the registry settings manually to add the start up applications. Use google to get the Registry key.
"Don't worry if it doesn't work right. If everything did, you'd be out of a job." (Mosher's Law of Software Engineering)
Add your application path to the registry. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run or RunOnce