I have an application that needs to be launched automatically upon reboot.
The application has login and password, so I need to have a script to pass out the login info.
Please let me know if we can do it with .bat script and if you have an example.
Appreciate it!
Then you will want to run it as a scheduled task, on the general tab you can specify which account to run it as and under trigger you can make it trigger at startup.
Then you will want to run it as a scheduled task, on the general tab you can specify which account to run it as and under trigger you can make it trigger at startup.
I see ! One challenge I am seeing is that the login and password of the application is different from those of Windows account.
Should the login and password of the application and Windows account be the same?