Create a user in cmd net user /add Add user to a group net localgroup /add Grant read/write/execute permission to the user for the app's folder icacls "" /grant : /t The user account (SID). The path of the folder containing the app. Sets the access permissions. (OI): The …
[Read more...] about Create a Windows User to Run a Service Under