Qwas Notes
Attachments
History
Blame
View Source
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Changelog
Page Index
C语言
C语言malloc和free函数
C语言的转换说明
C语言编译环境检测
char类型
WSL
WSL使用
WSL导入导出(备份恢复)
c-algorithm
递归算法设计数值转换
c-problem
problem-05
cpp
c++入门
git
patch
worktree
linux
mount
查看端口占用情况
openwrt
openwrt 使用
openwrt 使用 nginx
proxy
Python
Ubuntu镜像配置
docker
nodejs
ssh
开发环境配置
Linux本地开发环境配置
Linux远程开发环境配置
高数
数学公式
AI
Awesome-command
Home
SQLite学习
SSH
Supabase
Ubuntu 系统升级
Windows11 Android
alias
anaconda 使用
archivebox 使用
aws测速
bookmarks
curl 的用法
flex布局超出显示省略号
frp
fusion
kms
ollama
public-key
traceroute 与 tracert 路由追踪
在线IDE协作平台
技术栈
电脑端阅读器对比
kms
95e9cf
Commit
95e9cf
2024-11-30 08:03:54
Qwas
: Save kms
kms.md
..
@@ 1,19 1,65 @@
-
# kms
+
# kms 使用
-
Windows 11 下载
+
## 系统下载
+
+
Windows 11 专业版下载
https://www.microsoft.com/zh-cn/software-download/windows11
-
管理员打开 `cmd` 或 `powershell`
-
```sh
-
slmgr /skms 192.168.6.1
-
```
+
## kms 服务端安装
+
+
在 openwrt 上传并安装下列两个包
+
+
[vlmcsd_svn1113-5_aarch64_generic.ipk](./vlmcsd_svn1113-5_aarch64_generic.ipk)
+
+
来自: https://op.dllkids.xyz/packages/aarch64_generic/
+
+
[luci-app-vlmcsd_1.0.2-1_all.ipk](./luci-app-vlmcsd_1.0.2-1_all.ipk)
+
+
来自: https://github.com/cokebar/luci-app-vlmcsd/releases/tag/v1.0.2-1
+
+
## kms 激活
+
+
以管理员身份运行终端
+
+
1. 查看激活状态
+
+
```sh
+
slmgr /dlv
+
```
+
+
[预览图](https://static.qwas.fun/public/2024/11/slmgr-dlv.png)
+
+
2. 设置 kms 服务器
+
+
```sh
+
slmgr /skms 192.168.6.1
+
```
+
+
[预览图](https://static.qwas.fun/public/2024/11/slmgr-skms.png)
+
+
3. 设置密钥
+
+
```sh
+
slmgr -ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
+
```
+
+
[预览图](https://static.qwas.fun/public/2024/11/slmgr-ipk.png)
+
+
4. 设置激活
+
+
```sh
+
slmgr /ato
+
```
+
+
[预览图](https://static.qwas.fun/public/2024/11/slmgr-ato.png)
+
+
+
5. 再次查看激活状态
-
```sh
-
slmgr -ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
-
```
+
```sh
+
slmgr /dlv
+
```
-
```sh
-
slmgr /ato
-
```
+
[预览图](https://static.qwas.fun/public/2024/11/slmgr-dlv-3.png)
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9