Home  >  Article  >  Operation and Maintenance  >  How to repair the system using command line in Windows 10

How to repair the system using command line in Windows 10

coldplay.xixi
coldplay.xixiOriginal
2021-02-18 15:28:0550660browse

How to use the command prompt to repair the system in Windows 10: First click the command prompt and enter [sfc/scannow]; then detect and repair the erroneous files in the system; finally enter [Dism /Online /Cleanup-Image. .] can be repaired.

How to repair the system using command line in Windows 10

#The operating environment of this article: Windows 10 system, Dell G3 computer.

How to use the command prompt to repair the system in Windows 10:

1. Right-click the start menu and click Command Prompt (Administrator).

How to repair the system using command line in Windows 10

#2. Enter: sfc/scannow in the command prompt box (you can copy and paste directly).

How to repair the system using command line in Windows 10

3. After entering the command and pressing the Enter key, the search for incorrect or damaged system files will begin;

How to repair the system using command line in Windows 10

4. Wait for about 5 minutes. If there is an error file in the system, the error file in the system can be detected and repaired;

How to repair the system using command line in Windows 10

5. If there is no error file then It will prompt: Windows Resource Protection cannot find any integrity violations.

How to repair the system using command line in Windows 10

#6. After the detection is completed, if it prompts: Windows Resource Protection found damaged files but cannot repair them, continue to enter in the command prompt: Dism /Online /Cleanup- Image /CheckHealth Press the Enter key;

How to repair the system using command line in Windows 10

#7. Wait about 10 minutes to complete the repair.

How to repair the system using command line in Windows 10

Related free learning recommendations: php programming (video)

The above is the detailed content of How to repair the system using command line in Windows 10. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn