gzttc

gzttc

【破解】Microsoft Office 全家桶

Office Tool Plus#

利用开源的 Office Tool Plus 实现 Office 全家桶的破解,结合 KMS 服务器实现 License 授权(需要选择 Office LTSC 专业增强版 2024 - 批量许可证 之类的批量许可证)

KMS 服务器#

KMS 可用服务器#

目前可用 KMS 服务器列表可在 KMS 地址列表 中查询。

自建 KMS 服务器#

采用 Docker Compose 的方式部署(基于 Traefik 反代),首先拉取镜像

docker pull teddysun/kms

使用如下 compose.yml 运行镜像

services:
  kms:
    image: teddysun/kms
    restart: unless-stopped
    container_name: kms
    labels:
      traefik.enable: true
      traefik.docker.network: example
      traefik.http.routers.kms.rule: Host(`kms.example.com`)
      traefik.http.services.kms.loadbalancer.server.port: 1688
      networks:
        - example

networks:
  example:
    external: true

配置 KMS 服务器为 kms.example.com 即可。

加载中...
此文章数据所有权由区块链加密技术和智能合约保障仅归创作者所有。