Is it possible for one C# (desktop) application to start and stop applications on another machine?
I don't mean in a malicious sense, or even over the internet. I have two computers in a room and I need an app on one to start (and then stop) and app on the other.
One half-formed route in my mind was to use an auxiliary program on the target computer, so I suppose I ought to point out that I am completely able to make any necessary changes to either machine.
If you can do changes there are so many possibilities!
Most of the alternatives involve writing a small service that listens on the communication technique of your choice and then starts a process or does something else.