|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
what permissions does a windows service need to execute another process? System.Diagnostics.Processwhat 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? 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. Show quote "Daniel" <softwareengineer98***@yahoo.com> ¼¶¼g©ó¶l¥ó·s»D:%23O5H3KoXGHA.3***@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? > > |
|||||||||||||||||||||||