-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path10.html
57 lines (54 loc) · 2.48 KB
/
10.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Puresys系统下载站</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #0000ff
}
</style>
</head>
<body>
<div class="container">
<h1>Puresys Windows10 22H2 x64纯净版 2025.2</h1>
<ul>
<li><a href="index.html">《《返回首页</a></li>
<li><a href="https://123.60.172.133/d/lz/22h2/2025.2/Pure_Windows10_22h2_X64_2025.2.esd">⬇本地下载</a></li>
<li><a href="https://123.60.172.133/d/ty/22h2/2025.2/Pure_Windows10_22h2_X64_2025.2.esd">⬇电信下载</a></li>
<li><a href="https://123.60.172.133/d/cu/22h2/2025.2/Pure_Windows10_22h2_X64_2025.2.esd">⬇联通下载</a></li>
<li><a href="https://123.60.172.133/d/cm/22h2/2025.2/Pure_Windows10_22h2_X64_2025.2.esd">⬇移动下载</a></li>
<li>系统特点</li>
<li>采用Windows 10 专业版22H2封装制作,无精简。</li>
<li>本版系统不再自动激活,请购买正版密钥或自行解决</li>
<li>整合了截至2025年2月前微软所有漏洞补丁。</li>
<li>通过正版验证,支持自动更新、支持Windows Update在线更新。</li>
<li>使用ES5进行封装,适应各种新旧主机及笔记本使用。</li>
<li>不再集成万能驱动,已在部署时开启自动扫描,可自行下载万能驱动到外置U盘中,部署时自动运行。</li>
<li>集成DirectX 9.0c 运行库,更好的支持大型3D游戏。</li>
<li>启用Microsoft .NET Framework 3.5 运行库。</li>
<li>集成Microsoft .NET Framework 6/7/8/9 运行库。</li>
<li>桌面图标显示:用户文档、计算机、网络、回收站、Edge。</li>
<li>禁止休眠。</li>
<li>去除新建快捷方式字样。</li>
<li>关闭程序兼容性助手。</li>
<li>去掉右键不常用新建菜单。</li>
<li>无新建帐户,默认Administrator登录,密码为空。</li>
<li>不再删除Windows defender,改为禁用主动防护。</li>
</ul>
</div>
</body>
</html>