In this video I will show you how to fix Runtime Error in Windows 10.
Run-time errors on Windows 10 can be caused by various issues such as software conflicts, corrupted system files, or incompatible programs.
For this we will take the help of Windows Command. Here we will use 3 command as shown here.
1. Run System File Checker
Command : sfc /scannow
2. Run DISM
Command 1: DISM /Online /Cleanup-Image /checkhealth
Command 2: DISM /Online /Cleanup-Image /RestoreHealth
3. Run CHKDSK
Command : chkdsk C: /f /r /x
Hope you like this!