There is no point in adding zh-cn or en-us for enterpriseG, these 2 languages are the only ones supported in the OS, hence the patch for the other languages.
Code: set "Index=" set "Idioma=" set /a count=0 set "Lang=pt-BR" for /f "tokens=1,* delims=: " %%A in ('Dism /English /Get-ImageInfo /ImageFile:"28000g.wim" ^| findstr /i /c:"Index :" /c:"Name :"') do ( if /i "%%A"=="Index" set "Index=%%B" if /i "%%B"=="!Lang!" ( set /a count+=1 echo Index: !Index! Idioma: %%B ) ) Index: 29 Idioma: pt-BR For those who already have the language set and don't want the menu, select index and call the language that is already set and proceed like this, it goes straight away, saving menu and waiting times, is this my option and is it valid @2012mshs?
[about vNext LTSC] Client LTSC: 3-in-1 Server LTSC: 3-in-1 Anyone wishes to learn Construction, follow pp03. And, if necessary, search help from gailium119, iamaHUN, zhanglin and zwl29107, etc. After all, do the right thing instead of going the wrong way. Windows has its rule, don't violate. [about Windows Servicing] 10240.16384\10586.0\14393.0? They are Windows 10 in Windows 8 deployment. A: They are useless to me. B: But you are here. Can you deal with them? 10586.0, no problem. 10240.16384 and 14393.0, not that easy.
10240, 10586, 14393, 15063, 16299 and 17134 useless to me also - my sl7 intel can boot at least 17763 even if i install 17763, touchpad and audio don't work, because 19041.3036 is required (so 18363 useless too and 20348 also useless, because of missing client update) and 22000 is the only one with hyperv not working so i have 19041 and 22621+ to choose from
1. You can repack .cat. 2. gailium119 has shared 28000.1 LTSC. Q: Can you repack 28000.1 LTSC updates?
I did not try with Pro in other language, You can try! Remove line 96-118 and add: set "LANG_CODE=pt-BR" & set "index=29" If it works ok, I will edit script for auto check and install patch!
What I showed there was whether the code I sent is valid for everyone with the language configured as I showed and so that everyone can help with their code for those who want it, with the language configured not to enter the menu. I got it, I did it for myself, it works in my script. What I showed is whether the code I sent to you and everyone is valid, my suggestion understand?
One thing I didn't understand there is that en-us also has to be integrated and can't exclude the language in addition to integrating our source language?
Maybe cause by patch-mui https://forums.mydigitallife.net/th...s-reconstructions.88605/page-238#post-1909633
Q: How to convert the install.wim of CMGE_V2022-L.1345.iso from zh-CN to en-US? I once added zh-TW LTSC to it and ran Windows Update, it received updates from CMGE Update System.