Add Multilingual Support to Windows 10 Distribution - automated batch script

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

  1. olivetree24516

    olivetree24516 MDL Novice

    May 16, 2024
    14
    1
    0
    Hello, I followed the instructions of the two forum friends in the previous post, and added the uup update package to the Updata folder, and the final image was translated completely.
    But the update of uup is only less than 1G in total, and the remade ISO is 6.66G, and the original image is only 4.79G, which has increased a lot all of a sudden. Is this situation due to the fact that the installed update package has not been cleaned up? Is the cleanup setting set in the WIN10MUI script set RemoveInboxLP=0 here?
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,378
    106,837
    450
    Show the full progress, and the cleanup is done only when updates are integrated by W10UI.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Shortyportuguese

    Shortyportuguese MDL Addicted

    Apr 3, 2019
    511
    148
    30
    What are the changes of W10MUI_24_6.7z compared to the previous versions?

    Thank you beforehand
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,378
    106,837
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Shortyportuguese

    Shortyportuguese MDL Addicted

    Apr 3, 2019
    511
    148
    30
    Would be nice if the tool can also add optional resources too...
     
  6. ЯƎHTͶAꟼ

    ЯƎHTͶAꟼ MDL Senior Member

    Jan 29, 2017
    350
    95
    10
    "SLIM"-Option seems ignored for 24H2. Not sure why.

    Will it work If do manually run?
    Code:
    copy /y "!DVDDIR!\sources\setuphost.exe" %SystemRoot%\temp\ %_Nul3%
    copy /y "!DVDDIR!\sources\setupprep.exe" %SystemRoot%\temp\ %_Nul3%
    del /f /q /s "!DVDDIR!\ch*_boot.ttf" %_Nul3%
    del /f /q /s "!DVDDIR!\jpn_boot.ttf" %_Nul3%
    del /f /q /s "!DVDDIR!\kor_boot.ttf" %_Nul3%
    del /f /q /s "!DVDDIR!\m*_boot.ttf" %_Nul3%
    del /f /q /s "!DVDDIR!\m*_console.ttf" %_Nul3%
    del /f /q "!DVDDIR!\efi\microsoft\boot\cdboot_noprompt.efi" %_Nul3%
    del /f /q "!DVDDIR!\efi\microsoft\boot\efisys_noprompt.bin" %_Nul3%
    del /f /q "!DVDDIR!\autorun.inf" %_Nul3%
    del /f /q "!DVDDIR!\setup.exe" %_Nul3%
    if exist "!DVDDIR!\sources\ei.cfg" move /y "!DVDDIR!\sources\ei.cfg" "!DVDDIR!" %_Nul3%
    if exist "!DVDDIR!\sources\pid.txt" move /y "!DVDDIR!\sources\pid.txt" "!DVDDIR!" %_Nul3%
    move /y "!DVDDIR!\sources\boot.wim" "!DVDDIR!" %_Nul3%
    move /y "!DVDDIR!\sources\install.wim" "!DVDDIR!" %_Nul3%
    move /y "!DVDDIR!\sources\lang.ini" "!DVDDIR!" %_Nul3%
    move /y "!DVDDIR!\sources\setup.exe" "!DVDDIR!" %_Nul3%
    rmdir /s /q "!DVDDIR!\sources" %_Nul3%
    rmdir /s /q "!DVDDIR!\support" %_Nul3%
    mkdir "!DVDDIR!\sources" %_Nul3%
    if exist "!DVDDIR!\ei.cfg" move /y "!DVDDIR!\ei.cfg" "!DVDDIR!\sources" %_Nul3%
    if exist "!DVDDIR!\pid.txt" move /y "!DVDDIR!\pid.txt" "!DVDDIR!\sources" %_Nul3%
    move /y "!DVDDIR!\boot.wim" "!DVDDIR!\sources" %_Nul3%
    move /y "!DVDDIR!\install.wim" "!DVDDIR!\sources" %_Nul3%
    move /y "!DVDDIR!\lang.ini" "!DVDDIR!\sources" %_Nul3%
    move /y "!DVDDIR!\setup.exe" "!DVDDIR!\sources" %_Nul3%
    (dvd dir variable ofcs replace by the actual one etc)
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,405
    92,144
    340
    https://forums.mydigitallife.net/posts/1832332/
    Code:
    - SLIM option will be auto-disabled for builds 26040+ (because new setup require all ISO payload files)
    
     
  8. AnarethoS

    AnarethoS MDL Expert

    Jul 31, 2009
    1,297
    1,590
    60
    The new version seams to have fixed the translation problem of En-Us --> FR-FR + FR-CA, where the OOBE was in English even if everything else was in French.

    But I never saw a so badly done translation. Looks like it is incomplete in some place. But at least, the base is working :)

    Thanks @abbodi1406
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. orvillesnorkel

    orvillesnorkel MDL Novice

    Jan 7, 2014
    21
    3
    0
    I used the script, to add Da-Dk language, to Server 2025 26100.1742 En-Us it worked perfekt.

    But then i tried the same on Server 2025 26100.2314 (November update)
    That did not work just as well.
    some things are not translated.
    e.g the setting menu and start menu.
    what am i doing wrong ?? :confused:

    i have these updates in the update folder

    KB5043080
    KB5043113
    KB5045934
    KB5046617
    KB5047621
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,405
    92,144
    340
    Did you see that updates were reinstalled without errors?
     
  11. orvillesnorkel

    orvillesnorkel MDL Novice

    Jan 7, 2014
    21
    3
    0
    Jeg made a text file, of the Dism progress. and i think, there are 2 Errors.
    in my script. but i am not sure.
     

    Attached Files:

  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,405
    92,144
    340
    "02314-windows11.0-kb5046617-x64" has no progress indicator for install.wim, which could mean it was skipped / not reinstalled

    you can try with higher LCU KB5046740 26100.2454 (i know it's preview)
    or enable "LCUmsuExpand" option in W10UI.ini and try again with KB5046617

    this does not solve the issue with boot.wim operation error 0x800f081f "CBS_E_SOURCE_MISSING", because it's missing Baseline files
    the error can be ignored if boot setup is working and translated correctly
     
  13. orvillesnorkel

    orvillesnorkel MDL Novice

    Jan 7, 2014
    21
    3
    0
    Thank you for the reply abbodi1406 :)
    i think i will try both solutions. and see how it works
    the boot setup works just fine. also with the error.
     
  14. ChengYE123

    ChengYE123 MDL Novice

    Dec 25, 2024
    12
    1
    0
    Thank you for your efforts, but I still seem to have problems.
    I downloaded Win11_24H2_English_x64 from Microsoft's official website, and extracted install.win, deleted the redundant versions, and only kept pro. Then placed install.wim in C:\Users\Administrator\Desktop\W10MUI_24_6
    Downloaded the zh-cn language pack and placed it in C:\Users\Administrator\Desktop\W10MUI_24_6\Langs
    Then ran W10MUI_Mini.cmd
    It seems that everything is normal, and the instructions are finished.
    However, when the new install.wim enters the OOBE interface after installation, it is incompatible. I don't know how to upload pictures. Please help me see what the problem is.

    When you reach the OOBE interface
    When you select "English", "continue in english" will appear in the lower right corner, which should be "YES" normally
    When you select "Chinese", "continue in english" will still appear in the lower right corner, which should be "是" normally

    This problem has troubled me for several months and I still can't find a solution. I hope you can help me analyze it.
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,405
    92,144
    340
    Language pack alone does not provide full translation, you need Feature OnDemand packs too
    +
    you must re-add current updates in the install.wim, or add new latest updates from December
     
  16. ChengYE123

    ChengYE123 MDL Novice

    Dec 25, 2024
    12
    1
    0
    Thanks for your reply.
    Sorry, I'm a newbie and don't quite understand what "Feature OnDemand packs" mean?
    Can you give me an example? Thank you very much.
     
  17. ChengYE123

    ChengYE123 MDL Novice

    Dec 25, 2024
    12
    1
    0
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,405
    92,144
    340
    I see
    i guess you can try the opposite
    use Chinese source, and add English language
     
  19. ChengYE123

    ChengYE123 MDL Novice

    Dec 25, 2024
    12
    1
    0
    Just tried it, still has the same messy display. Maybe I should give up this awful thing.