in some compiled script I use:
#RequireAdmin
This particular program have to run other exe file which normally should be easy by using:
ShellExecute() or Run()
But I need to run this External.exe as non elevated instance.
Anybody know how to do that ?
edit:
of course without using RunAs() as I do not want to provide login and password, I mean it should run on currently logged user credentials, just not in elevated mode.