Skip to content

heyvoon/windows-essential-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸͺŸ Windows Essential Tools

A curated, community-maintained collection of tools, scripts, and resources for optimizing, securing, and customizing Windows 10/11.

Windows Status License


⚠️ Important Disclaimer

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

πŸš€ Quick Start: Top Recommendations (2026)

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

One-Line Launch Commands

# 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

πŸ“š Browse Tools by Category

πŸ”§ Optimization & Debloat

πŸ”’ Privacy & Telemetry

  • 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

πŸ—‘οΈ App & Bloatware Management

🎨 UI & Experience Customization

πŸ€– AI Feature Control

πŸ“– Guides & Reference


⚠️ Tools to Approach with Caution

Tool Reason Status
DisableWinTracking (bitlog2) Last update ~2017, breaks modern Windows ❌ Archived
Phant0m (hlldz) Event log manipulation; stability risks ⚠️ Advanced users only
Destroy-Windows-10-Spying Aggressive modifications, limited maintenance ⚠️ Use with caution
Pre-2020 scripts May reference deprecated registry keys or methods πŸ“š Historical reference only

πŸ” How We Verify Tools

Before listing or updating a tool, we check:

  1. βœ… Repository has commits within the last 6 months (or tool is stable/portable)
  2. βœ… Open issues are being addressed by maintainers
  3. βœ… Compatible with Windows 10 22H2 / Windows 11 23H2+
  4. βœ… No recent reports of system-breaking behavior in issues/discussions
  5. βœ… Source is transparent (open-source or reputable vendor)

πŸ”„ Known Issues (Windows 2026)

  • 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

🀝 Contributing

We welcome community contributions! There are two ways to help:

πŸ“ Option 1: Use the Issue Template (Recommended)

  1. Go to Issues β†’ New issue
  2. Select πŸ“¦ Tool Request (Add / Update / Remove)
  3. Fill out the form with tool details and verification notes
  4. Maintainers will verify and merge on your behalf!

πŸ’» Option 2: Open a Pull Request

  1. Fork the repository
  2. Add/update the tool in the appropriate tools/ or categories/ file
  3. Follow the entry template
  4. Submit a PR with verification notes

πŸ“‹ See CONTRIBUTING.md for full guidelines


πŸ“œ License

This collection is licensed under the MIT License.
Individual tools retain their original licenses β€” please review each tool's terms before use.


πŸ“‚ Repository Structure

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

About

πŸͺŸ A curated, community-maintained list of tools, scripts, and resources for removing bloatware, disabling telemetry, and hardening privacy on Windows 10 and 11. All entries are verified, categorized by function, and regularly updated. Use at your own risk β€” always backup first.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors