I've written a C# Windows Service that restarts processes and services on remote machines.
It works fine, however for some of the processes that I need to restart, The application needs a GUI....
.....Are there any hacks to get the GUI to display when starting a process remotely?