Invoking windows task manager with 'performance' tab selected
问题 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 choose which tab inside task manager is selected when the process starts / is displayed? I am looking to have the 'performance' tab selected automatically whenever the click event is raised. Thanks for the help. 回答1: To expand on Philipp Schmid's post, I've whipped up a little demo: Run it as a console application. You need to add