Disable Procdump

6

1

I had an issue with a vendor product, then I had to run procdump to be able to narrow down the possible cause for this issue, now I need to disable it, is there any way to disable it without taking risks because it is on a critical server

user1928775

Posted 2015-06-01T17:39:21.477

Reputation: 63

can't post this as an answer. but check this http://forum.sysinternals.com/removing-procdump-as-aedebugger_topic29823.html

– Francisco Tapia – 2015-06-01T17:41:06.603

Answers

9

Run Procdump -u to uninstall ProcDump. You see this when you run procdump -h:

-u Treat CPU usage relative to a single core (used with -c). As the only option, Uninstalls ProcDump as the postmortem debugger.

magicandre1981

Posted 2015-06-01T17:39:21.477

Reputation: 86 560

Not available in older version. (At least version 6 and lower.) – Sebastian Krysmanski – 2017-01-24T16:03:23.930

@SebastianKrysmanski yes, this was added in a newer version, but you should always use the most recent version to get all features. – magicandre1981 – 2017-01-24T17:11:51.820