cd /news/ai-products/win-mute-an-open-source-switch-for-w… · home topics ai-products article
[ARTICLE · art-127163] src=dev.to ↗ pub= topic=ai-products verified=true sentiment=· neutral

win-mute: an open-source switch for Windows AI, telemetry, and bloatware (Windows 10/11)

A developer released win-mute, an open-source PowerShell toolkit that disables 72 Windows 10 and 11 tweaks spanning AI features, telemetry, services, scheduled tasks, bloatware, and privacy settings. The tool applies Copilot, Recall, and Cortana shutdowns alongside diagnostic-data and advertising-ID controls, with each tweak exposing Apply, Revert, and Test script blocks, and it auto-detects the OS build so platform-specific tweaks are hidden. A WPF GUI wrapper and a default System Restore point are included, and the project is MIT licensed with no external dependencies.

by read3 min views3 publishedSep 11, 2026

I'm tired of Windows shipping things I never asked for: AI features turned on by default, telemetry I can't fully see, bloatware I uninstall every time I set up a new machine. So I built a PowerShell toolkit that shuts all of it off in one place, on both Windows 10 and 11.

win-mute ships 72 tweaks across 6 categories:

Category Covers
AI Copilot, Recall, Click To Do, Cortana, Bing web search, generative fill, Search Highlights, clipboard Suggested Actions
Telemetry Diagnostic data level, DiagTrack, advertising ID, activity history, CEIP, error reporting
Services Retail Demo, Maps broker, Fax, Windows Search indexing, Remote Registry, Xbox services
ScheduledTasks CEIP, Application Experience, feedback prompts, autochk telemetry, WER queue
Bloatware 25 inbox Appx apps (Xbox apps, Bing Weather/News, Solitaire, Skype, Teams consumer, etc.)
Privacy Start/lock screen ads, "Recommended" section, classic right-click menu, taskbar Chat icon, Widgets, OneDrive nags, sponsored app auto-install, and more

Each tweak is a plain PowerShell object with Apply, Revert, and Test script blocks, touching the same levers those closed-source tools use: Group Policy registry keys, service startup types, scheduled tasks, Appx package removal. Nothing hidden, modules/*.ps1 reads like a list of ingredients.

Instead of guessing which toggles matter, I searched Reddit and tech-press roundups for real Windows 10/11 complaints (2025-2026) and matched each one to a confirmed registry fix before it went into the code:

No version picker. Get-WindowsMajor checks the build number, and tweaks that only exist on one OS (Copilot, Recall, the classic context menu fix, Widgets) disappear automatically on the other. 64 of the 72 tweaks apply on Windows 10, 70 on Windows 11.

.\Invoke-WinMute.ps1

.\Invoke-WinMute.ps1 -Categories AI,Telemetry -All

.\Invoke-WinMute.ps1 -All -SafeOnly

.\Invoke-WinMute.ps1 -Undo

For anyone who doesn't want to touch PowerShell, START-GUI.bat opens a WPF window that self-elevates, shows one big "Apply now" button for the recommended safe tweaks, and tucks the full checklist behind "Customize". It switches between English and Portuguese with one click, no restart needed.

I went back through all 72 tweaks specifically checking for that. None of them touch personal files, they only flip registry values, service startup type, or scheduled task state, or uninstall a Store app (which removes that app's own local cache, never your Documents or photos). Found one real gap in the audit: forcing "let apps run in background" off globally can stop mail/chat apps from showing live notifications, so I reclassified that one from Safe to Moderate instead of leaving it in the one-click bucket. A System Restore point gets created by default before any change, as a second safety net.

One thing left alone on purpose: forced Windows Update and auto-restart behavior. Turning that off trades a UX annoyance for unpatched security holes, and that trade isn't worth it even under -All.

git clone https://github.com/obrenoalvim/win-mute

MIT licensed, PowerShell only, no external dependency. Repo: https://github.com/obrenoalvim/win-mute

What's the Windows "feature" you'd disable first if you could?

Ps: I'm building BloodLink, a free platform connecting blood donors to donation campaigns.

── more in #ai-products 4 stories · sorted by recency
── more on @win-mute 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/win-mute-an-open-sou…] indexed:0 read:3min 2026-09-11 ·