tags:

views:

193

answers:

1

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?

A: 

See if the application has any parameters it can take to suppress the GUI and just pass it along. I know we suppress BGInfo's prompt using /accepteula on some of our VMs.

thomasnguyencom