Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 2.67 KB

File metadata and controls

43 lines (35 loc) · 2.67 KB

Win_ISO_Patching_Scripts

简体中文说明

English Readme

用法:把 Windows 映像(ISO 格式)放入文件夹根目录,运行 Start.cmd 开始下载最新补丁并开始制作集成补丁的 ISO。下载补丁文件地址为微软官方。
支持的 Windows 版本:
名称 内部版本(最后更新:2023年8月9日)
Windows 10 Enterprise LTSB 2016、Windows Server 2016 Build 14393.6167
Windows 10 Enterprise LTSC 2019、Windows Server 2019 Build 17763.4737
Windows 10 21H2、22H2、Windows 10 Enterprise LTSC 2021 Build 1904x.3324
Windows Server 2022 Build 20348.1906
Windows 11 21H2 Build 22000.2295
Windows 11 22H2 Build 22621.2134
一些设置(位于文件夹根目录 W10UI.ini):
说明
Net35 = 1 若不想集成 .net 3.5,请改成0
wim2esd = 1 若不想生成 install.esd 减少空间占用。耗费大量的时间和计算机资源,映像尺寸缩小25%左右,请改成0
AutoStart = 1 对于多版本映像,脚本默认集成全部映像并自动开始,如需选择映像内的特殊版本,比如只选择生成专业版的集成更新映像等,请改成0,脚本运行后,按"8"选择版本,可以选择多个版本,选择好后按"0"开始。
ltscfix = 1 对 LTSC 2021 的库文件修复(官方修正后移除此选项),如不想修复,请改成0
netfx481 = 1 对 .net framework 4.8.1 的支持,如不想安装,请改成0
nosuggapp = 0 若想禁用 Windows 全新安装后擅自安装三方 App,请改成1
nosuggtip = 0 若想禁用 Windows 在各处无用的建议提示,请改成1
norestorage = 0 若想禁用保留存储的空间占用,请改成1
感谢:
工具
7-zip 7-zip.org
wimlib wimlib.net
aria2 aria2
oscdimg Microsoft
PSFExtractor PSFExtractor
W10UI BatUtil