Hello,
I downloaded the ISO image of windows 11 multi edition. I want to keep the first index which is Windows 11 Home.
I use the following command : dism /delete-image /imagefile:"f:\media\fr\sources\install.wim" /index:2 /checkintegrity
So I must to execute this command 10 times.
Is it possible with dism to delete all 10 indexes at once?
Do you have an example with a batch script?
Thanks.