I created a Windows Service that starts a program in the background and makes sure a webapplication needs no further installation.
When I start this service in the administrator account, the background program launches nice and quitly and runs under the user name
https://i.stack.imgur.com/bEZaW.png
Everything works perfect, I can just visit the site without extra information and so on.
It also works when I log out, and log in with a different admin.
HOWEVER, it doesn't work under standard user of the domain. the process does start, but not under SYSTEM (but blank user name) and so the background program launches, but not with the correct user name.
Why is this? And what do I need to change so that all the standard users who log in also have this service ran as admin?