Page 1 of 1

Dump process based on PID (must also work with services)

Posted: 21 Dec 2018, 07:54
by zotune
Hi, anyone know how to get this script working (or MiniDumpWriteDump)?:
https://autohotkey.com/boards/viewtopic ... 226#p22226
https://docs.microsoft.com/en-us/window ... pwritedump

I am currently using procdump to do this, but it seems to be blocked by certain computers. Anyone know how to do this with dll?
- Must work with services.
- Must wait until all apps/services have been dumped before continuing (would be great if it will continue when all dumps are complete)
- Must be a parameter to choose between minidump and regular dump.

I am also wondering if anyone knows if there are any benefits of doing analysis with DebugDiag on the machine the dump file was created on (rather than on a different one later).

Appreciate any help!

Kind regards
Mikael