I have the following situation:
I have two user accounts. One is an administrator, and the other is a regular user with limited permissions.
I'm trying to run batch files using Task Scheduler or the shell startup to launch a Node.js backend and start the frontend, essentially starting the server.
However, I expect that when the regular account logs on, they should have access to the server (and thus the frontend), but this is not happening.
Do you have any suggestions on how to resolve this issue?