Analyzing a dump of a process under memory pressure - 11

You may wish to watch the video using one of the high quality links on the right so the text is readable.
This episode is the last of a trio which introduces viewers to the topic of troubleshooting memory pressure issues. This session uses information from the previous two episodes to find root cause (i.e., down to the source code) of our memory pressure problem.
Get your debugging hats on before viewing this one!
.NET Debugging for the Production Environment, Part 11
How do you make WER (Windows Error Reporting) to generate full user dump instead of mini dump in case you have no option to run DebugDiag on system and wait for condition to reappear. WER stores minidumps in PCHEALTH directory under \Windows
@gt65345:You want the LocalDumps reg key, setting DumpType=2.
http://msdn.microsoft.com/en-us/library/windows/desktop/bb513638(v=vs.85).aspx">http://msdn.microsoft.com/en-us/library/windows/desktop/bb513638(v=vs.85).aspx