Process Hacker/Explorer: How to automatically open process properties on launch

0

When monitoring/debugging executables, I often have to restart them.

In Process Hacker/Process Explorer: Is it possible to automatically open the properties window after launching/restarting a process (for individual executables)?

Alternatively, is there a way to open/refresh the properties window for processes/executables for which a properties window is already open?

Johannes S.

Posted 2016-01-18T13:46:38.933

Reputation: 101

No it is not possible. The PID changes so the data in the old "Properties" dialog is no longer valid. – DavidPostill – 2016-01-18T16:45:28.660

Sure, but would it be possible to open a new windows automatically based on the executable's name? (of course, only optionally) – Johannes S. – 2016-01-19T07:20:31.110

I'm sure it is possible, after all it is open source. Or you could make a feature request

– DavidPostill – 2016-01-19T09:21:52.973

No answers