explaingit

newmatrix/winrtp

12BatchfileAudience · generalComplexity · 1/5ActiveLicenseSetup · easy

TLDR

Free Windows 10/11 maintenance batch script with a 13-item CMD menu that wraps sfc, DISM, CHKDSK, network resets, temp cleanup, and Microsoft Store fixes.

Mindmap

mindmap
  root((WinRTP))
    Inputs
      Admin CMD session
      Menu choice
    Outputs
      Repaired system files
      Cleaned temp folders
      Reset network stack
      Disk check report
    Use Cases
      Fix Windows update errors
      Repair corrupted system files
      Reset network on a stuck PC
    Tech Stack
      Batch
      Windows
      DISM
      SFC

Things people build with this

USE CASE 1

Run sfc /scannow and DISM RestoreHealth from one menu to fix corrupted Windows files

USE CASE 2

Clear Temp, Prefetch, and cache folders to free disk space on Windows 10 or 11

USE CASE 3

Reset the network stack with one keystroke when DNS or Winsock breaks

USE CASE 4

Reboot directly into UEFI firmware settings without digging through Windows menus

Tech stack

BatchWindowsCMDDISMSFCCHKDSK

Getting it running

Difficulty · easy Time to first run · 5min

Must be run as administrator on Windows 10 or 11; some repairs require a restart and a system restore point is recommended first.

Author reserves all rights, free to use but reupload or modification is not permitted without permission.

In plain English

Windows Repair Tool Pro is a free Windows maintenance and repair utility written as a batch script that runs from the Command Prompt. The README is in Arabic. The author, Hesham Taha, describes it as a small all-in-one helper that lets users fix common Windows problems, improve performance, and run basic maintenance jobs through a simple, fast CMD interface. The tool bundles thirteen actions behind a menu. The first runs the built-in System File Checker (sfc /scannow), which finds and replaces corrupted Windows system files. The second runs DISM with the RestoreHealth flag, which repairs deeper image problems and can fix stuck Windows updates. A third option clears temporary files from Temp, Windows Temp, Prefetch, and cache folders to free space. A fourth option fixes network problems by flushing DNS, resetting Winsock, resetting TCP/IP, and renewing the IP address. A fifth option runs all of these at once. Other menu items include CHKDSK on the C drive with the /f and /r switches to scan and fix disk errors, a shutdown timer, a direct reboot into the BIOS or UEFI firmware using shutdown /r /fw /t 0, a Windows Update fix that restarts the update service and clears the SoftwareDistribution and Catroot2 folders, a Microsoft Store reset using wsreset.exe, an icon cache rebuild, a fix for taskbar and File Explorer glitches, and a defragmenter for traditional HDD drives. Usage is simple: download the file, right-click and choose Run as administrator, pick the desired tool from the menu, wait for it to finish, and restart the computer if asked. The README states that the tool uses only official Windows commands and contains no malware, spyware, mining code, or hidden charges. It supports Windows 10 and Windows 11. The README notes that running as administrator is preferred, some repairs may need a restart, and creating a system restore point before using the advanced repairs is recommended. The project is marked as free with no activation, subscription, or hidden fees. The author reserves all rights and does not permit reupload or modification without permission.

Copy-paste prompts

Prompt 1
Run WinRTP as administrator and walk me through which menu option to pick when Windows Update is stuck.
Prompt 2
Explain what each command in the WinRTP network reset option does (flushdns, winsock reset, tcp/ip reset, ipconfig renew).
Prompt 3
Read the WinRTP batch script and list every external Windows command it calls so I can audit it before running.
Prompt 4
Add a new menu item to WinRTP that runs powercfg /energy and saves the report to the desktop.
Prompt 5
Create a system restore point and then run the WinRTP combined option that chains sfc, DISM, and temp cleanup.
Open on GitHub → Explain another repo

Generated 2026-05-22 · Model: sonnet-4-6 · Verify against the repo before relying on details.