Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find windows crash dump (Blue screen crash dump)? [closed]

Tags:

windows

winapi

Where can I find blue screen of death crash dump?

like image 500
hellothangam Avatar asked Aug 03 '10 11:08

hellothangam


People also ask

Where are Windows crash dumps located?

Crash dump file are stored in %LOCALAPPDATA%\CrashDumps . This is a subfolder of the user profile. For user helge it resolves to C:\Users\helge\AppData\Local\CrashDumps . Note: if the crashing application runs under the SYSTEM account, that resolves to C:\Windows\System32\config\systemprofile\AppData\Local\CrashDumps .

Where is blue screen crash dump located?

By default, when Blue Screen occur, a minidump is created under C:\Windows\minidumps. If your system is configured to generate a full dump, larger memory dumps like kernel memory dumps and complete memory dumps will be created under C:\Windows\MEMORY. DMP by default.

Where are Windows 10 crash dumps stored?

Windows keeps a list of all the small memory dump files in the %SystemRoot%\Minidump folder. The small memory dump file can be useful when hard disk space is limited.

How do I view crash dump files?

Click Open Crash Dump on the File menu to open a user-mode or kernel-mode crash dump file and to analyze it. This command is equivalent to pressing CTRL+D.


1 Answers

Your crash dump location will depend on what is set in the system.

To find out where it is located go to your control panel, then system, then advanced system settings (in Windows 7) or the advanced tab (in Windows XP), click the startup and recovery 'settings' button.

Near the bottom of the startup and recovery settings window will be a dump file location text box which will specify where you can find it.

More info about dump files can be found here -> http://blogs.technet.com/b/askperf/archive/2008/01/08/understanding-crash-dump-files.aspx

like image 155
Mike737 Avatar answered Oct 19 '22 07:10

Mike737