Is there any way to run a process as the user logged on? My setup requires an Administrator privileges, so during the setup every process that I run is run as the administrator user. My problem is that my application needs to run as the user connected now.
I'm familiar with the "runasoriginaluser" parameter and the "ExecAsOriginalUser" function, but both of them don't work.
Any ideas?
Thanks