abbodi1406 / BatUtil

Collection of batch scripts utilities for Windows
993 stars 241 forks source link

Is it necessary to install Windows ADK with W10MUI #10

Closed anwar-alsilwy closed 3 years ago

anwar-alsilwy commented 3 years ago

Last time, I rebuilt install.wim using W10MUI to integrate multiple languages ( En,Fr,Ar), but without installing Windows ADK packages !! It's working successfully, but I read on description that Windows ADK is requirement for this process !! Is it really necessary or I miss something ??

abbodi1406 commented 3 years ago

Nothing has changed Windows ADK is only required if you want the Standard WinPE localization (for boot.wim/winre.wim), or you want to install Updates after language packs

anwar-alsilwy commented 3 years ago

So, I don't need ADK , because I asked you about language pack, you told me to update install.wim first from Windows update catalog, then install multiple languages using W10MUI Am I right ??

abbodi1406 commented 3 years ago

Language packs first, then updates (optional)

if install.wim already contain updates, then you must re-add updates (or integrate new updates)

anwar-alsilwy commented 3 years ago

Thanks for correcting me