Answered by:
how do you get a full memory dump on Seven
Question
Answers
-
If your machine has more than 2 GB of RAM, the complete dump option is not available from the user interface. You can set this type of dump via the registry, though:
Overview of memory dump file options for Windows Vista, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows XP, and Windows 2000
http://support.microsoft.com/kb/254649/en-us
(See the section Registry values for startup and recovery.)
Microsoft MVP Windows Desktop Experience- Marked as answer by Ronnie VernonMVP, Moderator Saturday, December 26, 2009 4:59 PM
All replies
-
Hi,
follow this guide from cluberti :
http://www.msfn.org/board/creating-memory-dumps-t130005.html
André
"A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/- Proposed as answer by Andre.Ziegler Saturday, December 26, 2009 5:32 PM
-
If your machine has more than 2 GB of RAM, the complete dump option is not available from the user interface. You can set this type of dump via the registry, though:
Overview of memory dump file options for Windows Vista, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows XP, and Windows 2000
http://support.microsoft.com/kb/254649/en-us
(See the section Registry values for startup and recovery.)
Microsoft MVP Windows Desktop Experience- Marked as answer by Ronnie VernonMVP, Moderator Saturday, December 26, 2009 4:59 PM
-
thanks for the feedback guys, someone on another forum gave me this tip:
Key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl Value: CrashDumpEnabled Type: REG_DWORD Value: 1
so I changed the value from 2 to 1 and I now have "complete memory dump" added in the list. OK this said I got 3 GB of RAM and this will/would make a huge file, now I see why this was disabled by default. -