removewindowsai 是一个 PowerShell 脚本工具,用于强制移除或禁用 Windows 11 中的 Copilot 和 Recall 等 AI 功能。该工具可清理相关残留文件,阻止这些功能重新安装,并支持安装经典应用程序作为替代。
项目概览
该脚本能强制移除包含标记为不可移除的 AI Appx 软件包及 WindowsWorkload 组件,并提供交互式 UI 指导选择,为存在隐私担忧或需要精简 Windows 11 系统的用户提供了具体的管理手段。
项目类型
基础设施
应用场景
编程开发
部署方式
查看项目说明
License
MIT
适合谁
希望强制移除或禁用 Windows 11 AI 功能,且能够使用 Windows PowerShell (5.1) 环境的用户。
核心能力
移除系统中的所有 AI Appx 软件包,包括标记为 Nonremovable(不可移除)的软件包以及 WindowsWorkload 组件。
限制与风险
并非所有功能和设置都可以通过脚本禁用,部分项目需要用户进行手动干预处理。
不支持使用 PowerShell 7 运行该脚本,否则会导致问题;脚本明确要求使用 Windows PowerShell (5.1) 版本。
添加到 Windows Insider 预览版中的功能,在进入最新的稳定版发布之前,不会被加入到该脚本的处理范围中。
如何开始
需以管理员身份打开 Windows PowerShell (5.1),可直接从提供的 GitHub 链接执行脚本,并通过脚本提供的 UI 界面进行选项操作。
核验依据
README: The current 25H2 build of Windows 11 and future builds will include increasingly more AI features and components. This script aims to remove ALL of these features to improve user…
README: - **Remove AI Appx Packages** - Removes all AI appx packages including `Nonremovable` packages and WindowsWorkload
README: Unfortunately, not all features and settings can be disabled via a script.
README: Any feature added to an Insider build will not be added to this script till it's added to the latest stable release