🌱How to scan and repairt your Windows system
Published by Scott Kingery on
Scan Hard Drive
How to use Windows 10's System File Checker (SFC) scannow command to fix problems | Windows Central
How to use Windows 10's System File Checker (SFC) scannow command to fix problems | Windows Central https://www.windowscentral.com/how-use-sfc-scannow-command-fix-problems-windows-10
How to repair Windows 10 with System File Checker offline
To repair Windows 10 using SFC with the offline option, use these steps:
- Open Settings.
- Click on Update & Security.
- Click on Recovery.
- Under the "Advanced startup" section, click the Restart now button.
- Click on Troubleshoot.
- Click on Advanced options.
- Click on Command Prompt. (After selecting the option, the device will reboot.)
- Select your account in the Advanced startup options.
- Confirm the account password.
- Click the Continue button.
- Type the following command to start the diskpart tool and press Enter:
diskpart
- Type the following command to determine the location of the Windows and System Reserved partitions and press Enter:
list volume
- Confirm the current drive letter assignment for the System Reserved partition (the one close to 500MB) and Windows 10 partition, usually the volume with the largest size.
- Type the following command to exit diskpart and press Enter:
exit
- Type the following command to run the System File Checker offline and press Enter:
sfc /scannow /offbootdir=F:\ /offwindir=C:\Windows
In the command, we are using the /offboodir option to specify the drive letter of the System Reserved partition, which in this case is F. Also, the /offwindir option specifies the location of the Windows 10 files, which in this case is C:\Windows.
- Click the X button to close Command Prompt.
- Click on Continue.
Once you complete the steps, the command tool will fix any problems with system files on Windows 10, and the device will restart normally.
If this doesn't repair all then run:
dism /online /cleanup-image /restorehealth
