- Dec 17, 2013
- 78,509
- 163
- 0

Microsoft ProcDump tool lets you generate crash dump files to troubleshoot problems with apps, and here's how to use the command-line tool on Windows 10.
On Windows 10, ProcDump is a command-line tool specifically designed to create crash dump files manually. A "dump" is a special file that contains (all or parts) of the data loaded in memory at the time dump was triggered. Usually, you would use this file for analysis to determine the root of a problem with an app or the OS.
Full story from the WindowsCentral blog...