<div dir="ltr">I use erlsrv to install an erlang application on windows.  Windows 7 works fine, but on windows 10, I have to go in and change the service from automatic to Automatic (delayed start), otherwise the app never runs on system start up.  Any idea how to fix this?<br><br>I just found this windows command:<br><br>sc config SVCNAME start= delayed-auto<div><br></div><div>I can use that in the install script.<br><br>I'd still like it to start with just automatic.  With the delayed option, it takes several extra minutes for the service to start running.<br><br>Thanks,<br><br>-wes<br></div></div>