Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 2.87 KB

File metadata and controls

74 lines (48 loc) · 2.87 KB

MSPCManagerHelper

Important

此仓库将进入慢速模式,短时间内不会有更新,除非有重大错误、漏洞或微软电脑管家更新需要适配等。

🖹 选择语言

Please Select Your Language to Continue

請選取你的語言以繼續 | 请选择你的语言以继续

English (United States) | 中文 (繁體)

👏 简介

MSPCManagerHelper 是一款与微软电脑管家配套的实用工具(亦称为 PCM 助手PCM 小助手微软电脑管家小助手破产猫小助手)。本工具旨在为用户提供高效、便捷的解决方案,以快速应对使用过程中可能遇到的问题。 欢迎访问 https://pcmanager.microsoft.com 下载并体验最新版本的微软电脑管家,并加入到我们的社群当中!😉

Important

请注意,本工具并非 Microsoft Corporation 及其子公司官方开发或发布。工具作者与 Microsoft Corporation 及其子公司无任何隶属关系,工具中的内容也不代表 Microsoft Corporation 或其子公司的官方立场。

Note

请注意,本辅助工具部分内容引用了来自第三方(即非 Microsoft 官方)网页的链接。这些网页似乎提供了准确、安全的信息以帮助你解决问题。但是,请仍然留意网页中推广的通常被归类为 PUP(Potentially Unwanted Products,潜在有害产品)的广告。在您下载及安装文件或应用前,请彻底地研究网页中推广的任何产品。

💻 开发

  1. Python 下载 Python 3.11 版本

  2. 克隆代码

    git clone https://github.com/Goo-aw233/MSPCManagerHelper.git
    cd MSPCManagerHelper
  3. 创建和激活虚拟环境

    • Windows:

      py -3.11 -m venv .venv
      .venv\Scripts\activate
    macOS 与 Linux 的 install_requirements.sh 已不再提供
    • macOS / Linux:

      python3 -m venv .venv
      source .venv/bin/activate
  4. 安装依赖包

    python -m pip install --upgrade pip
    pip install -r requirements.txt
    pip install requests

    scripts 目录下,您也可以直接运行 install_requirements.cmd 快速完成安装,或运行 install_requirements_.venv.cmd 同时激活虚拟环境并安装依赖包。

  5. 构建 EXE

    直接运行 scripts\build 目录下的 build.cmdbuild_.venv.cmd 即可自己构建。 最后,构建好的 EXE 文件 将会存放在根目录的 dist 目录下,并命名为 MSPCManagerHelper_..._v#.#.#.#_<架构>.exe