Start process on a specific desktop

Viewed 1830

How to start a Windows process on a specific Windows Desktop?

Preferably, we are looking for a solution, which is supported on Windows 8.1 as well, i.e. which does not rely on Windows 10's new task view feature. I know, that different desktops are not easily user-accessible in Windows 8.1, still, they are supported.

Our goal is to enable developers running our web test suite in the background - no interfering of the browser window with their work.

Unfortunately, a Google search didn't turn up anyhting :-(

Note: although we're using .NET/C#, we are perfectly happy with a WinAPI call as well.

1 Answers
Related