📎 AI Summary:
The thread discusses how to integrate Windows 10 21H1 updates into an ISO for automatic or silent installation. Neemobeer provides guidance on extracting and modifying WIM/ESD files using DISM and shares official Microsoft documentation for creating unattended setups. The original poster seeks more detailed, step-by-step instructions and expresses frustration, while later comments diverge towards requesting specific scripts or links. Overall, the conversation centers on customizing Windows installation media with a focus on automation, with some participants seeking detailed tutorials.

crackbeyduzce

New Member
Member details
Joined
Jul 20, 2021
Messages
3
Thread Author #1
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
Member details
Joined
Jul 4, 2015
Messages
8,995
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
Member details
Joined
Jul 4, 2015
Messages
8,995
Solution