Hello,
i observed scripts run through mobicontrol client always get executed as the current logged in user in the windows desktop classic environment.
Is there anything i can do to execute a script or shellexecute a batch as different user or admin?
As an example i want to run a batch as admin with a mobicontrol script:
shellexecute C:\test\test.cmd -open
The only other solution would be the run everything else as Admin with Autologin, but i am feeling a bit unsecure about that as previlege escalation under a windows admin account can be really concerning...
Has anyone a solution for this?