{"slug": "win-mute-an-open-source-switch-for-windows-ai-telemetry-and-bloatware-windows-10", "title": "win-mute: an open-source switch for Windows AI, telemetry, and bloatware (Windows 10/11)", "summary": "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.", "body_md": "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.\n\n**win-mute** ships 72 tweaks across 6 categories:\n\n| Category | Covers | \n|---|---|\n| AI | Copilot, Recall, Click To Do, Cortana, Bing web search, generative fill, Search Highlights, clipboard Suggested Actions | \n| Telemetry | Diagnostic data level, DiagTrack, advertising ID, activity history, CEIP, error reporting | \n| Services | Retail Demo, Maps broker, Fax, Windows Search indexing, Remote Registry, Xbox services | \n| ScheduledTasks | CEIP, Application Experience, feedback prompts, autochk telemetry, WER queue | \n| Bloatware | 25 inbox Appx apps (Xbox apps, Bing Weather/News, Solitaire, Skype, Teams consumer, etc.) | \n| Privacy | Start/lock screen ads, \"Recommended\" section, classic right-click menu, taskbar Chat icon, Widgets, OneDrive nags, sponsored app auto-install, and more | \n\nEach 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.\n\nInstead 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:\n\nNo 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.\n\n```\n# Interactive picker\n.\\Invoke-WinMute.ps1\n\n# No prompts, one or more categories\n.\\Invoke-WinMute.ps1 -Categories AI,Telemetry -All\n\n# Only the tweaks with zero functional downside\n.\\Invoke-WinMute.ps1 -All -SafeOnly\n\n# Full rollback\n.\\Invoke-WinMute.ps1 -Undo\n```\n\nFor 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.\n\nI 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.\n\nOne 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`.\n\n```\ngit clone https://github.com/obrenoalvim/win-mute\n```\n\nMIT licensed, PowerShell only, no external dependency. Repo: [https://github.com/obrenoalvim/win-mute](https://github.com/obrenoalvim/win-mute)\n\nWhat's the Windows \"feature\" you'd disable first if you could?\n\nPs: I'm building BloodLink, a free platform connecting blood donors to donation campaigns.", "url": "https://wpnews.pro/news/win-mute-an-open-source-switch-for-windows-ai-telemetry-and-bloatware-windows-10", "canonical_source": "https://dev.to/brenoalvim/win-mute-an-open-source-switch-for-windows-ai-telemetry-and-bloatware-windows-1011-1oil", "published_at": "2026-09-11 18:50:07+00:00", "updated_at": "2026-09-11 19:19:23.739884+00:00", "lang": "en", "topics": ["ai-products", "developer-tools", "ai-policy"], "entities": ["win-mute", "Microsoft", "Windows 10", "Windows 11", "Copilot", "Recall", "PowerShell", "GitHub"], "alternates": {"html": "https://wpnews.pro/news/win-mute-an-open-source-switch-for-windows-ai-telemetry-and-bloatware-windows-10", "markdown": "https://wpnews.pro/news/win-mute-an-open-source-switch-for-windows-ai-telemetry-and-bloatware-windows-10.md", "text": "https://wpnews.pro/news/win-mute-an-open-source-switch-for-windows-ai-telemetry-and-bloatware-windows-10.txt", "jsonld": "https://wpnews.pro/news/win-mute-an-open-source-switch-for-windows-ai-telemetry-and-bloatware-windows-10.jsonld"}}