Invoking windows task manager with 'performance' tab selected

后端 未结 4 1229
既然无缘
既然无缘 2021-02-15 12:44

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

4条回答
  •  时光说笑
    2021-02-15 13:41

    While taskmgr.exe doesn't have any command line arguments to specify the selected tab, you can use Windows UI Automation to 'navigate' to the performance tab.

提交回复
热议问题