WinAutomation
New Member
- Joined
- Mar 8, 2017
- Messages
- 6
- Thread Author
-
- #1
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!
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!
Solution
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.
WinAutomation
New Member
- Joined
- Mar 8, 2017
- Messages
- 6
- Thread Author
-
- #3
I want it Start when the server starts. Please advise.
- Joined
- Jul 4, 2015
- Messages
- 8,998
The batch file could simple be
start <programpath>
You can add it to the startup group policy
start <programpath>
You can add it to the startup group policy
- Press [win key + r]
- Type gpedit.msc
- Computer Configuration > Windows Settings > Scripts > Startup
- Click Add... navigate and select the script
- Reboot and test
WinAutomation
New Member
- Joined
- Mar 8, 2017
- Messages
- 6
- Thread Author
-
- #5
Thank you!!
Do you happen to have the script as an example? Please let me know.
Do you happen to have the script as an example? Please let me know.
WinAutomation
New Member
- Joined
- Mar 8, 2017
- Messages
- 6
- Thread Author
-
- #7
Yes, but I need to pass out the login and password for the application I am launching..
WinAutomation
New Member
- Joined
- Mar 8, 2017
- Messages
- 6
- Thread Author
-
- #9
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?
Should the login and password of the application and Windows account be the same?
WinAutomation
New Member
- Joined
- Mar 8, 2017
- Messages
- 6
- Thread Author
-
- #11
One way to get around is to make the Windows Account ID and password and the Application Login ID and password same.
It should work then?
It should work then?
Similar threads
- Replies
- 0
- Views
- 381
- Replies
- 0
- Views
- 157
- Replies
- 0
- Views
- 36
- Replies
- 0
- Views
- 260
- Article
- Replies
- 0
- Views
- 148