How to Fix 0xc0000135 Blue Screen Error in Windows 10
Sometimes users power-on or reboot their computers, only to find that there is a blue screen showing the 0xc0000135 error code. If you are concerned about how to grapple with this problem, this article will help you. In it, we tell you how to run SFC and DISM, two common ways that you can use to solve the problem.
Solution 1: Use System File Checker
System File Checker is one of the basic tools offered by Windows to help users fix errors. Its main purpose is to help users check system files and tackle integrity issues.
Step 1: Type in Command Prompt in the Search Bar and then choose Run as administrator.
Step 2: In Command Prompt, type sfc/scannow and press the Enter key.
The scanning process should be fast, and the result tells whether there is a system file integrity issue. It scans system files and replaces corrupted ones with the backup stored in the cache. You shouldn’t close the window until the verification has been 100% complete.
Solution 2:Run DISM
When your computer is experiencing unexpected issues that you fail to tackle using SFC command, the next best choice is to use DISM to fix the issues.
Step 1: Run the Command Prompt (Admin) from the Start Menu.
Step 2: Enter the following commands in order:
- Dism /Online /Cleanup-Image /CheckHealth
- Dism /Online /Cleanup-Image /ScanHealth
- Dism /Online /Cleanup-Image /RestoreHealth
Step 3: After the completion of the process, reboot your computer to save changes.
Comments
Post a Comment