https://github.com/tboy1337/repair-windows
This repository provides a collection of batch scripts to repair and optimize Windows systems.
https://github.com/tboy1337/repair-windows
Last synced: about 1 month ago
JSON representation
This repository provides a collection of batch scripts to repair and optimize Windows systems.
- Host: GitHub
- URL: https://github.com/tboy1337/repair-windows
- Owner: tboy1337
- License: mit
- Created: 2024-11-10T19:23:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T14:55:14.000Z (about 1 month ago)
- Last Synced: 2025-03-12T15:37:55.168Z (about 1 month ago)
- Language: Batchfile
- Homepage: https://tboy1337.github.io/
- Size: 337 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Windows Repair and Optimization Scripts
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.
## Table of Contents
- [Features](#features)
- [Scripts Overview](#scripts-overview)
- [Usage](#usage)
- [Requirements](#requirements)
- [License](#license)## Features
- 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.## Scripts Overview
### 1. `dism_sfc_scan.cmd`
- Runs the Deployment Imaging Service and Management Tool (DISM) and System File Checker (SFC) to scan and repair corrupted system files.### 2. `defrag_optimise.cmd`
- Defragments and optimizes all system drives, helping improve system performance on traditional HDDs and SSDs.### 3. `free_space_quick.cmd` & `free_space_full.cmd`
- Clears unnecessary temporary files and frees up disk space to improve performance.### 4. `repair_volumes.cmd`
- Repairs volume errors using the CHKDSK utility on all detected drives.### 5. `reset_windows_update.cmd`
- Resets the Windows Update components to fix issues related to stuck or failed updates.### 6. `reset_winsock.cmd`
- Resets the Winsock catalog to resolve network connectivity issues.### 7. `boot_repair.cmd` (UNDER DEVELOPMENT)
- Utilizes various tools to fix boot sector issues, which can help resolve problems with booting Windows (need to be in WindowsRE to use this).### 8. `chkdsk_scan.cmd`
- Runs the CHKDSK utility for FAT and NTFS drives to check and repair file system errors.## Usage
1. Download or clone this repository to your local machine.
2. Run the desired `.cmd` by right-clicking and selecting "Run as administrator".## Requirements
- Windows OS (Windows 7 or higher recommended)
- Administrator privileges for full functionality## License
This project is licensed under the terms of the [MIT License](LICENSE.txt).---
**Disclaimer:** These scripts are provided as-is. Always back up your data before performing repairs or maintenance tasks.