I am trying to start an external process from a .NET Windows service. In the past I have used the Process.Start() overload that takes the executable path and a
This is just a shot in the dark, but perhaps you can try to run the Windows Service in Interactive mode. If that works, though, this can't be done in Windows Vista (because of Session 0 Isolation).