Add Multilingual Support to Windows 10 Distribution - automated batch script

Discussion in 'Windows 10' started by abbodi1406, Mar 30, 2016.

  1. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,964
    4,198
    60
    just replace W10UI stuff in updates folder
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. klakon

    klakon MDL Novice

    Nov 3, 2012
    3
    0
    0
    Bug in script W10MUI

    when the script is run after a certain time the window closes...
     
  3. klakon

    klakon MDL Novice

    Nov 3, 2012
    3
    0
    0
    In W10MUI v24.5 have error
    when the script is run after a certain time the window closes
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,324
    106,599
    450
    Please set it to debug mode and re-run, when there is a debug log you can zip it and attach it here as attachment.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,393
    92,046
    340
    Start command prompt as administrator
    paste the full path for W10MUI.cmd and run
     
  6. power13

    power13 MDL Novice

    Sep 5, 2013
    5
    2
    0
    #947 power13, Oct 10, 2024
    Last edited: Oct 10, 2024
    The same thing happens to me, the script 24_5 closes the window suddenly after a long time working, and the process is interrupted, also applying these recommendations, also in debug mode, with the previous version 24_4 ends the process correctly, in this new version it closes.
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,393
    92,046
    340
    It should not close the cmd window this way, even if the script ends unexpectedly

    if you ran in debug mode, share the tmp.log
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,393
    92,046
    340
    I found the culprit
    i accidentally replaced EAlang variable, so it's not defined in v24.5
    Code:
    set EAlpid=(ja-jp,ko-kr,zh-cn,zh-hk,zh-tw)
    Fixed v24.6 is available

    thanks to @power13 for reporting
     
  9. power13

    power13 MDL Novice

    Sep 5, 2013
    5
    2
    0
    I was going to send the tmp.log of 24_5 :D, I'm going to test the new version 24_6 right now , thanks
     
  10. olivetree24516

    olivetree24516 MDL Novice

    May 16, 2024
    14
    1
    0
    Hello, thank you for your script, which helped me successfully add the language I needed to the latest 24H2 version of Windows 11 IoT Enterprise LTSC. In terms of effect, most of the content was translated after the language pack was applied, but some content still retained the English language. I think this may have nothing to do with your script, perhaps it is a problem with the Microsoft language pack.
    In addition, there are some places that I don’t understand, please advise.
    1. The winPE localization part mentioned in the README, which lists the ADK tools. Is there no correspondence between these ADK tools and the corresponding image versions processed? Because my actual system is Windows 10, I have installed the ADK of Win 10 19045. But this time I processed the image of Windows 11, and I did not install the 26100 version of the Win 11 ADK tool. The image produced by the script seems to have no problem (except for the translation problem I mentioned above)
    2. The Updates folder, I left it empty this time. Does it mean that it should be the folder for placing system integrated patch update packages and drivers? Will the language after the integrated patch be reset?
     
  11. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,964
    4,198
    60
    #952 Paul Mercer, Oct 10, 2024
    Last edited: Oct 10, 2024
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,393
    92,046
    340
    - If the source ISO is not base version (26100.1) then you must add updates after language packs

    - as pointed by Paul Mercer, WinPE packages and ADK PE add-ons are build-specific, it must match the major build of the source ISO

    - Yes, place the updates and desired drivers, and W10UI will add them during W10MUI operation
    the chosen (or detected) default language is not reset or changed by updates
     
  13. olivetree24516

    olivetree24516 MDL Novice

    May 16, 2024
    14
    1
    0
    Where do I get these update files and drivers? Are these fetched from Microsoft's official catalog update website? Also, how do I use the W10UI.cmd in the Updates folder? @abbodi1406
     
  14. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,964
    4,198
    60
    #955 Paul Mercer, Oct 10, 2024
    Last edited: Oct 10, 2024
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. olivetree24516

    olivetree24516 MDL Novice

    May 16, 2024
    14
    1
    0
    Thanks for the two replies and the new solution provided, I will try it.
     
  16. Shortyportuguese

    Shortyportuguese MDL Addicted

    Apr 3, 2019
    509
    147
    30
    For the mini version, NetFx3 can be on "on demand" folder?
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,393
    92,046
    340
    No, it's not supported for mini
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,393
    92,046
    340
    That's probably the only way
    as long as the conflicting 26100.1 components are all removed (newer version available)