# WindowsCleaner **Repository Path**: dlx1984/WindowsCleaner ## Basic Information - **Project Name**: WindowsCleaner - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-01 - **Last Updated**: 2026-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Windows Cleaner

Author languages-count languages-top last-commit

stars latest-release downloads

Buy Me A Coffee QQ Group QQ Group Telegram Group

专治C盘爆红及各种不服!

> [!IMPORTANT] > > ### 📢 常见问题以及解答 FAQ > #### 🔔 [点击此处查看帮助文档](https://dyblog.online/windowscleaner#faq) > #### 🔔 如有一般性问题请前往[Discussions](https://github.com/darkmatter2048/WindowsCleaner/discussions)讨论区,***Issues* 仅用于错误报告和功能请求。** > #### ❤️ 感谢好友[vladelaina](https://vladelaina.com/)([Catime](https://catime.vladelaina.com/)项目作者)的大力支持 > #### ❤️ 特别感谢[乔星欢](https://www.qiaoxh.com/?from=dyblog.online)提供的免费CDN服务 ## 🎨 运行截图 GUI | ![show1](readme/s_light.png) | ![show2](readme/s_dark.png) | |:----------------------:|:----------------------:| ## 🖥 支持的操作系统 - Windows 10,11
使用方法 How to use ### 下载安装包📦 [Windows Cleaner官网:https://wc.dyblog.online](https://wc.dyblog.online) 从[夸克网盘](https://pan.quark.cn/s/03e706cb753a)下载Windows Cleaner(amd64)的安装包。 或从[蓝奏云网盘](https://wwt.lanzn.com/b03xje5uf)下载Windows Cleaner(amd64)的安装包。 密码:4ar1 ### 安装 一路Next即可,如果想以后方便打开可以勾选上`创建桌面快捷方式`选项。
## 💻 从源代码构建 / How to build ### 源码运行 - 克隆此仓库 - 安装 Python 3.8 - 安装依赖`pip install -r requirements.txt` - 运行`python main.py` ### 本地编译 - 先完成源码运行 - 安装 Visual Studio 以及 msvc 编译器 - 安装 Nuitka ```pip pip install nuitka ``` - 编译 ```python python -m nuitka --standalone --windows-uac-admin --remove-output --windows-console-mode=“disable” --enable-plugins=“pyqt5” --output-dir=“dist” --main=“wincleaner.py” --windows-icon-from-ico=“icon.ico” ``` > [!tip] > > 如果您的电脑未安装 Visual Studio 以及 msvc 编译器,Nuitka 会直接从 Github 下载 Mingw64,不论电脑上是否安装 Mingw64! ### 编译安装包 1. 电脑安装 Inno Setup 2. 使用 Inno Setup 打开`scipt.iss`,点击编译即可 3. 生成的安装程序在`releases`目录下 - 将`WCMain`文件夹复制到`dist\main.dist`下,运行`main.exe`即可 #### GitHub Actions(推荐) - 全自动编译,直接运行(或勾选“生成安装包”生成安装程序),运行结束后下载编译产物全部解压即可使用(注:编译时间非常长,大概编译一次需要20-30分钟)/或下载带`Setup`字样的压缩包,解压后运行安装程序安装即可 ## 🎖 贡献者 Contributors ## [❤️ 捐赠 / Donate](https://dyblog.online/donate) ## 项目状态 / Project Status ![WindowsCleaner](https://repobeats.axiom.co/api/embed/95ad3871ab16d2b0852d8e4fa9c5bebc450f522d.svg "Repobeats analytics image") ## ⭐ 星标历史 / Star History Star History Chart ## 鸣谢 🥳 ## 赞助商 / Sponsors 感谢以下赞助商对本项目的支持。
SignPath Free code signing on Windows provided by SignPath.io, certficate by SignPath Foundation
## 代码签名策略 / Code signing policy - Free code signing provided by [SignPath.io](https://about.signpath.io/), certificate by [SignPath Foundation](https://signpath.org/).
由 [SignPath.io](https://about.signpath.io/) 提供免费代码签名,由 [SignPath Foundation](https://signpath.org/) 提供证书。 - Committers and reviewers: [DaYe](https://github.com/darkmatter2048)
提交者和审阅者:[DaYe](https://github.com/darkmatter2048) - Approvers: [DaYe](https://github.com/darkmatter2048)
审批人:[DaYe](https://github.com/darkmatter2048) - [Privacy policy](./readme/Privacy.md)
[隐私政策](./readme/Privacy.md) ## 感谢以下项目和人士 - 特别鸣谢[TC999](https://github.com/TC999)(编写GA编译脚本,解决UAC问题,开发日志功能)🚀 - 感谢好友[vladelaina](https://vladelaina.com/)([Catime](https://catime.vladelaina.com/)项目作者)的协助❤️ - 感谢[玄离199](https://space.bilibili.com/67079745?from=dyblog.online)的安利,很意外,也很惊喜🥳 - 所有[DaYe](https://dyblog.online/)开源事业的支持者🥳 - [memreduct](https://github.com/henrypp/memreduct) - [SpaceSniffer](https://www.uderzo.it/main_products/space_sniffer/) - [PyQt5](https://www.qt.io/) - [QFluentWidgets](https://qfluentwidgets.com/)(基于PyQt5的UI框架) ## Copyright & License ⚖ Copyright © 2021-2025.DaYe [Windows Cleaner](https://wc.dyblog.online/) by [DaYe](https://dyblog.online/) is licensed under [GPL-3.0](LICENSE). > [!warning] > > ### 重要补充声明 > > 本项目的核心价值在于深度清理算法[clean.py](clean.py),为保护知识产权与贡献者权益,特此声明: > > **任何功能等效的实现(无论使用何种编程语言、框架或技术),若实质性地复制或衍生自本算法设计的逻辑结构、数据处理流程或优化方案,均视为 GPL-3.0 定义的衍生作品,须遵守 GPL-3.0 开源义务。**