- Inspired by FixWin 11 for core recovery concept ideas, Inspired by RKILL for design and much more.
⚠️ Project Status & Disclaimer: This project is actively maintained and updated by the author. However, the software is provided "AS-IS" without any warranties. You are running this script entirely at your own risk. The author is not responsible for any system damage or data loss. Always test in a Virtual Machine first!⚠️ DO NOT copy-paste the raw code lines directly into an open CMD window. Always save the code as a .bat file and run it by double-clicking, otherwise the registry percentage escaping will corrupt your system binary execution logic!
A transparent, open-source Windows batch (.bat) script designed for deep system diagnostics, critical registry auditing, and surgical recovery of corrupted or malware-compromised system components.
- System Hijack Detection: Audits Image File Execution Options (IFEO), SilentProcessExit, and Winlogon registry branches for unauthorized overrides.
- Persistence Check: Maps out startup items (Run/RunOnce keys), scheduled jobs, and monitors the integrity of the
hostsfile. - Process Mapping: Searches for suspicious active processes running directly out of temporary folders (
AppData,Temp). - Automated Logging: Saves all diagnostic output cleanly into a
Registry_Audit.txtreport generated on your desktop.
- Shell Rescue: Restores default factory configurations for
explorer.exeanduserinit.exe. - Binary Association Fix: Resets core low-level file associations (
.exe,.com,.pif) ensuring programs can execute properly. - Policy & Admin Tool Unlocker: Reverts malicious registry restrictions, repairs UAC settings, and unlocks administrative tools like CMD, Regedit, and Task Manager.
- Security & Defender Restoration: Resets Windows Defender and Windows Firewall policies to default, triggering a forced restart of essential defense services.
- Boot & Update Repair: Resuscitates corrupted Windows Update components, clears download caches, and runs an automated boot file repair via
BCDBOOT.
- Network Repair: Flushes DNS cache, registers DNS records, and completely resets the Winsock stack and IP protocols to resolve connectivity issues.
- Icon Cache Flusher: Safely terminates
explorer.exeto clear and rebuild broken, corrupted, or missing system desktop icons. - DLL Registration: Performs a bulk re-registration of critical system
.dlllibraries viaregsvr32to fix missing dependency errors. - UWP Application Fix: Re-registers native Windows applications (such as the Start Menu and Settings App) globally using background PowerShell commands.
- Disk Integrity (Chkdsk): Schedules a rigorous deep-drive sector integrity check on the next system reboot.
- Download the
.batfile directly from this repository. - Right-click the file and select Run as Administrator (requires highest privileges).
- Follow the on-screen prompts to select your mode, and let the tool do its work. A system reboot is highly recommended after completion.
"Please note: This tool is designed to repair system damage and restore administrative access after an infection, rather than acting as a real-time antivirus scanner. If highly aggressive malware is actively terminating system processes, you should run this script from Windows Safe Mode."
This tool is purely native, dependency-free, and open-source for 100% transparency. You can freely modify, ship and use this product.