Invoking windows task manager with 'performance' tab selected

后端 未结 4 1235
既然无缘
既然无缘 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:24

    Unfortunately, taskmgr.exe does not support any command line argument.

    When run, it will always activate the tab that was active on last close.

提交回复
热议问题