{"id":19389074,"url":"https://github.com/dustinwin/softmanager","last_synced_at":"2025-02-24T20:02:57.492Z","repository":{"id":257572703,"uuid":"858609837","full_name":"DustinWin/softmanager","owner":"DustinWin","description":"腾讯软件管理电脑管家提取免安装绿色版","archived":false,"fork":false,"pushed_at":"2024-10-24T07:23:39.000Z","size":167204,"stargazers_count":16,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-10-25T03:16:36.541Z","etag":null,"topics":["installer","manager","software","uninstaller"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DustinWin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-17T08:03:05.000Z","updated_at":"2024-10-23T01:12:21.000Z","dependencies_parsed_at":"2024-11-01T11:29:49.386Z","dependency_job_id":null,"html_url":"https://github.com/DustinWin/softmanager","commit_stats":null,"previous_names":["dustinwin/qqpcsoftmgr","dustinwin/softmanager"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DustinWin%2Fsoftmanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DustinWin%2Fsoftmanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DustinWin%2Fsoftmanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DustinWin%2Fsoftmanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DustinWin","download_url":"https://codeload.github.com/DustinWin/softmanager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240549437,"owners_count":19819131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["installer","manager","software","uninstaller"],"created_at":"2024-11-10T10:14:41.584Z","updated_at":"2025-02-24T20:02:57.449Z","avatar_url":"https://github.com/DustinWin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 一、 说明\n1. 每周五下午 6 点（北京时间 UTC+8）自动构建\n2. [软件管理](https://pc.qq.com)提取自[腾讯电脑管家](https://guanjia.qq.com) 15.6.23123.201 版本（v15 系列版本已停更）\n3. 软件库文件包含 SoftPolicy.etf 和 SoftVerInfo.etf（控制“软件库”版本），以及 GlobalConfig.etf（控制“首页”和“游戏”栏目中的推荐列表）\n\n# 二、 软件特色\n1. 免安装绿色版\n2. 可下载、安装、升级、卸载软件\n3. 可一键卸载 Windows 10 或 Windows 11 UWP 应用\n4. 收录国内外主流软件，安装升级更方便\n5. 可自动适配屏幕 DPI，显示更清晰\n\n# 三、 使用方法\n## 1. 首次使用\n- ① 首次使用请下载完整绿色包 QQPCSoftMgr.zip，解压后得到“*版本号*”文件夹。然后下载软件库更新文件 libraries.zip\n，解压里面的 .etf 文件到“*版本号*”文件夹\n- ② **将“*版本号*”文件夹移动到 *C:\\Program Files (x86)\\Tencent\\QQPCMgr* 路径下（没有则新建）**，双击“*版本号*”文件夹内的“QQPCSoftMgr.exe”文件即可运行\n  - 注：提取自腾讯电脑管家 v15+ 版本的软件管理不可跳过第 ② 步，省略该步骤将无法运行；已上传自解压文件 QQPCSoftMgr.exe\n  ，使用 WinRAR 制作，自解压后可直接运行软件管理\n\n## 2. 更新软件库\n- ① 编辑文本文档，粘贴如下内容：\n  - 注：将 `{版本号}` 替换为当前提取自腾讯电脑管家的版本号\n\n```\n@echo off\nrem 结束软件管理相关进程\ntaskkill /f /t /im QQPCSoftMgr*\ntaskkill /f /t /im QMDL*\nrem 更新软件库文件\ncurl -o \"%PROGRAMFILES(X86)%\\Tencent\\QQPCMgr\\{版本号}\\GlobalConfig.etf\" -L https://cdn.jsdelivr.net/gh/DustinWin/softmanager@QQPCSoftMgr/GlobalConfig.etf\ncurl -o \"%PROGRAMFILES(X86)%\\Tencent\\QQPCMgr\\{版本号}\\SoftPolicy.etf\" -L https://cdn.jsdelivr.net/gh/DustinWin/softmanager@QQPCSoftMgr/SoftPolicy.etf\ncurl -o \"%PROGRAMFILES(X86)%\\Tencent\\QQPCMgr\\{版本号}\\SoftVerInfo.etf\" -L https://cdn.jsdelivr.net/gh/DustinWin/softmanager@QQPCSoftMgr/SoftVerInfo.etf\necho 更新软件库文件成功\npause\n```\n- ② 另存为 .bat 文件，右击并选择“以管理员身份运行”\n\n# 四、 软件截图\n## 1. 首页  \n\u003cimg src=\"https://github.com/user-attachments/assets/8f045103-27ac-4b70-85f6-d062a32e56fa\" width=\"60%\" /\u003e\n\n## 2. 升级  \n\u003cimg src=\"https://github.com/user-attachments/assets/71639317-a797-4c3b-85f1-576193563852\" width=\"60%\" /\u003e\n\n## 3. 卸载  \n\u003cimg src=\"https://github.com/user-attachments/assets/3002ae95-70cc-4c9d-b7e8-e6b05d21d431\" width=\"60%\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdustinwin%2Fsoftmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdustinwin%2Fsoftmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdustinwin%2Fsoftmanager/lists"}