7. To Change the Default Location of the "Kernal Memory Dump" and "Complete Memory Dump" File NOTE:The Kernal memory dump or Complete memory dump uses the same location.
A) With Kernal memory dump or Complete memory dumpselected, type in the full path in the "Dump file" field that you would like to have the MEMORY.DMP file saved at with MEMORY.DMP still at the end of the path. (see screenshots below) NOTE:The default path is C:\Windows\MEMORY.DMP or %SystemRoot%\MEMORY.DMP.
For Example:If I wanted to change the default location to C:\Users\Public, I would type this location below.
C:\Users\Public\MEMORY.DMP
B) Go to step 9.
8. To Change the Default Location of the "Small Memory Dump" File
A) With Small memory dumpselected, type in the full path in the "Dump file" field that you would like to have the Minidump file saved at with Minidump still at the end of the path. (see screenshot below) NOTE:The default path is C:\Windows\Minidump or %SystemRoot%\Minidump.
For Example:If I wanted to change the default location to C:\Users\Public, I would type this location below.
C:\Users\Public\Minidump
B) Go to step 9.
9. Click on OK. (see screenshots below step 7A or 8A)
10. If prompted, click on Restart after you save and close anything that you have open. (see screenshot below)
OPTION TWO
To Change Dump File Location in Registry Editor
1. Open the Start Menu, type regedit in the search box, and press Enter.
2. If prompted by UAC, then click on Yes (Windows 7) or Continue (Vista).
3. In regedit, navigate to the location below, then do step 4 or 5 below. (see screenshots below step 4A or 5A below)
4. To Change the Default Location of the "Kernal Memory Dump" and "Complete Memory Dump" File NOTE:The Kernal memory dump or Complete memory dump uses the same location.
A) In the right pane of CrashControl, double click on DumpFile to modify it. (see screenshot below)
B) Type in the full path in the "Dump file" field that you would like to have the MEMORY.DMP file saved at with MEMORY.DMP still at the end of the path, and click on OK. (see screenshot below) NOTE:The default path isC:\Windows\MEMORY.DMP or %SystemRoot%\MEMORY.DMP.
For Example:If I wanted to change the default location to C:\Users\Public, I would type this location below.
C:\Users\Public\MEMORY.DMP
C) Go to step 6.
5. To Change the Default Location of the "Small Memory Dump" File
A) In the right pane of CrashControl, double click on MinidumpDir to modify it. (see screenshot below)
B) Type in the full path in the "Dump file" field that you would like to have the Minidump file saved at with Minidump still at the end of the path, and click on OK. (see screenshot below) NOTE:The default path is C:\Windows\Minidump or %SystemRoot%\Minidump.
For Example:If I wanted to change the default location to C:\Users\Public, I would type this location below.
2. To See What the Current Default Dump File Location is Set To
A) In the elevated command prompt, copy and paste the command below and press Enter. (see screenshot below)
wmic RECOVEROS get DebugFilePath
3. To Change the Default Dump File Location
A) In the elevated command prompt, type the command below and press Enter. (see screenshot below)
wmic RECOVEROS set DebugFilePath = "file path"
Note
Substitute file path in the command above with the full path within quotes that you would like to have the Minidump or MEMORY.DMP file saved at with Minidump or MEMORY.DMP still at the end of the path.