A cohesive, menu-driven Windows Batch utility that safely automates advanced system cleanup, integrity repair, components update, and NVMe SSD optimizations.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
The LDL Windows ToolBox is a standalone Windows Batch script (LDLWinToolBox.bat) that effectively combines administrative privileges checks, system garbage collection, script verifications, and SSD TRIM optimization into a single, cohesive menu-driven interface.
It safely automates otherwise tedious system administration tasks while maintaining comprehensive, timestamped logs (LDLWinToolBox_yyMMddHHmmss.log) of all actions to ensure complete historical records and safety.
To get a local copy up and running follow these simple steps.
- Windows 10 or Windows 11
- Administrator rights (the script will automatically securely request this using
RunAsif launched without it)
- Clone the repo
git clone https://github.com/LoveDoLove/LDLWinToolBox.git
- Double-click on
LDLWinToolBox.batto launch the interactive menu.
Upon launching, the interactive menu provides numerical options (1-8) to execute tools:
- [1] Advanced System Cleanup: Deeply cleans temporary system data, calculates Space Freed (MB).
- [2] System Integrity Repair: Executes
SFCandDISMto scan and repair corrupt OS files. - [3] Windows Component Store Cleanup: Removes superseded Windows Update install files (WinSxS).
- [4] Update All Installed Apps: Silently updates all
winget-installed apps. - [5] Complete Network Reset: Resets Winsock, TCP/IP, and DNS cache entirely.
- [6] Clear Event Viewer Logs: Flushes system, security, and application logs.
- [7] Manual SSD TRIM: Optimized for NVMe drives, triggers manual SSD re-trim using Windows defrag.
For more detailed background checks on each process, please refer to ANALYSIS.md and PROMPT_GUIDE.md
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the Apache License 2.0. See LICENSE for more information.
LoveDoLove - Telegram Channel - Discord
Project Link: https://github.com/LoveDoLove/LDLWinToolBox