返回首页

用于清理 Windows 10/11 垃圾的 Winslopr

Winslopr — 更新工具,用于移除 Windows 10/11 的不必要组件。从 Winslop 重命名,迁移至 WinUI 3,独立运行并预览更改。优化性能无需遥测。

Winslopr:清理 Windows 中的垃圾和广告
Advertisement 728x90

# Winslopr:清理 Windows 10/11 系统垃圾的工具

开发者 Belim (Builtbybel) 已发布 Windows 10/11 的稳定版 Winslopr 26.03.222。该项目此前名为 Winslop,现已更名为 Winslopr —— Windows Slop Remover。此工具可移除不必要的组件、优化资源,并让用户重新掌控系统,而不会影响操作系统稳定性。

更名源于网上“Winslop”一词的流行,用于描述 Windows 的臃肿。新名称突出了其核心功能:清除垃圾(slop),包括强制集成的 Copilot、开始菜单广告以及过多更新。Winslopr 完全本地运行,无遥测或云服务。

迁移至 WinUI 3 和界面变更

项目已从 WinForms 移植至 WinUI 3 (.NET 10)。存档大小从 200 KB 增至 43 MB,因依赖项增加。WinUI 3 提供更好的触摸设备支持和现代外观,克服了 WinForms 的局限。

Google AdInline article slot

经典 WinForms 版本保存在 Winslop-26.3.31-legacy.zip 存档中,供偏好旧版的用户使用。

// Example: migration structure doesn't change cleanup logic
// Core classes ported without losing functionality
using Microsoft.UI.Xaml;
// WinUI 3 app with the same API

Winslopr 的主要功能

Winslopr 是 CrapFixer 的分支,包含预览变更。用户可确切看到将移除的内容,并可取消操作。确定性行为确保可预测性。

主要功能:

Google AdInline article slot
  • 移除不必要的系统组件,而不损害稳定性。
  • 资源优化:削减后台进程和开销。
  • 透明度:变更预览并支持回滚。
  • 离线运行:无人工智能、云服务或遥测。
  • 极简主义:轻量级二进制文件,无多余内容。
  • 安全性:手动启动并提供详细日志。

该工具针对不透明元素,如广告、赞助内容和强制功能。

与替代方案的比较及风险

Winslopr 在系统级别运行,不同于浏览器实用工具如 Just the Browser。后者使用策略和脚本清理 Chrome、Edge 和 Firefox 中的人工智能功能、遥测和赞助插入(GitHub 上 MIT 许可)。

风险:与其他系统调整工具一样,若误用可能导致问题。缓解措施包括预览、手动应用和可逆性。

Google AdInline article slot
// Pseudocode for preview logic
public class PreviewChanges {
    public List<SystemComponent> ProposedRemovals { get; }
    public bool Apply() => UserConfirm(Preview);
    public bool Revert();
}

性能:通过移除臃肿软件降低 CPU/内存负载。在典型 Windows 11 场景中测试。

关键要点

  • 更名为 Winslopr 使其区别于 Windows 垃圾模因。
  • WinUI 3 迁移 提升触摸和高 DPI 屏幕的 UI/UX。
  • 完全透明:预览 + 撤销防止错误。
  • 离线运行:零遥测,仅本地。
  • 优化:针对性移除多余功能,不损害核心组件。

— Editorial Team

Advertisement 728x90

继续阅读