Skip to content

ZXGU183/Win_ISO_Patching_x64Scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Win_ISO_Patching_Scripts

English Readme

中文说明

Usage: Put the Windows image (ISO format) in the root directory of the folder. Run Start.cmd to start downloading the latest patches and start creating an ISO with the integrated patches. The download address of the patch file is from Microsoft.
Supported Windows Versions:
Name Internal Version (Last Updated: September 23, 2025)
Windows 10 Enterprise LTSB 2016, Windows Server 2016 Build 14393.8422
Windows 10 Enterprise LTSC 2019, Windows Server 2019 Build 17763.7792 (2024-6, Arm Version EOL)
Windows 10 22H2, Windows 10 Enterprise LTSC 2021 Build 1904x.6332
Windows Server 2022 Build 20348.4171
Windows 11 23H2 Build 22631.5909
Windows 11 24H2, Windows 11 Enterprise LTSC 2024, Windows Server 2025 Build 26100.6588
Some settings (located in the W10UI.ini file in the root directory of the folder):
Value (Default) Description
Net35 = 1 If you do not want to integrate .NET 3.5. Change it to 0
wim2esd = 1 If you do not want to generate an install.esd file to reduce space usage. This process consumes a lot of time and computer resources, and the image size is reduced by about 25%. Change it to 0
AutoStart = 1 For multi-version images, the script will download and integrate all the images by default and start automatically. If you need to select a specific version in the image, such as only generating an integrated update image for the Professional edition. Change it to 0 (After the script is run, press 8 to select the version. You can select multiple versions. After selecting, press 0 to start.)
ltscfix = 1 Repair the library files for LTSC 2021 & 2024 (this option will be removed after the official patch is released). If you do not want to repair. Change it to 0
netfx481 = 1 Support for .NET Framework 4.8.1. If you do not want to install it. Change it to 0
nosuggapp = 0 If you want to disable the installation of third-party apps after a new installation of Windows. Change it to 1
nosuggtip = 0 If you want to disable the useless suggestion tips and functions in Windows. Change it to 1
norestorage = 0 If you want to disable the space usage of the reserved storage. Change it to 1
nogamebar = 0 If you want to disable the Game Bar. Change it to 1
oobebypass = 0 If you want to disable online accounts and enable local account creation. Change it to 1
Thanks:
Tool Source
7-zip 7-zip.org
wimlib wimlib.net
aria2 aria2
oscdimg Microsoft
PSFExtractor PSFExtractor
W10UI BatUtil

About

为 Windows 镜像集成更新的脚本包,支持在 Windows x64 上运行。具有一点调整性功能

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Batchfile 100.0%