-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
133 lines (108 loc) · 6.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Windows KMS 激活服务器 Unofficial</title>
<link rel="stylesheet" href="assets/style.css">
<link rel="shortcut icon" href="assets/favicon.ico" />
</head>
<body class="default-theme">
<!-- 半透明背景层 -->
<div class="overlay" id="overlay"></div>
<!-- 提示信息框 -->
<div class="modal" id="modal">
<button class="close-button" type="button" id="closeBtn">×</button>
<div class="modal-content">
<p>本站是非官方 VL 版本的 Windows 系统批量激活服务。</p>
<p>【免费】本服务完全免费,<code>telnet kms.eallion.com 1688</code> 检测是否可用。</p>
<p>请从 <a href="https://next.itellyou.cn/" target="_blank" rel="noopener noreferrer">next.itellyou.cn</a> 下载原版系统,批量激活的 Key 请从 🔑 <a href="https://learn.microsoft.com/zh-cn/windows-server/get-started/kms-client-activation-keys"
target="_blank" rel="noopener noreferrer" title="KMS 客户端安装密钥" alt="KMS 客户端安装密钥">kms-client-activation-keys</a>
获取。</p>
<p>建议购买正版 Windows:👉 <a href="https://lizhi.shop/site/products/id/642?cid=1ad8oejz"
target="_blank" rel="noopener noreferrer" title="正版 Windows" alt="正版 Windows">lizhi.shop</a></p>
</div>
<button id="confirmBtn" class="confirm-button" type="button">确定</button>
</div>
<div class="terminal">
<div class="os-title">
<div class="os-title-logo">
<img src="assets/terminal.svg" alt>
<p>管理员:命令提示符</p>
</div>
<div class="os-title-tips">
<div id="tips" class="tips">💡[教程] 激活方法</div>
<div class="">/ 去激活 <a href="/office.html" target="_self" title="去激活 Office" alt="去激活 Office">Office</a></div>
</div>
</div>
<div class="os-info"></div>
<!-- The .line will be created here -->
<div class="container">
<div class="content">C:\Windows\system32> <div class="code" data-tooltip="tooltip1">slmgr /upk</div>
<div id="tooltip1" class="tooltip">如果不是 VL 版,需要用此命令卸载原来的 Key。<button class="copy-button" type="button"
onclick="copyToClipboard('slmgr /upk')">复制命令</button></div>
</div>
<div class="content">C:\Windows\system32> <div class="code" data-tooltip="tooltip2">slmgr /ipk NRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J</div>
<div id="tooltip2" class="tooltip">安装 Key。获取 Key:<a
href="https://learn.microsoft.com/zh-cn/windows-server/get-started/kms-client-activation-keys" target="_blank"
rel="noopener" title="KMS 客户端安装密钥" alt="KMS 客户端安装密钥">kms-client-activation-keys</a><button class="copy-button" type="button"
onclick="copyToClipboard('slmgr /ipk NRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J')">复制命令</button></div>
</div>
<div class="content">C:\Windows\system32> <div class="code" data-tooltip="tooltip3">slmgr /skms kms.eallion.com</div>
<div id="tooltip3" class="tooltip">设置服务器为 kms.eallion.com <button class="copy-button" type="button"
onclick="copyToClipboard('slmgr /skms kms.eallion.com')">复制命令</button></div>
</div>
<div class="content">C:\Windows\system32> <div class="code" data-tooltip="tooltip4">slmgr /ato</div>
<div id="tooltip4" class="tooltip">激活 Windows。<button class="copy-button" type="button"
onclick="copyToClipboard('slmgr /ato')">复制命令</button></div>
</div>
</div>
</div>
<div class="notepad">
<div class="head">
<div class="left container">
<img src="assets/notepad.jpg" alt>
<span>💡[教程] 激活方法 - 记事本<span>
</div>
<div class="right container">
<span id="minimize" class="material-icons"><img src="assets/minimize.svg" alt></span>
<span class="material-icons"><img src="assets/maximize.svg" alt></span>
<span id="close" class="material-icons"><img src="assets/close.svg" alt></span>
</div>
</div>
<div class="toolbar">
<span>文件</span><span>编辑</span><span>格式</span><span>查看</span><span>帮助</span>
</div>
<textarea aria-label="notepad">
使用方法:
💡激活 Windows
如果你的 Windows 是 VL 版本,那么只要在管理员权限的 cmd 或者 powershell 中执行下面两个命令就可以了。
执行完第一个命令后要等弹出提示窗,期间电脑必须联网。
slmgr /skms kms.eallion.com
slmgr /ato
如果不是 VL 版本的,那么需要更换密钥获取你对应版本的 KEY,操作如下:
运行以下命令查看系统版本:
wmic os get caption
在文末找到对应的 key,在管理员权限的 cmd 或者 powershell 中执行下面命令安装 key:
slmgr /ipk xxxxx-xxxxx-xxxxx-xxxxx
然后跟上面说的一样设置 kms 服务器地址,激活.
例如:新装windows10企业版之后如何激活
如果你是新装的或者已经安装好了windows10企业版那么只需要复制下面命令在直接管理员权限的cmd或者powershell中执行即可。
slmgr.vbs /upk
slmgr /ipk NRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J
slmgr /skms kms.eallion.com
slmgr /ato
使用命令 slmgr /dlv 可以查看激活信息。
所有 Windows 版本的密钥管理服务 (KMS) 客户端激活和产品密钥:
https://learn.microsoft.com/zh-cn/windows-server/get-started/kms-client-activation-keys
</textarea>
<div class="bottom-toolbar">
<div></div>
<div>Ln 1, Col 1</div>
<div> 100%</div>
<div>Windows (CRLF)</div>
<div>UTF-8</div>
</div>
</div>
<script src="assets/script.js" charset="utf-8"></script>
</body>
</html>