You say "wim files" Is it required to add the dart files to boot and winre.wim? I added dart10 using winlib-imagex to winre.wim. Replaced the original with the patched one and commit changes on install.wim When i boot into recovery, the dart feature is there, but when i click it..the box comes on with all the tools although they are "not available" ?
I'm trying to download the Language Packs for 1903/09 as mentioned on this post but the UUP dump site gives error when trying to download any LP. Also 1903/09 share the same LP?
Ah, a screenshot Thx @Enthousiast I missed something > Code: winre.wim -- winpeshl.ini [LaunchApps] %windir%\system32\wpeinit.exe %windir%\system32\netstart.exe %systemdrive%\sources\recovery\recenv.exe boot.wim -- winpeshl.ini [LaunchApps] %windir%\system32\wpeinit.exe %windir%\system32\netstart.exe %systemdrive%\setup.exe edit @Enthousiast I took a peak i those scripts. Noticed the one had those lines that added the above entries to that winpeshl.ini file. Thx for letting me know that things should work without...Must try again ..
No need to modify that, this is all i use to insert DaRT: Code: echo Preparing DaRT... echo. bin\7z x -y -oDart_w10\Dart_w10 Dart_w10\Dart_w10.tpk bin\7z x -y -oDart_w10\Dart_w10_DeBug Dart_w10\DebugTools_w10_rs6.tpk bin\7z x -y -oDart_w10\Dart_w10_en-US Dart_w10\Dart_w10_en-US.tpk echo. echo Adding DaRT To Boot.wim... echo. Bin\wimlib-imagex update "AiO\x64\Sources\boot.wim" 2 --command="add 'Dart_w10\Dart_w10\2\' '\'" Bin\wimlib-imagex update "AiO\x64\Sources\boot.wim" 2 --command="add 'Dart_w10\Dart_w10_DeBug\2\' '\'" Bin\wimlib-imagex update "AiO\x64\Sources\boot.wim" 2 --command="add 'Dart_w10\Dart_w10_en-US\2\' '\'" and Code: Bin\wimlib-imagex extract "aio\x64\sources\install.wim" 1 Windows\System32\Recovery\winre.wim --no-acls --dest-dir=Winre_x64 echo. echo Adding DaRT To Winre.wim... echo. Bin\wimlib-imagex update "Winre_x64\WinRE.wim" 1 --command="add 'Dart_w10\Dart_w10\2\' '\'" Bin\wimlib-imagex update "Winre_x64\WinRE.wim" 1 --command="add 'Dart_w10\Dart_w10_DeBug\2\' '\'" Bin\wimlib-imagex update "Winre_x64\WinRE.wim" 1 --command="add 'Dart_w10\Dart_w10_en-US\2\' '\'" echo. echo Putting Winre.wim Back In Install.wim... echo. Bin\wimlib-imagex update "AiO\x64\sources\install.wim" %%i --command="add 'Winre_x64\Winre.wim' '\Windows\System32\Recovery\winre.wim'" >nul
All new 1903/9 (19362/3.900) updates: https://forums.mydigitallife.net/threads/windows-10-hotfix-repository.57050/page-500#post-1601889
Which one is the latest 1909 ISO? Is it this one en_windows_10_consumer_editions_version_1909_updated_may_2020_x64_dvd_4b329408.iso ?