Win11Debloat - Windows 11 删除预装软件
https://github.com/Raphire/Win11Debloat
Win11Debloat 是一个简单、易用且轻量级的 PowerShell 脚本。
● 删除大量预装应用程序
● 禁用遥测、跟踪和建议内容
● 禁用 Bing 网络搜索、Bing AI 和 Cortana
● 启用黑暗模式, 禁用透明度和动画
● 自定义文件资源管理器和任务栏
● 支持 Windows 审核模式和其他用户配置文件
----------------------
管理员权限打开 PowerShell ,执行如下命令
#Windows #Tool #GitHub #Script
https://github.com/Raphire/Win11Debloat
Win11Debloat 是一个简单、易用且轻量级的 PowerShell 脚本。
● 删除大量预装应用程序
● 禁用遥测、跟踪和建议内容
● 禁用 Bing 网络搜索、Bing AI 和 Cortana
● 启用黑暗模式, 禁用透明度和动画
● 自定义文件资源管理器和任务栏
● 支持 Windows 审核模式和其他用户配置文件
----------------------
管理员权限打开 PowerShell ,执行如下命令
& ([scriptblock]::Create((irm "https://debloat.raphi.re/")))
#Windows #Tool #GitHub #Script