Q: if (exists value “DumpFile” of key “HKLM\SYSTEM\CurrentControlSet\Control\CrashControl” of registry) then expand environment string of substring before “%00” of (value “DumpFile” of key “HKLM\SYSTEM\CurrentControlSet\Control\CrashControl” of registry as string) else “”
A: C:\Windows\MEMORY.DMP
Minidump Location:
Q: if (exists value “MinidumpDir” of key “HKLM\SYSTEM\CurrentControlSet\Control\CrashControl” of registry) then expand environment string of substring before “%00” of (value “MinidumpDir” of key “HKLM\SYSTEM\CurrentControlSet\Control\CrashControl” of registry as string) else “”