I am currently invoking the windows task manager using a click event in WPF. The event simply executes \'Process.Start(\"taskmgr\").
My question is, is there a way to c
Unfortunately, taskmgr.exe does not support any command line argument.
taskmgr.exe
When run, it will always activate the tab that was active on last close.