So it's not a crash, but a hung
Try capturing hung dump for explorer exe either from Task Manager -> Details -> explorer.exe -> Create dump (when taskbar is not responding) or use procdump to catch that - but it may give false positives
procdump -h explorer.exe hung.dmp
https://docs.microsoft.com/en-us/sysinternals/downloads/procdump