ChrisTitusTech’s win10script is a PowerShell-based “ultimate Windows 10 script” whose goal is to debloat, tweak, and optimize a Windows 10 installation in a largely automated way. The author consolidated many smaller debloat scripts, gists, and tweaks into one overarching script that offers choices for removing telemetry, disabling unwanted services, uninstalling built-in Microsoft apps, and adjusting system settings for performance. The repository has been archived (read-only) but still serves as a reference implementation for Windows 10 optimization. The project is licensed under MIT and includes a README that explains usage, options, and caveats. In its documentation and blog posts, ChrisTitus also recommends that this tool is best used early (before too many user customizations), and that one should be careful as aggressive tweaks can break certain features.
Features
- Interactive GUI or wizard mode to guide users through tweak selections
- Safe-mode fallback or automatic recovery in case a tweak breaks the system
- Versioning / snapshot of registry and system state before changes for rollbacks
- Modular plugin architecture to add custom tweak modules by users
- Scheduled re-audit mode to detect and fix drift or “bloat creep”
- Cross-compatibility with Windows 11 (detect and adapt tweaks)