Sorry for the delay in reply. I've been offline.
Thanks.
The minidumps you provided do not reference any drivers, but they all point to the system process "svchost.exe" as the cause of the crash. Since each crash shares the same stop code, "CRITICAL_PROCESS_DIED", there's a strong possibility that "svchost.exe" is corrupted or damaged.
I think it's a good idea to try the SFC (System File Checker) to fix possible corrupted system files before trying anything more intrusive.
- Open Start and type cmd, right-click on "Command Prompt", and select "Run as administrator".
- Run the following commands at the Command Prompt one at a time:
dism.exe /online /cleanup-image /scanhealth
dism.exe /online /cleanup-image /restorehealth
dism.exe /online /cleanup-image /startcomponentcleanup
sfc /scannow
Note: Pay close attention to the results of the commands. This will help you determine whether the procedure was completed successfully or if there was a problem. If you get any errors, let me know the error message that was displayed.
- Restart the PC.
After restarting the PC, see if the system will work stably.
If the blue screen occurs again, please share the minidump it created.
Feel free to ask back any questions.