Win10 command prompt method to repair the system: 1. Open the command prompt, enter "sfc /scannow" and press the Enter key to perform system file check; 2. Open the command prompt, enter "chkdsk C : /f" and press the Enter key to run the disk check; 3. Open the command prompt, enter "bootrec /fixmbr", "bootrec /fixboot" and "bootrec /rebuildbcd", and press the Enter key each time to execute a command to start. repair.
# Operating system for this tutorial: Windows 10 system, Dell G3 computer.
Use the command prompt to repair Windows 10 system, you can try the following methods:
-
Perform System File Check (SFC):
- Open Command Prompt (press the Win key, type "cmd" and press Enter).
- In the command prompt, enter "sfc /scannow" and press Enter.
- The System File Checker tool will scan system files and attempt to fix any problems found. Please wait patiently for the scan to complete.
-
Run Disk Check (CHKDSK):
- Open the command prompt (press the Win key, type "cmd" and press Enter key).
- In the command prompt, enter "chkdsk C: /f" and press Enter. If your system is installed on a different drive, replace the letter "C" with the appropriate drive letter.
- CHKDSK will scan the disk and attempt to repair any problems found. Note that this may take some time depending on your disk size and system conditions.
-
Perform startup repair:
- Open the command prompt (press the Win key, type "cmd", and then press Enter).
- In the command prompt, enter "bootrec /fixmbr", "bootrec /fixboot" and "bootrec /rebuildbcd", and press the Enter key each time to execute one command.
- These commands will repair the Master Boot Record (MBR) and boot partition, as well as rebuild the Boot Configuration Data (BCD).
Please note that before performing any system repair operations, be sure to back up important data to prevent data loss. If the problem is still not resolved, it is recommended to consult professional computer technical support or contact the relevant manufacturer for more help and support.
The above is the detailed content of How to repair the system in win10 command prompt. 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