使用 tiny11builder 快速构建 Windows 11 精简系统
用户现在可以使用 tiny11builder 轻松构建一个精简版的 Windows 11 系统,优化性能同时保持核心功能,避免使用被植入病毒的第三方精简系统。本文将指导你如何使用 tiny11builder 来创建一个轻量级的 Windows 11 系统。
步骤 1: 准备工作
在开始之前,你需要确保已经满足以下条件:
- 一台运行 Windows 10 或更高版本的计算机;
- 准备一个 Windows 11 ISO 文件,可前往微软官网获取;
- 将 PowerShell 执行策略设置为
Unrestricted
,右键开始菜单,使用终端管理员
运行Set-ExecutionPolicy unrestricted
。
步骤 2:下载 tiny11builder
- 将 tiny11builder 仓库克隆至本地
git clone https://github.com/ntdevlabs/tiny11builder.git
- 或者直接下载并解压
https://github.com/ntdevlabs/tiny11builder/archive/refs/heads/main.zip
步骤 3: 精简 Windows11
- 使用
Windows 资源管理器
打开下载的 Windows 11 ISO 文件,他会自动挂载,查看其挂载的盘符; - 进入 tiny11builder 文件夹,选择运行
tiny11maker.ps1
或tiny11Coremaker.ps1
(core 精简了更多功能,包括 Windows Update,可能不适合日常使用); - 输入 ISO 挂载的盘符,例如挂载在 F 盘即输入
f
; - 选择 SKU;
- 等,差不多需要10 分钟左右;
- 最后在 tiny11builder 文件夹会出现
tiny11.iso
文件,其为精简后的安装包。
使用 Win11Debloat 精简现有 Windows 11 操作系统
建议重装原版操作系统后,再进行精简。
- 按
Win + X
键,选择Windows PowerShell (管理员)
或终端管理员
以管理员权限运行 PowerShell。 - 运行脚本
& ([scriptblock]::Create((irm "https://raw.githubusercontent.com/Raphire/Win11Debloat/master/Get.ps1")))
。 - 然后坐和放宽。
若您的电脑没有魔法环境:
- 下载:
https://hub.gitmirror.com/https://github.com/Raphire/Win11Debloat/archive/master.zip
,并解压至本地目录。 - 按
Win + X
键,选择Windows PowerShell (管理员)
或终端管理员
以管理员权限运行 PowerShell,运行Set-ExecutionPolicy Unrestricted -Scope Process
设置权限。 - 进入
Win11Debloat
文件夹,例如cd c:\Win11Debloat
,运行.\Win11Debloat.ps1
。 - 然后坐和放宽