<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Debloat on Text Matrix</title><link>https://txtmix.com/tags/debloat/</link><description>Recent content in Debloat on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 21 Jul 2026 20:06:14 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/debloat/index.xml" rel="self" type="application/rss+xml"/><item><title>UAD-ng 深度拆解：7K Stars 的开源 Android 卸载神器，跨平台 ADB 工具怎么把 bloatware 一键清理干净</title><link>https://txtmix.com/posts/tech/universal-android-debloater-next-generation/</link><pubDate>Tue, 16 Jun 2026 21:03:41 +0800</pubDate><guid>https://txtmix.com/posts/tech/universal-android-debloater-next-generation/</guid><description>&lt;h1 id="uad-ng-深度拆解7k-stars-的开源-android-卸载神器跨平台-adb-工具怎么把-bloatware-一键清理干净">UAD-ng 深度拆解：7K Stars 的开源 Android 卸载神器，跨平台 ADB 工具怎么把 bloatware 一键清理干净&lt;/h1>
&lt;p>&lt;strong>判断&lt;/strong>：UAD-ng 不是&amp;quot;又一个 ADB 包装器&amp;quot;，也不是&amp;quot;为了 Rust 写的 Rust 桌面玩具&amp;quot;。它精确卡在两个空白里：① 手机厂商（OEM）预装的&amp;quot;全家桶&amp;quot;应用无法直接卸载，要么 root 要么写一堆 adb 命令；② 现有 Android debloat 工具要么只支持 root，要么数据驱动弱（每次 OEM 升级都要改代码）。UAD-ng 用 &lt;strong>&amp;ldquo;纯 ADB + 数据驱动包名清单（uad_lists.json）&amp;rdquo;&lt;/strong> 的极简架构，配合 Rust + Iced 跨平台 GUI，让非 root 用户也能干净卸载。&lt;strong>2 年半（2023-10-26 创建）斩获 7,096 stars、308 forks&lt;/strong>，并且被 &lt;a href="https://github.com/MuntashirAkon/AppManager" target="_blank" rel="noopener noreffer ">AppManager&lt;/a>、&lt;a href="https://github.com/samolego/Canta" target="_blank" rel="noopener noreffer ">Canta&lt;/a> 等多个开源项目反向依赖——说明它踩在了&amp;quot;反 OEM 锁定 + 隐私保护&amp;quot;的真实需求上。&lt;/p></description></item><item><title>Win11Debloat：4.7 万 Star 的 PowerShell 脚本，给 Windows 10/11 做一次彻底、可回退的清理与定制</title><link>https://txtmix.com/posts/tech/win11debloat-windows-debloat-script-guide/</link><pubDate>Mon, 15 Jun 2026 21:02:07 +0800</pubDate><guid>https://txtmix.com/posts/tech/win11debloat-windows-debloat-script-guide/</guid><description>&lt;h1 id="win11debloat单文件-powershell-脚本给-windows-1011-做彻底可回退的清理">Win11Debloat：单文件 PowerShell 脚本给 Windows 10/11 做彻底、可回退的清理&lt;/h1>
&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>阅读本文后，你应该能够：&lt;/p>
&lt;ol>
&lt;li>&lt;strong>理解 Win11Debloat 的价值&lt;/strong>：解释为什么需要这个工具，以及它与其他 Windows 优化工具的区别&lt;/li>
&lt;li>&lt;strong>掌握三种运行方式&lt;/strong>：使用一行命令快速启动、手动下载运行、命令行参数批量执行&lt;/li>
&lt;li>&lt;strong>了解九大类功能&lt;/strong>：描述应用卸载、隐私设置、AI 功能管理、UI 定制等主要功能&lt;/li>
&lt;li>&lt;strong>应用可回退机制&lt;/strong>：理解如何还原改动，避免系统不稳定&lt;/li>
&lt;li>&lt;strong>评估适用性&lt;/strong>：根据适用边界判断 Win11Debloat 是否适合你的场景&lt;/li>
&lt;/ol>
&lt;h2 id="目录">目录&lt;/h2>
&lt;ol>
&lt;li>&lt;a href="#%e4%b8%80%e9%a1%b9%e7%9b%ae%e6%98%af%e4%bb%80%e4%b9%88" rel="">项目是什么&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e4%ba%8c%e4%b8%ba%e4%bb%80%e4%b9%88%e9%9c%80%e8%a6%81%e5%ae%83" rel="">为什么需要它&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e4%b8%89%e4%b8%89%e7%a7%8d%e8%bf%90%e8%a1%8c%e6%96%b9%e5%bc%8f" rel="">三种运行方式&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e5%9b%9b%e4%b9%9d%e5%a4%a7%e7%b1%bb%e5%8a%9f%e8%83%bd%e8%af%a6%e8%a7%a3" rel="">九大类功能详解&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e4%ba%94%e5%8f%af%e5%9b%9e%e9%80%80%e6%9c%ba%e5%88%b6" rel="">可回退机制&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e5%85%ad%e5%8f%82%e6%95%b0%e5%8c%96%e4%b8%8e%e8%87%aa%e5%8a%a8%e5%8c%96" rel="">参数化与自动化&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e4%b8%83%e6%9c%80%e4%bd%b3%e5%ae%9e%e8%b7%b5" rel="">最佳实践&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e5%85%ab%e9%80%82%e7%94%a8%e8%be%b9%e7%95%8c" rel="">适用边界&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e4%b9%9d%e4%b8%8e%e5%85%b6%e4%bb%96-windows-%e4%bc%98%e5%8c%96%e5%b7%a5%e5%85%b7%e5%af%b9%e6%af%94" rel="">与其他 Windows 优化工具对比&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%87%aa%e6%b5%8b%e9%a2%98" rel="">自测题&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e7%bb%83%e4%b9%a0" rel="">练习&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%bf%9b%e9%98%b6%e8%b7%af%e5%be%84" rel="">进阶路径&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%b5%84%e6%96%99%e5%8f%a3%e5%be%84%e8%af%b4%e6%98%8e" rel="">资料口径说明&lt;/a>&lt;/li>
&lt;/ol>
&lt;h2 id="一项目是什么">一、项目是什么&lt;/h2>
&lt;p>Win11Debloat 是一款轻量、单文件、无需安装的 PowerShell 脚本，用来快速清理 Windows 10/11 上的预装应用、关闭遥测、禁用 AI 功能、恢复旧版 UI 元素、调整任务栏/开始菜单/文件资源管理器等。它把原本要手动翻几十个设置页面的工作集中到一个交互菜单里，同时提供完整的命令行参数，方便系统管理员在多台机器上批量执行。&lt;/p></description></item></channel></rss>