Skip to content

ZenDeuo/WinRepair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WinRepair

A lightweight, portable Windows system repair utility designed to fix common OS corruption issues with a single click.

© 2026 Ryan Harris / ZenDeuo. All Rights Reserved.

The only reason I began this was because the other day my friend had suffered Internet issues which had just required a Windows Network Reset and it fixed his internet speeds immediately and then today (Monday 16th February) my other friend was suffering from some broken Windows System Files and had to manually get each DISM command and the SFC command from the web and he said he wished there were a simple GUI for it so I was just going to slop something together but I really got into it after I saw how successful AI was at building the application and making it work and I was so happy that I had to finish it to the end and now I'm really happy with it and I hope it helps anyone with corrupt Windows System files!

WinRepair Application: WinRepair Advanced Configuration:

🚀 Features

  • One-Click Repair: Automates the standard Windows repair sequence (DISM → SFC → CHKDSK).
  • Zero Dependencies: Runs on stock Windows 10/11 using only built-in PowerShell and .NET.
  • Hidden Terminal: Executes commands in the background without pop-ups or console windows.
  • Reset Network: A dedicated tool to flush DNS, reset Winsock, and clear IP configurations.
  • Advanced Mode: For more advanced users who only want to run specific steps.
  • Detailed Logging: Real-time progress updates and exportable logs for troubleshooting.

🛠️ Repair Steps

WinRepair executes the following commands in a strictly ordered sequence:

  1. System Integrity Check:
    • DISM /CheckHealth (Performs A Quick Scan)
    • DISM /ScanHealth (Performs A Deep Scan)
    • DISM /RestoreHealth (Repairs The Component Store (WinSxS Folder) Of Windows)
    • DISM /StartComponentCleanup (Removes Superseded Updates)
    • sfc /scannow (Uses The Fresh Image To Repair System Files)
  2. Disk Health:
    • chkdsk C: /scan (Online File System Check Which Checks The File System And Metadata For Logical And Physical Errors Without Repairing Them)
  3. Cleanup & Maintenance:
    • Clear Temporary Files (Windows Temp & Prefetch)
    • Rebuild Icon/Thumbnail Cache (Windows Explorer Icons & Thumbnails)

📦 Installation

WinRepair is portable meaning no installation required.

  1. Download the latest release (ZIP file).
  2. Extract the folder to anywhere on your PC.
  3. Run RunRepair.bat.
    • Note: Requires Administrative Privileges To Run The Commands It Needs (UAC Prompt Will Appear).

⚠️ Requirements

  • OS: Windows 10 or Windows 11
  • PowerShell: Version 5.1 (Standard on Windows 10/11)
  • Internet: Required for DISM to download repair files from Windows Update.

📜 License & Usage

Proprietary / All Rights Reserved

This project is Source Available for educational purposes and transparency. By viewing or downloading this repository, you agree to the following terms:

  • View Only: You may view the source code for inspection and educational purposes.
  • No Modification: You may NOT modify, bundle, or create derivative works from this software.
  • No Redistribution: You may NOT redistribute this software, in source or binary form, without explicit written permission from the author.
  • No Commercial Use: This software may not be sold or used for commercial gain.

The full license text can be found in the LICENSE file.

About

Created to help users quickly run DISM and SFC commands from a single button within a neat GUI interface rather than them having to spend a lot of time searching the web for each command. Created in Google Anti-Gravity with the help of Claude Opus 4.6 (Thinking) & Gemini 3 Pro (High)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors