what permissions does a windows service need to execute another process?
System.Diagnostics.Process process = System.Diagnostics.Process.Start(info);
just local administrator? any specific permitions?

Re: what permissions does a windows service need to execute another process? System.Diagnostics.Process process = System.Diagnostics.Process.Start(info); just local administrator? any specific permitions? by Lau

Lau
Wed Apr 12 22:56:27 CDT 2006

Local administrator is enough. But in case you're talking about services...
does process spawn by that allowed to interact with desktop?

Try test and look at taskmanager to see if it runs.

"Daniel" <softwareengineer98037@yahoo.com> ¼¶¼g©ó¶l¥ó·s»D:%23O5H3KoXGHA.3848@TK2MSFTNGP05.phx.gbl...
> what permissions does a windows service need to execute another process?
> System.Diagnostics.Process process =
> System.Diagnostics.Process.Start(info);
> just local administrator? any specific permitions?
>
>