removewindowsai 是一个 PowerShell 脚本,用于移除或禁用 Windows 11 中的 AI 功能(如 Copilot 和 Recall),清理残留文件并阻止其重新安装。它还可安装经典应用作为替代。
项目概览
removewindowsai 是一个 PowerShell 脚本,用于移除或禁用 Windows 11 中的 AI 功能(如 Copilot 和 Recall),清理残留文件并阻止其重新安装。它还可安装经典应用作为替代。
项目类型
基础设施
部署方式
查看项目说明
License
MIT
适合谁
希望处理 Windows 11 AI 功能和组件,并关注用户体验、隐私或安全问题的用户。
核心能力
移除系统中的所有 AI Appx 包,包括 Nonremovable 包和 WindowsWorkload。
限制与风险
并非所有功能和设置都能通过脚本禁用,部分项需要手动干预。
不再支持使用 PowerShell 7 运行脚本,否则会出问题;要求使用 Windows PowerShell(5.1)。
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