This setting enables you to control the information required in the dump file at the time of crash to help support engineers in positive way. The full dump file is very big and will only create confusion.
For this, you have to make changes in the registry. Go to "Start->Run" and enter "regedit" and click "OK". Search the key listed below. Create REG_DWORD Value Name called "CrashDumpEnabled" if not existing and set it as follows:
| Value | Description |
| 0 | Debugging information is not written to a file |
| 1 | Complete crash dump is written to a file |
| 2 | Kernel memory dump is written to a file |
| 3 | Small memory dump is written to a file |
After restart or logoff, changes take effect.