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?
W10MUI v24.5 https://forums.mydigitallife.net/posts/1856103 W10MUI v24.6 https://forums.mydigitallife.net/posts/1856309
"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)
https://forums.mydigitallife.net/posts/1832332/ Code: - SLIM option will be auto-disabled for builds 26040+ (because new setup require all ISO payload files)
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
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 ?? i have these updates in the update folder KB5043080 KB5043113 KB5045934 KB5046617 KB5047621
Jeg made a text file, of the Dism progress. and i think, there are 2 Errors. in my script. but i am not sure.
"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
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.
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.
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
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.