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?
- From: "Lau Lei Cheong" <leu_lc@xxxxxxxxxxxx>
- Date: Thu, 13 Apr 2006 11:56:27 +0800
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@xxxxxxxxx> ¼¶¼g©ó¶l¥ó·s»D:%23O5H3KoXGHA.3848@xxxxxxxxxxxxxxxxxxxxxxx
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?
.
- References:
- Prev by Date: RE: .NET 1.1 created event log has only "Not available" properties
- Next by Date: Re: Clipboard.GetData is always returning null
- Previous by thread: 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?
- Next by thread: Re: POS System
- Index(es):