# WeChatTool **Repository Path**: besteam/wechattool ## Basic Information - **Project Name**: WeChatTool - **Description**: 小工具解决 Windows 版微信 3.9 收到文件“只读”的问题 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2023-04-16 - **Last Updated**: 2023-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WeChatTool #### 介绍 小工具解决 Windows 版微信 3.9 收到文件“只读”的问题 文件监听器FileSystemWatcher 监听微信文件接收目录,当收到文件时自动将只读改为可写。 #### 使用说明 下载发行版本解压开箱即用,win7sp1 以下需安装.net 4.8 [下载地址](https://gitee.com/besteam/wechattool/releases/download/V1.0/WeChatTool.zip) [下载源码](https://gitee.com/besteam/wechattool/archive/refs/tags/V1.0.zip) 1. 首次运行自动按快捷方式查找微信主程序路径,以及最后登录的微信账户文件保存目录; 2. 运行时检查微信是否运行,未运行时自动打开微信; 3. 运行时检查微信收接目录是否存在只读历史文件,自动处理历史收接文件; 4. 目录或程序路径可手动修改; 5. 处理文件消息显示最后20条,日志不保存无需清理,状态栏累积处理数; 6. 请保持运行状态,可隐藏界面,且后续打开时自动最小化到托盘。 ![输入图片说明](https://foruda.gitee.com/images/1681640301899190532/b662e0ec_5357843.png "屏幕截图") #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 鸣谢 1. 界面使用SunnyUI