Thanks for the clarification.
In this case, I have 2 suspicions about the cause of this problem.
- A severe corruption of Windows.
- A hardware problem.
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 crash occurs again after doing this, please let me know.
Feel free to ask back any questions.