# SZSK_KMS激活工具
**Repository Path**: szsk/kms
## Basic Information
- **Project Name**: SZSK_KMS激活工具
- **Description**: 使用Go语言写的KMS激活工具,仅限个人学习使用!
- **Primary Language**: Go
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: https://www.sunzishaokao.com
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2024-01-18
- **Last Updated**: 2024-02-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
SZSK-KMS 激活工具
使用Go语言编写的免费、简单、快速的KMS激活工具
中文介绍 |
English Description
官网 |
获取bat脚本
源码地址:Gitee |
GitHub
#### 介绍
使用Go语言编写的KMS激活工具

#### 使用说明
1. 下载我们最新编译的程序[Gitee-Releases](https://gitee.com/szsk/kms/releases "Releases")
2. 直接打开运行即可,此时程序会自动检测系统版本并激活
>Tips:激活输出乱码属于正常情况,等待后续修复
#### 支持的系统版本
* Windows 11 Pro
* Windows 11 Enterprise
* Windows 11 Education
* Windows 10 Pro
* Windows 10 Enterprise
* Windows 10 Education
* Windows 10 Enterprise 2015 LTSB
* Windows 10 Enterprise 2016 LTSB
* Windows 10 Enterprise 2019 LTSC
* Windows 10 Enterprise 2021 LTSC
* Windows 8.1 Pro
* Windows 8.1 Enterprise
* Windows 7 Pro
* Windows 7 Enterprise
* Windows Vista Business
* Windows Vista Enterprise
* Windows Server 2022 Standard
* Windows Server 2022 Datacenter
* Windows Server 2019 Standard
* Windows Server 2019 Datacenter
* Windows Server 2016 Standard
* Windows Server 2016 Datacenter
* Windows Server 2012 R2 Server Standard
* Windows Server 2012 R2 Datacenter
* Windows Server 2008 R2 Standard
* Windows Server 2008 R2 Datacenter
* Windows Server 2008 R2 Enterprise
#### 编译说明
1. 将源代码克隆到本地
```
git clone https://gitee.com/szsk/kms.git
````
2. 打开`main.go`,文件内搜索`kms.sunzishaokao.com`替换为你自己的KMS服务器地址
3. 编译源代码
```
go build
```
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request