How to make the feature 'Replace Task Manager' of Process Explorer?
Asked Answered
U

1

9

Process Explorer has a nice feature Replace Task Manager

enter image description here

I just wondered how Mark Russinovich implements this.
What trick is used for implementing this?

Urbanism answered 14/9, 2011 at 12:50 Comment(0)
B
15

You can use ProcMon to find out how it's done...

To save you the bother, ProcExp is defined as the debugger of taskmgr.exe in Image File Execution Options on the registry. This means ProcExp is launched before taskmgr starts to run, no matter how taskmgr was launched. Then, ProcExp can easily close task manager and show itself.

Bracer answered 14/9, 2011 at 12:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.