mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-12-16 13:32:00 -05:00
update:win_auto
This commit is contained in:
@@ -11,30 +11,35 @@ tags = ["Windows"]
|
||||
|
||||
**Dich-OS base on zh-cn_windows_11_business_23h2**
|
||||
|
||||
**实现了以下功能**:
|
||||
### 实现了以下功能
|
||||
|
||||
### 安装过程中
|
||||
|
||||
- [x] 绕过 Windows 11 要求检查(TPM/安全启动等)
|
||||
- [x] 允许在没有互联网连接的情况下安装 Windows 11
|
||||
- [x] 随机生成的计算机名称,例如:DESKTOP-ZFAH8Z2
|
||||
- [x] 在安装过程中以交互方式添加本地用户,无需注册云端账户
|
||||
- [x] 在OOBE阶段自动激活Windows(专业工作站版本)
|
||||
- [x] 禁用 Windows 更新*
|
||||
- [x] 删除了默认应用程序*
|
||||
- [x] 禁用 Windows Defender
|
||||
- [x] 在 Windows 11 中使用经典菜单,而不是二级菜单
|
||||
- [x] 随机生成的计算机名称,例如:DESKTOP-ZFAH8Z2
|
||||
|
||||
### 最终效果
|
||||
|
||||
- [x] 禁用 Windows 更新
|
||||
- [x] 删除了默认应用程序
|
||||
- [x] 使用单级右键菜单
|
||||
- [x] 始终显示文件扩展名
|
||||
- [x] 打开文件资源管理器到'此电脑'而不是'快速访问'
|
||||
- [x] 任务栏中隐藏搜索框,Task view 和小部件
|
||||
- [x] 用户密码不会过期
|
||||
- [x] 任务栏中隐藏搜索框,任务视图和小部件
|
||||
- [x] 打开文件资源管理器到“此电脑”而不是“快速访问”
|
||||
|
||||
### 其他优化特性
|
||||
|
||||
- [x] 强化 ACL
|
||||
- [x] 禁用快速启动
|
||||
- [x] 启用长路径
|
||||
- [x] 禁用快速启动
|
||||
- [x] 用户密码不会过期
|
||||
- [x] 启用远程桌面服务 (RDP)
|
||||
- [x] 阻止 Windows Update 重新启动您的计算机*
|
||||
- [x] 阻止设备 BitLocker 加密
|
||||
- [x] 删除空 C:\Windows.old 文件夹
|
||||
- [x] 自动将ISO中的Source\$OEM$\Setup\Scripts\Files文件夹中的软件放到桌面*
|
||||
- [x] 保留Windows 安装过程中以交互方式对磁盘进行分区
|
||||
- [x] 保留在 Windows 安装过程中以交互方式添加本地(“脱机”)用户
|
||||
- [x] 阻止 Windows Update 重新启动您的计算机
|
||||
- [x] 自动将ISO中的 $OEM$\Setup\Scripts\Files文件夹中的软件放到桌面
|
||||
|
||||
**PS**:
|
||||
- 禁用自动更新是创建一个名为 PauseWindowsUpdate 的计划任务,一次又一次地暂停更新一周.如果要运行 Windows 更新一次,请单击 “设置”中的“恢复更新 ”.
|
||||
|
||||
BIN
public/pagefind/fragment/en_6d86e9e.pf_fragment
Normal file
BIN
public/pagefind/fragment/en_6d86e9e.pf_fragment
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/pagefind/index/en_36e2c12.pf_index
Normal file
BIN
public/pagefind/index/en_36e2c12.pf_index
Normal file
Binary file not shown.
BIN
public/pagefind/index/en_3df54fb.pf_index
Normal file
BIN
public/pagefind/index/en_3df54fb.pf_index
Normal file
Binary file not shown.
BIN
public/pagefind/index/en_52bcb34.pf_index
Normal file
BIN
public/pagefind/index/en_52bcb34.pf_index
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/pagefind/index/en_e7742dd.pf_index
Normal file
BIN
public/pagefind/index/en_e7742dd.pf_index
Normal file
Binary file not shown.
BIN
public/pagefind/index/en_f241935.pf_index
Normal file
BIN
public/pagefind/index/en_f241935.pf_index
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
{"version":"1.3.0","languages":{"en":{"hash":"en_b0f7ffeb2b","wasm":"en","page_count":76}}}
|
||||
{"version":"1.3.0","languages":{"en":{"hash":"en_e8a79abe26","wasm":"en","page_count":76}}}
|
||||
Binary file not shown.
BIN
public/pagefind/pagefind.en_e8a79abe26.pf_meta
Normal file
BIN
public/pagefind/pagefind.en_e8a79abe26.pf_meta
Normal file
Binary file not shown.
@@ -125,52 +125,53 @@
|
||||
<p>前言 由于厂商默认安装windows家庭版导致各种问题频发,这里作者封装了一个开箱即用的,全自动安装,激活和优化的Windows11镜像。</p>
|
||||
<span id="continue-reading"></span>
|
||||
<p><strong>Dich-OS base on zh-cn_windows_11_business_23h2</strong></p>
|
||||
<p><strong>实现了以下功能</strong>:</p>
|
||||
<h3 id="shi-xian-liao-yi-xia-gong-neng">实现了以下功能</h3>
|
||||
<h3 id="an-zhuang-guo-cheng-zhong">安装过程中</h3>
|
||||
<ul>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
绕过 Windows 11 要求检查(TPM/安全启动等)</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
允许在没有互联网连接的情况下安装 Windows 11</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
随机生成的计算机名称,例如:DESKTOP-ZFAH8Z2</li>
|
||||
在安装过程中以交互方式添加本地用户,无需注册云端账户</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
在OOBE阶段自动激活Windows(专业工作站版本)</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
禁用 Windows 更新*</li>
|
||||
随机生成的计算机名称,例如:DESKTOP-ZFAH8Z2</li>
|
||||
</ul>
|
||||
<h3 id="zui-zhong-xiao-guo">最终效果</h3>
|
||||
<ul>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
删除了默认应用程序*</li>
|
||||
禁用 Windows 更新</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
禁用 Windows Defender</li>
|
||||
删除了默认应用程序</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
在 Windows 11 中使用经典菜单,而不是二级菜单</li>
|
||||
使用单级右键菜单</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
始终显示文件扩展名</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
打开文件资源管理器到'此电脑'而不是'快速访问'</li>
|
||||
任务栏中隐藏搜索框,任务视图和小部件</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
任务栏中隐藏搜索框,Task view 和小部件</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
用户密码不会过期</li>
|
||||
打开文件资源管理器到“此电脑”而不是“快速访问”</li>
|
||||
</ul>
|
||||
<h3 id="qi-ta-you-hua-te-xing">其他优化特性</h3>
|
||||
<ul>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
强化 ACL</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
启用长路径</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
禁用快速启动</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
启用长路径</li>
|
||||
用户密码不会过期</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
启用远程桌面服务 (RDP)</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
阻止 Windows Update 重新启动您的计算机*</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
阻止设备 BitLocker 加密</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
删除空 C:\Windows.old 文件夹</li>
|
||||
阻止 Windows Update 重新启动您的计算机</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
自动将ISO中的Source$OEM$\Setup\Scripts\Files文件夹中的软件放到桌面*</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
保留Windows 安装过程中以交互方式对磁盘进行分区</li>
|
||||
<li><input disabled="" type="checkbox" checked=""/>
|
||||
保留在 Windows 安装过程中以交互方式添加本地(“脱机”)用户</li>
|
||||
自动将ISO中的 $OEM$\Setup\Scripts\Files文件夹中的软件放到桌面</li>
|
||||
</ul>
|
||||
<p><strong>PS</strong>:</p>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user