How To Repair Windows 11 Using Only CMD Command Prompt - NEW 2025💻 ✅
s your Windows 11 system acting up? Apps crashing, system files missing, or the OS running slow? 🛑 You can repair Windows 11 using just the Command Prompt (CMD) — no third-party tools or full reinstalls required!
In this step-by-step video, I’ll show you how to use built-in CMD commands like SFC and DISM to scan and fix corrupted system files and restore Windows 11 performance.
No software required
100% built-in Windows solution
Works even if Windows Settings don’t open
⸻
HOW TO REPAIR WINDOWS 11 USING CMD:
1. Open Command Prompt as Administrator
• Press Win + S, type CMD
• Right-click Command Prompt - Select Run as Administrator
⸻
2. Run System File Checker (SFC)
sfc /scannow
Press Enter
• Wait for the scan to finish
• This will check and repair corrupted or missing system files
⸻
3. Use DISM to Fix Windows Image
Run the following commands one at a time:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
• These commands check for corruption in the Windows image and fix issues with Windows Update or recovery files.
⸻
4. Restart Your PC
Once all scans complete successfully, restart your computer to apply all repairs.