Hello, and good afternoon.
I’ve installed Home Assistant in a Windows Server 2016, using Python.
What I would like to know is how can I get the application to run automatically with windows start, since I can’t find any service on windows that can start the application.
At this point, I use a command on the command line to start the application:
“py -m homeassistant --open-ui”.
Thanks.
Easiest way would be to just create a script you can double click to run that command, then jam it in the startup folder
Step #1: Adding script to windows Startup folder
After the windows boots up it runs (equivalent to double-clicking) all the application present in its startup directory.
Address:
C:\Users\current_user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\