Looks like your service doesnt have the rights to start on background.
When you install a Mendix app with the Windows Mendix Service Console it is installed as a service that will be started when the machine is started.
if for some reason you dont see this happening, then you can try below
1. Open Windows Start > Run
2. put services.msc and run it
3. switch to standard tab
4.find the service which is the name of your App that you configured in the mendix console
try starting the service here. If not find the option here to enable to start it as a Service on startup.
Good luck.
BTW: did you follow the steps told here? https://docs.mendix.com/developerportal/deploy/deploy-mendix-on-microsoft-windows/
EDIT:
Check the step mentioned in this screenshot. It has to be done in the services.msc section. Your windows server admin would understand these steps.