Start a Qt program when system starts (Windows xp)
If you want to start a program at start up, it is easy in Linux . Put it in the start up script. But in Windows you need to use task scheduler. Well my son taught me this trick.
You go to
All programs - Accessories - system tools - scheduled tasks - add a scheduled task
You will be taken to a wizard. Where in you point to the executable of your qt program and give the option
Perform this task - when I log on.
Your qt program will be automatically executed when system starts.
You go to
All programs - Accessories - system tools - scheduled tasks - add a scheduled task
You will be taken to a wizard. Where in you point to the executable of your qt program and give the option
Perform this task - when I log on.
Your qt program will be automatically executed when system starts.
Comments
Post a Comment