update:windows-1

This commit is contained in:
dichgrem
2025-09-02 11:51:37 +08:00
parent 154b7e15af
commit db01994e59
22 changed files with 63 additions and 36 deletions

View File

@@ -42,9 +42,9 @@ tags = ["Windows"]
不管你是哪一种情况都推荐你先下载ISO镜像因为ISO镜像方法是最通用,最常用的。 不管你是哪一种情况都推荐你先下载ISO镜像因为ISO镜像方法是最通用,最常用的。
> 官方镜像:从[微软官网](https://www.microsoft.com/en-us/software-download/windows11)下载镜像或[MAS镜像站](https://massgrave.dev/genuine-installation-media)下载。 - 官方镜像:从[微软官网](https://www.microsoft.com/en-us/software-download/windows11)下载镜像或[MAS镜像站](https://massgrave.dev/genuine-installation-media)下载。
> Dichos镜像是笔者个人制作的镜像参考[乱七八糟:Windows封装与全自动安装](https://blog.dich.bid/windows-4-auto/) - Dichos镜像是笔者个人制作的镜像参考[乱七八糟:Windows封装与全自动安装](https://blog.dich.bid/windows-4-auto/)
**PS:** **PS:**
> 镜像大小从1G~8G左右不等因为有的不知道哪来的镜像里面版本不全我们要下载的是包括所有主流版本的ISO即为里面包括家庭版教育版专业版等等。如果你从其他地方下载ISO镜像里面可能会捆绑流氓软件甚至有病毒。 > 镜像大小从1G~8G左右不等因为有的不知道哪来的镜像里面版本不全我们要下载的是包括所有主流版本的ISO即为里面包括家庭版教育版专业版等等。如果你从其他地方下载ISO镜像里面可能会捆绑流氓软件甚至有病毒。
@@ -130,6 +130,11 @@ tags = ["Windows"]
- 激活 Windows 与 MS office - 激活 Windows 与 MS office
- 停止自动更新并恢复单级菜单 - 停止自动更新并恢复单级菜单
> 常用的优化软件:
- [Dism++](https://github.com/Chuyu-Team/Dism-Multi-language)
- [Winutil](https://github.com/ChrisTitusTech/winutil)
- [Optimizer](https://github.com/hellzerg/optimizer)
#### **三.驱动级:** #### **三.驱动级:**
@@ -205,9 +210,20 @@ tags = ["Windows"]
#### **六.测试级(可选)** #### **六.测试级(可选)**
- 查看PC型号与配置是否相同 - 查看PC型号与配置是否相同
- 测试GPU/CPU/硬盘速率与使用时间
- 屏幕坏点/喇叭/蓝牙检测 - 屏幕坏点/喇叭/蓝牙检测
- 查看硬盘健康度与使用时间
- AIDA64稳定性测试/Diskinfo硬盘测试
- 单烤/双烤机测试
- 网络测速 - 网络测速
**常用测试软件**
[CPU-Z](https://www.cpuid.com/softwares/cpu-z.html)
[GPU-Z](https://www.techpowerup.com/download/)
[AIDA64](https://www.aida64.com/downloads)
[Diskinfo](https://crystalmark.info/en/)
[Furmark](https://www.geeks3d.com/furmark/)
[Afterburner](https://www.msi.com/Landing/afterburner/graphics-cards)
--- ---
**Done.** **Done.**

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
{"version":"1.3.0","languages":{"en":{"hash":"en_80c4a22796","wasm":"en","page_count":74}}} {"version":"1.4.0","languages":{"en":{"hash":"en_7bb7439d48","wasm":"en","page_count":74}},"include_characters":["_","‿","⁀","⁔","︳","︴","","","","_"]}

View File

@@ -29,7 +29,7 @@ var require_mark = __commonJS({
"node_modules/mark.js/dist/mark.js"(exports, module) { "node_modules/mark.js/dist/mark.js"(exports, module) {
(function(global, factory) { (function(global, factory) {
typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory() : typeof define === "function" && define.amd ? define(factory) : global.Mark = factory(); typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory() : typeof define === "function" && define.amd ? define(factory) : global.Mark = factory();
})(exports, function() { })(exports, (function() {
"use strict"; "use strict";
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function(obj) { var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function(obj) {
return typeof obj; return typeof obj;
@@ -41,25 +41,22 @@ var require_mark = __commonJS({
throw new TypeError("Cannot call a class as a function"); throw new TypeError("Cannot call a class as a function");
} }
}; };
var createClass = function() { var createClass = /* @__PURE__ */ (function() {
function defineProperties(target, props) { function defineProperties(target, props) {
for (var i = 0; i < props.length; i++) { for (var i = 0; i < props.length; i++) {
var descriptor = props[i]; var descriptor = props[i];
descriptor.enumerable = descriptor.enumerable || false; descriptor.enumerable = descriptor.enumerable || false;
descriptor.configurable = true; descriptor.configurable = true;
if ("value" in descriptor) if ("value" in descriptor) descriptor.writable = true;
descriptor.writable = true;
Object.defineProperty(target, descriptor.key, descriptor); Object.defineProperty(target, descriptor.key, descriptor);
} }
} }
return function(Constructor, protoProps, staticProps) { return function(Constructor, protoProps, staticProps) {
if (protoProps) if (protoProps) defineProperties(Constructor.prototype, protoProps);
defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps);
if (staticProps)
defineProperties(Constructor, staticProps);
return Constructor; return Constructor;
}; };
}(); })();
var _extends = Object.assign || function(target) { var _extends = Object.assign || function(target) {
for (var i = 1; i < arguments.length; i++) { for (var i = 1; i < arguments.length; i++) {
var source = arguments[i]; var source = arguments[i];
@@ -71,7 +68,7 @@ var require_mark = __commonJS({
} }
return target; return target;
}; };
var DOMIterator = function() { var DOMIterator = (function() {
function DOMIterator2(ctx) { function DOMIterator2(ctx) {
var iframes = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : true; var iframes = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : true;
var exclude = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : []; var exclude = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : [];
@@ -381,8 +378,8 @@ var require_mark = __commonJS({
} }
}]); }]);
return DOMIterator2; return DOMIterator2;
}(); })();
var Mark$1 = function() { var Mark$1 = (function() {
function Mark3(ctx) { function Mark3(ctx) {
classCallCheck(this, Mark3); classCallCheck(this, Mark3);
this.ctx = ctx; this.ctx = ctx;
@@ -962,7 +959,7 @@ var require_mark = __commonJS({
} }
}]); }]);
return Mark3; return Mark3;
}(); })();
function Mark2(ctx) { function Mark2(ctx) {
var _this = this; var _this = this;
var instance = new Mark$1(ctx); var instance = new Mark$1(ctx);
@@ -985,7 +982,7 @@ var require_mark = __commonJS({
return this; return this;
} }
return Mark2; return Mark2;
}); }));
} }
}); });
@@ -1024,8 +1021,7 @@ var PagefindHighlight = class {
} }
// Inline styles might be too hard to override // Inline styles might be too hard to override
addHighlightStyles(className) { addHighlightStyles(className) {
if (!className) if (!className) return;
return;
const styleElement = document.createElement("style"); const styleElement = document.createElement("style");
styleElement.innerText = `:where(.${className}) { background-color: yellow; color: black; }`; styleElement.innerText = `:where(.${className}) { background-color: yellow; color: black; }`;
document.head.appendChild(styleElement); document.head.appendChild(styleElement);
@@ -1046,8 +1042,7 @@ var PagefindHighlight = class {
} }
highlight() { highlight() {
const params = this.getHighlightParams(this.highlightParam); const params = this.getHighlightParams(this.highlightParam);
if (!params || params.length === 0) if (!params || params.length === 0) return;
return;
this.addStyles && this.addHighlightStyles(this.markOptions.className); this.addStyles && this.addHighlightStyles(this.markOptions.className);
const markInstance = this.createMarkInstance(); const markInstance = this.createMarkInstance();
this.markText(markInstance, params); this.markText(markInstance, params);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -154,12 +154,14 @@
</blockquote> </blockquote>
<h2 id="huo-qu-isojing-xiang">获取ISO镜像</h2> <h2 id="huo-qu-isojing-xiang">获取ISO镜像</h2>
<p>不管你是哪一种情况都推荐你先下载ISO镜像因为ISO镜像方法是最通用,最常用的。</p> <p>不管你是哪一种情况都推荐你先下载ISO镜像因为ISO镜像方法是最通用,最常用的。</p>
<blockquote> <ul>
<li>
<p>官方镜像:从<a href="https://www.microsoft.com/en-us/software-download/windows11">微软官网</a>下载镜像或<a href="https://massgrave.dev/genuine-installation-media">MAS镜像站</a>下载。</p> <p>官方镜像:从<a href="https://www.microsoft.com/en-us/software-download/windows11">微软官网</a>下载镜像或<a href="https://massgrave.dev/genuine-installation-media">MAS镜像站</a>下载。</p>
</blockquote> </li>
<blockquote> <li>
<p>Dichos镜像是笔者个人制作的镜像参考<a href="https://blog.dich.bid/windows-4-auto/">乱七八糟:Windows封装与全自动安装</a></p> <p>Dichos镜像是笔者个人制作的镜像参考<a href="https://blog.dich.bid/windows-4-auto/">乱七八糟:Windows封装与全自动安装</a></p>
</blockquote> </li>
</ul>
<p><strong>PS:</strong></p> <p><strong>PS:</strong></p>
<blockquote> <blockquote>
<p>镜像大小从1G~8G左右不等因为有的不知道哪来的镜像里面版本不全我们要下载的是包括所有主流版本的ISO即为里面包括家庭版教育版专业版等等。如果你从其他地方下载ISO镜像里面可能会捆绑流氓软件甚至有病毒。</p> <p>镜像大小从1G~8G左右不等因为有的不知道哪来的镜像里面版本不全我们要下载的是包括所有主流版本的ISO即为里面包括家庭版教育版专业版等等。如果你从其他地方下载ISO镜像里面可能会捆绑流氓软件甚至有病毒。</p>
@@ -240,6 +242,14 @@
<li>激活 Windows 与 MS office</li> <li>激活 Windows 与 MS office</li>
<li>停止自动更新并恢复单级菜单</li> <li>停止自动更新并恢复单级菜单</li>
</ul> </ul>
<blockquote>
<p>常用的优化软件:</p>
</blockquote>
<ul>
<li><a href="https://github.com/Chuyu-Team/Dism-Multi-language">Dism++</a></li>
<li><a href="https://github.com/ChrisTitusTech/winutil">Winutil</a></li>
<li><a href="https://github.com/hellzerg/optimizer">Optimizer</a></li>
</ul>
<h4 id="san-qu-dong-ji"><strong>三.驱动级:</strong></h4> <h4 id="san-qu-dong-ji"><strong>三.驱动级:</strong></h4>
<p>驱动的安装没有集成在Dichos中而是作为手动安装的一部分避免出错。如自带系统有驱动包先进系统拿出然后再安装新系统一般来说包括:</p> <p>驱动的安装没有集成在Dichos中而是作为手动安装的一部分避免出错。如自带系统有驱动包先进系统拿出然后再安装新系统一般来说包括:</p>
<ul> <ul>
@@ -309,10 +319,19 @@
<h4 id="liu-ce-shi-ji-ke-xuan"><strong>六.测试级(可选)</strong></h4> <h4 id="liu-ce-shi-ji-ke-xuan"><strong>六.测试级(可选)</strong></h4>
<ul> <ul>
<li>查看PC型号与配置是否相同</li> <li>查看PC型号与配置是否相同</li>
<li>测试GPU/CPU/硬盘速率与使用时间</li>
<li>屏幕坏点/喇叭/蓝牙检测</li> <li>屏幕坏点/喇叭/蓝牙检测</li>
<li>查看硬盘健康度与使用时间</li>
<li>AIDA64稳定性测试/Diskinfo硬盘测试</li>
<li>单烤/双烤机测试</li>
<li>网络测速</li> <li>网络测速</li>
</ul> </ul>
<p><strong>常用测试软件</strong></p>
<p><a href="https://www.cpuid.com/softwares/cpu-z.html">CPU-Z</a>
<a href="https://www.techpowerup.com/download/">GPU-Z</a>
<a href="https://www.aida64.com/downloads">AIDA64</a>
<a href="https://crystalmark.info/en/">Diskinfo</a>
<a href="https://www.geeks3d.com/furmark/">Furmark</a>
<a href="https://www.msi.com/Landing/afterburner/graphics-cards">Afterburner</a></p>
<hr /> <hr />
<p><strong>Done.</strong></p> <p><strong>Done.</strong></p>