G
Guest
Hi,
I'm currently writing windows .net service (non-interactive) that shall
start a specific program from disk the moment it gets started itself. Now,
when I simply call Process.Start(filename) I receive an AccessDenied error.
So, how can I start a process with the same rights as the service itself the
moment the service starts?
Thanks a lot
Peter
I'm currently writing windows .net service (non-interactive) that shall
start a specific program from disk the moment it gets started itself. Now,
when I simply call Process.Start(filename) I receive an AccessDenied error.
So, how can I start a process with the same rights as the service itself the
moment the service starts?
Thanks a lot
Peter