This repository provides a collection of batch scripts to repair and optimize Windows systems. These scripts automate various maintenance and repair tasks, making it easier to keep your Windows PC running smoothly.
- Automate common repair and maintenance tasks for Windows systems.
- Improve system performance by freeing up disk space and defragmenting drives.
- Repair essential Windows services and files, including resetting Windows Update and Winsock.
- Tools for system health checks, including CHKDSK and DISM scans.
- Runs the Deployment Imaging Service and Management Tool (DISM) and System File Checker (SFC) to scan and repair corrupted system files.
- Defragments and optimizes all system drives, helping improve system performance on traditional HDDs and SSDs.
- Clears unnecessary temporary files and frees up disk space to improve performance.
- Repairs volume errors using the CHKDSK utility on all detected drives.
- Resets the Windows Update components to fix issues related to stuck or failed updates.
- Resets the Winsock catalog to resolve network connectivity issues.
- Utilizes the
bootrec
tool to fix boot sector issues, which can help resolve problems with booting Windows (need to be in WindowsRE to use this).
- Runs the CHKDSK utility for FAT and NTFS drives, respectively, to check and repair file system errors.
- Download or clone this repository to your local machine.
- Run the desired
.cmd
by right-clicking and selecting "Run as administrator".
- Windows OS (Windows 7 or higher recommended)
- Administrator privileges for full functionality
This project is licensed under the terms of the MIT License.
Disclaimer: These scripts are provided as-is. Always back up your data before performing repairs or maintenance tasks.