Multiple choice technology operating systems

Where is the minidump folder located?

  1. c:\windows\system\minidump

  2. c:\windows\minidump

  3. c:\windows\system32\minidump

  4. None of the choices

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Windows stores memory dump files from system crashes (BSOD) in C:\Windows\Minidump by default. These small memory dump files help debug crash causes. The other paths are incorrect: system32 holds core system files, and there is no 'system' folder at that location in standard Windows installations.