I have analyzed the dump files using WinDbg.
Here are my findings: There are multiple faults.
1. Faulting Process: fdm.exe (This is likely the Free Download Manager application).
2. Faulting Module: nvlddmkm.sys (NVIDIA graphics driver)
Process Name: chrome.exe (Google Chrome)
3. Faulting Module: dxgkrnl.sys (DirectX Graphics Kernel)
Process Name: dwm.exe (Desktop Window Manager)
4. Faulting Module: ntkrnlmp.exe (Windows Kernel)
Process Name: System
5. Faulting Module: ntkrnlmp.exe (Windows Kernel)
Process Name: svchost.exe
Potential Solution:
1. Uninstall and then Reinstall Chrome and FDM
2. Reinstall NVIDIA App
https://www.nvidia.com/en-in/software/nvidia-app/
3. Go to the manufacturer's website. Download and install the Chipset driver and MEI driver (if available)
4. Uninstall 3rd party anti-virus (If there's any)
5. Run the System File Checker (SFC) and DISM:
Run SFC:
Press Win + X and select Command Prompt (Admin).
Type sfc /scannow and press Enter. This process may take some time to complete.
Run DISM:
After SFC completes, type the following command and press Enter:
DISM /Online /Cleanup-Image /RestoreHealth
Allow the process to complete.
Restart Your Computer.
Let me know how it goes.