Here are ready-to-use registry files you can use if you are not comfortable or familiar with Registry editing. Just download this ZIP file and extract and run the
Set up Explorer dump creation.reg file inside it to merge it into the Registry.
After that, every time Explorer.exe crashes, 9 dumps will be created on your Desktop. You can compress them inside a ZIP file, then delete them from your computer and upload them in an appropriate post in the forum for further analysis.
To stop the creation of dumps whenever Explorer crashes, run the other file
Stop Explorer dump creation.reg.
If you are an advanced user or a developer, you can analyze the dump yourself using WinDbg from the Windows SDK:
https://superuser.com/questions/1231764 ... 94#1233294 You will also need to download debug symbols and configure WinDbg to use the symbols:
https://stackoverflow.com/questions/300 ... 0#30019890