If you want the program to run in the user's space, then it must be run interactively within their account (like it is now). To run it minimized, you can launch it from a minimized cmd window or a PowerShell script. The cmd window line would be "cmd.exe" for the executable and arguments would be "/Q /E:ON /C start /MIN app.exe".
↧