I have a Windows 10 Pro VM, that I want to run a Localhost Katalon Agent on. I have it running successfully, but I would like for it to start when the computer starts. Right now, I have it running by putting a Shortcut in the Startup folder. But this only gets triggered if someone logs into the machine. How do I get the Agent to start when windows startup, even if no one logs in?
Asked
Active
Viewed 105 times
3
-
create autostart service and it exec your app – RbMm Mar 01 '21 at 22:31
-
I gave it a try, but I don't think it is setup to run as a service. I tried the "cli-win-x64.exe", "service.bat", and "start.bat". None of them could be ran as a service. – Brandon Dudek Mar 04 '21 at 14:23
-
1you don't understand me. i mean - write very simply service by self - this will be your exe. and this service - exec app – RbMm Mar 04 '21 at 14:25
1 Answers
0
Come to find out. the Katalon Agent comes with NSSM. I was able to use that to create a Service using these instructions: https://stackoverflow.com/a/26626771/4739712

Brandon Dudek
- 849
- 1
- 8
- 18