Windows 10 add windows iso update

crackbeyduzce

New Member
Joined
Jul 20, 2021
Messages
3
windows 10 21h1 x64 silent installation update how we can add it to the iso how we can do it for automatic installation while windows is in the picture
 

Attachments

  • Ekran Görüntüsü (16).webp
    Ekran Görüntüsü (16).webp
    47.7 KB · Views: 91
Solution

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,998
An ISO is just a container format. You'd need to extract the WIM or ESD file and use DISM to inject the updates, drivers or packages into it and then re-create an ISO file.
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,998
There are plenty of existing guides for doing this.

Automating the install process is quite a bit more technical (all of which is documented on docs.microsoft.com
 

Solution
Back
Top