Blame

95e9cf Qwas 2024-11-30 08:03:54 1
# kms 使用
f00192 Qwas 2024-11-29 14:03:15 2
95e9cf Qwas 2024-11-30 08:03:54 3
## 系统下载
4
5
Windows 11 专业版下载
88c097 Qwas 2024-11-29 14:10:26 6
7
https://www.microsoft.com/zh-cn/software-download/windows11
8
f00192 Qwas 2024-11-29 14:03:15 9
95e9cf Qwas 2024-11-30 08:03:54 10
## kms 服务端安装
11
12
在 openwrt 上传并安装下列两个包
13
14
[vlmcsd_svn1113-5_aarch64_generic.ipk](./vlmcsd_svn1113-5_aarch64_generic.ipk)
15
16
来自: https://op.dllkids.xyz/packages/aarch64_generic/
17
18
[luci-app-vlmcsd_1.0.2-1_all.ipk](./luci-app-vlmcsd_1.0.2-1_all.ipk)
19
20
来自: https://github.com/cokebar/luci-app-vlmcsd/releases/tag/v1.0.2-1
21
22
## kms 激活
23
24
以管理员身份运行终端
25
26
1. 查看激活状态
27
28
```sh
29
slmgr /dlv
30
```
31
32
[预览图](https://static.qwas.fun/public/2024/11/slmgr-dlv.png)
33
34
2. 设置 kms 服务器
35
36
```sh
37
slmgr /skms 192.168.6.1
38
```
39
40
[预览图](https://static.qwas.fun/public/2024/11/slmgr-skms.png)
41
42
3. 设置密钥
43
44
```sh
45
slmgr -ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
46
```
47
48
[预览图](https://static.qwas.fun/public/2024/11/slmgr-ipk.png)
49
50
4. 设置激活
51
52
```sh
53
slmgr /ato
54
```
55
56
[预览图](https://static.qwas.fun/public/2024/11/slmgr-ato.png)
57
58
59
5. 再次查看激活状态
f00192 Qwas 2024-11-29 14:03:15 60
95e9cf Qwas 2024-11-30 08:03:54 61
```sh
62
slmgr /dlv
63
```
f00192 Qwas 2024-11-29 14:03:15 64
95e9cf Qwas 2024-11-30 08:03:54 65
[预览图](https://static.qwas.fun/public/2024/11/slmgr-dlv-3.png)