Hi Abdallah Hakam,
It sounds like your PC is experiencing random freezes, and from the error details you shared, this seems to be related to a hardware issue, specifically indicated by the "LiveKernelEvent" with code 144. This type of error is commonly linked to a problem with the system's drivers or hardware components like the GPU, RAM, or even storage drives.
Here are a few things you can try to address the issue:
- Update drivers: Ensure that all your drivers, especially for your graphics card, motherboard, and storage devices, are up to date. You can do this through Windows Update or directly from the manufacturer's website.
- Run hardware diagnostics: Check your hardware components by running diagnostic tests. For example, you can use Windows Memory Diagnostic for RAM, or run a check on your hard drive for bad sectors using the chkdsk command.
- Check for overheating: Freezing can sometimes be caused by overheating hardware. Ensure that your system is well-ventilated, and consider using monitoring software like HWMonitor to check your CPU and GPU temperatures.
- Check event logs: Review the Windows Event Viewer for any additional details or recurring errors that could point to the root cause.
- SFC and DISM scan: Run sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth to repair any potential corrupt system files that could be contributing to the crashes.
If the problem persists after these steps, you may need to consider looking deeper into your hardware, potentially swapping out components to identify the faulty part.
Please let me know if this helps or if you have any further questions!
If the information is helpful, please Accept Answer & Upvote so that it would be helpful to other community members.