After performing a Windows 10 reset, you may encounter corrupted files that can cause various issues with your computer. This can be frustrating, but don't worry, there are several solutions you can try to fix these corrupted files and get your system back to normal. In this article, we will guide you through the steps to fix corrupted files after a Windows 10 reset.
Method 1: Use System File Checker (SFC) Tool
The System File Checker (SFC) tool is a built-in Windows utility that scans and repairs corrupted system files. To use this tool:
- Press
Win + Xand select "Command Prompt (Admin)" to open an elevated Command Prompt. - Type
sfc /scannowand press Enter. - Wait for the scan to complete. It may take some time.
- If the tool finds any corrupted files, it will attempt to repair them automatically.
- Once the process is finished, restart your computer and check if the problem is resolved.
Method 2: Use Deployment Image Servicing and Management (DISM) Tool
The Deployment Image Servicing and Management (DISM) tool is another built-in Windows utility that can repair corrupted system files. To use this tool:
- Open an elevated Command Prompt as mentioned in Method 1.
- Type
dism /online /cleanup-image /restorehealthand press Enter. - Wait for the process to complete. It may take some time.
- After the process finishes, restart your computer and check if the issue is resolved.
Method 3: Perform a System Restore
If the above methods didn't work, you can try performing a system restore to a previous point in time when your computer was functioning properly. Here's how:
- Press
Win + Xand select "System" from the menu. - In the System window, click on "System Protection" in the left pane.
- Click on "System Restore".
- Follow the on-screen instructions to choose a restore point and start the restoration process.
- Wait for the process to complete. Your computer will restart.
- Check if the corrupted files issue is resolved.
By following these methods, you should be able to fix corrupted files after a Windows 10 reset. If the problem persists, it may be a sign of a more serious issue, and we recommend seeking professional technical support.
References
| Number | Reference |
|---|---|
| 1 | Use the System File Checker tool to repair missing or corrupted system files |
| 2 | How to use DISM to repair Windows 10 image |
| 3 | Recovery options in Windows 10 |