Specify the Source OS Image and a screenshot of the menu screen so that it will be helpful in debugging the issue.
Busy with several issues now, do give the link to decrypt-multi-release, will checkout and see how the multi-language support can be implemented in Toolkit.
Yes integrating or install the update will restore the removed components and so with the feature update.
Do use the Start.cmd to run the Toolkit and don't integrate Edge Chromium and VC Runtime for v19041 as few people have reported to have installation errors.
I have no problem with the integration of Edge Chromium! The problem with the integration of the VC Runtime for v19041!!!
@MSMG Known Issues: - Windows 10 v1809/v1909 - Integrating Microsoft Games Pack breaks the Instagram UWP App. Used Toolkit 9.8 On Windows version 19041.173, this problem with Instagram is not observed. It is not known why there is no problem, but it is possible that a new Instagram application was released. Procedure: 1 Select Source from <DVD> Folder 2 Integrate Game 3 Remove App (Except store, calculator, video, photos, music) 4 Cleaning 5 Save 6 Re-Build 7 ESD Spoiler: Screen
No new packs have been created yet, been busy with other work and will be announcing when the pack is ready.
@MSMG ,These is some localized code,From :ConvertStoreEsd2Wim in Toolkit.In your localization support,you may add these text,like the "^|索引 ^| 体系结构 ^| 名称",^| %%a ^| - ^|%%c in the code"if %%a equ 1 echo.^| %%a ^| - ^|%%c",and so on. Code: echo.####正在开始转换 Windows 应用商店 ESD 映像为 WIM 映像########################## echo.------------------------------------------------------------------------------- echo. echo.正在读取映像信息…… echo. echo.=============================================================================== echo.^|索引 ^| 体系结构 ^| 名称 echo.=============================================================================== for /f "tokens=2 delims=: " %%a in ('%DISM% /Get-WimInfo /WimFile:"%InstallEsd%" ^| findstr /i Index') do ( for /f "tokens=2 delims=:" %%b in ('%DISM% /Get-WimInfo /WimFile:"%InstallEsd%" /Index:%%a ^| findstr /i Architecture') do ( for /f "tokens=2 delims=: " %%c in ('%DISM% /Get-WimInfo /WimFile:"%InstallEsd%" /Index:%%a ^| findstr /i Name') do ( if %%a equ 1 echo.^| %%a ^| - ^|%%c if %%a gtr 1 if %%a leq 9 echo.^| %%a ^|%%b ^|%%c if %%a gtr 9 echo.^| %%a ^|%%b ^|%%c These changes for localization like the: Code: echo.%txt1% echo.------------------------------------------------------------------------------- echo. echo.%txt2% echo. echo.=============================================================================== echo.%txt3% echo.=============================================================================== for /f "tokens=2 delims=: " %%a in ('%DISM% /Get-WimInfo /WimFile:"%InstallEsd%" ^| findstr /i Index') do ( for /f "tokens=2 delims=:" %%b in ('%DISM% /Get-WimInfo /WimFile:"%InstallEsd%" /Index:%%a ^| findstr /i Architecture') do ( for /f "tokens=2 delims=: " %%c in ('%DISM% /Get-WimInfo /WimFile:"%InstallEsd%" /Index:%%a ^| findstr /i Name') do ( if %%a equ 1 echo.%txt4% if %%a gtr 1 if %%a leq 9 echo.%txt5% if %%a gtr 9 echo.%txt6% in language cmd file: Code: set txt1=####正在开始转换 Windows 应用商店 ESD 映像为 WIM 映像########################## set txt2=正在读取映像信息…… set txt3=^|索引 ^| 体系结构 ^| 名称 set txt4=^| %%a ^| - ^|%%c set txt5=^| %%a ^|%%b ^|%%c set txt6=^| %%a ^|%%b ^|%%c in txt4,5 and 6,these text is localized format,with Simplified Chinese format.Because In Chinese environment,these text format will not be align. These aren't the final code,only example. Only build in Toolkit add multi-languages support.
Hi @MSMG I think I found a possible bug/issue to report. I'm getting a nag screen like this one user here while I'm trying to remove UnifiedTelemetryClient with the ToolKitHelper! All other components have been removed without any issue. I'm modifying Enterprise 1809 LTSC and following the steps inside the Readme. Happy Easter weekend to all who celebrate!
Hello, MSMG! Please update the Microsoft EdgeChromium package. The current version is 81.0.416.53 . Thanks!