Skip to main content

Step 1: Disable Antivirus

🛡️ Disable Antivirus Before proceeding with the repair, ensure that your antivirus software is temporarily disabled. This is to prevent it from interfering with the repair process.

Step 2: Repair Windows

  1. Open Command Prompt as Administrator
    • Press Win + X to open the Power User menu.
    • Select Command Prompt (Admin) or Windows PowerShell (Admin).
  2. Run the Following Commands
    • Copy and paste each command below into the Command Prompt window, one at a time. Wait for each command to complete before proceeding to the next.
    sfc /scannow
    
    Dism /Online /Cleanup-Image /CheckHealth
    
    Dism /Online /Cleanup-Image /ScanHealth
    
    Dism /Online /Cleanup-Image /RestoreHealth