A curated, community-maintained collection of tools, scripts, and resources for optimizing, securing, and customizing Windows 10/11.
Use these tools at your own risk.
- Always create a System Restore Point before making system changes
- Test in a virtual machine first if possible
- Some tools may affect Windows Update, Microsoft Store, or other features
- This repository does not host any tools β only links to official sources
- Not affiliated with Microsoft Corporation
| Tool | Type | Win10 | Win11 | Best For |
|---|---|---|---|---|
| Chris Titus WinUtil | PowerShell GUI | β | β | All-in-one optimization & debloat |
| SophiApp | C# GUI App | β | Privacy hardening & UI tweaks | |
| O&O ShutUp10++ | Portable EXE | β | β | Telemetry & privacy controls |
| W10Privacy | Portable EXE | β | β | Granular privacy settings |
| Open-Shell | Installer EXE | β | β | Classic Start Menu restoration |
# Chris Titus WinUtil (Recommended for most users)
irm "https://christitus.com/win" | iex
# Win11Debloat
& ([scriptblock]::Create((irm "https://debloat.raphi.re/")))
# SophiApp
irm app.sophi.app -useb | iex- ChrisTitusTech/winutil β All-in-one toolkit for app management, debloating, and performance tweaks
- Raphire/Win11Debloat β Modular PowerShell script for UI cleanup and bloat removal
- memstechtips/UnattendedWinstall β Unattended install customization for clean Windows deployments
- meetrevision/playbook β Ansible-based automation for enterprise deployments
- O&O ShutUp10++ β Free antispy utility with 200+ privacy toggles
- W10Privacy β Detailed privacy control panel with toggle explanations
- privacy.sexy β Web-based generator for transparent privacy scripts
- WPD β Modern dashboard for privacy, firewall, and app permissions
- Sycnex/Windows10Debloater β Classic interactive debloater (legacy)
- Fs00/Win10BloatRemover β CLI-focused app removal tool
- Open-Shell β Restore classic Start Menu and Explorer
- Sophia-Community/SophiApp β 130+ UI, privacy, and system tweaks
- Blackbird β One-click optimizer with UI and performance presets
- ChrisTitusTech/winutil β Includes Copilot & AI feature toggles
- SophiApp β Granular AI/Recall/Copilot controls for Win11
- privacy.sexy β Generate scripts to disable AI-related services
- Chris Titus: Windows Optimization Guide
- Ghacks: Privacy Tools Comparison
- PrivacyTools: Windows Privacy Guide
| Tool | Reason | Status |
|---|---|---|
DisableWinTracking (bitlog2) |
Last update ~2017, breaks modern Windows | β Archived |
Phant0m (hlldz) |
Event log manipulation; stability risks | |
Destroy-Windows-10-Spying |
Aggressive modifications, limited maintenance | |
| Pre-2020 scripts | May reference deprecated registry keys or methods | π Historical reference only |
Before listing or updating a tool, we check:
- β Repository has commits within the last 6 months (or tool is stable/portable)
- β Open issues are being addressed by maintainers
- β Compatible with Windows 10 22H2 / Windows 11 23H2+
- β No recent reports of system-breaking behavior in issues/discussions
- β Source is transparent (open-source or reputable vendor)
- Windows Recall & Copilot: Microsoft frequently re-enables AI features via updates β re-run tools post-update
- Telemetry Persistence: Some privacy settings reset after major feature updates
- AI Integrations: Edge, Paint, Notepad, and Explorer AI features need explicit disabling in newer builds
- Store Dependencies: Aggressive app removal may break Microsoft Store functionality β use "safe mode" options
We welcome community contributions! There are two ways to help:
- Go to Issues β New issue
- Select
π¦ Tool Request (Add / Update / Remove) - Fill out the form with tool details and verification notes
- Maintainers will verify and merge on your behalf!
- Fork the repository
- Add/update the tool in the appropriate
tools/orcategories/file - Follow the entry template
- Submit a PR with verification notes
π See CONTRIBUTING.md for full guidelines
This collection is licensed under the MIT License.
Individual tools retain their original licenses β please review each tool's terms before use.
windows-essential-tools/
βββ README.md # Main documentation & tool index
βββ CONTRIBUTING.md # How to contribute (for community)
βββ MAINTAINERS.md # Workflow instructions (for maintainers)
βββ CODEOWNERS # Auto-review assignments
βββ LICENSE # MIT License
βββ .gitignore # Git ignore rules
βββ .lycheeignore # Link checker exclusions (bot-blocked domains)
β
βββ tools/
β βββ active-github.md # Active open-source repos
β βββ active-websites.md # Official sites & portable tools
β βββ archived.md # Deprecated/historical tools
β βββ guides-articles.md # Tutorials & references
β
βββ categories/
β βββ telemetry-blockers.md # Tools blocking diagnostic data
β βββ bloatware-removers.md # Tools removing preinstalled apps
β βββ privacy-tweakers.md # Tools hardening privacy settings
β βββ ai-feature-removers.md # Tools disabling Copilot/Recall/AI
β
βββ scripts/
β βββ validate-links.ps1 # Local PowerShell link validation
β
βββ .github/
βββ ISSUE_TEMPLATE/
β βββ tool-request.yml # Unified form (Add/Update/Remove)
β
βββ workflows/
β βββ link-checker.yml # Automated weekly link validation
β βββ manual-add-tool.yml # Maintainer: Add new tool
β βββ manual-update-tool.yml # Maintainer: Update existing tool
β βββ manual-archive-tool.yml# Maintainer: Archive discontinued tool
β
βββ DISCUSSIONS/
βββ (enabled via GitHub UI) # Community discussions, Q&A, ideas
π‘ Pro Tip: Keep a Windows installation USB handy. Test tools in a VM first. When in doubt, choose "safe mode" or conservative presets.
Last comprehensive review: April 2026
Community-maintained β’ Not affiliated with Microsoft