Hi guys i'm trying to integrate tool dart in wimdows 10 64b recovery disk (300mb)with dism.exe. i copied the files in win10 following these commands but the command is not recognized, can you help me Dism.exe /Mount-Image /Imagefile:<WinPE.wim> /Index:1 /MountDir:<Mount-Folder> - Apply the DaRT 10 + DaRT 10 languages pack + DaRT 10 Debug Tools images to the mounted folder using the below commands - Commit changes and unmount the WinPE image using the below command - Rebuild the WinPE image using the below command Code: Dism.exe /Apply-Image /ImageFileart_w10.tpk /Index:2 /ApplyDir:<Mount-Folder> Dism.exe /Apply-Image /ImageFileart_w10_en-US.tpk /Index:2 /ApplyDir:<Mount-Folder> Dism.exe /Apply-Image /ImageFileebugTools_w10_rs6.tpk /Index:2 /ApplyDir:<Mount-Folder> Code: Dism.exe /UnMount-Image /MountDir:<Mount-Folder> /Commit thank you. Code: Dism /Export-Image /SourceImageFile:<WinPE.wim> /SourceIndex:1 /DestinationImageFile:<New
You need to modify the Windows\System32\winpeshl.ini in winre.wim like below Code: [LaunchApps] %windir%\system32\wpeinit.exe %windir%\system32\netstart.exe %systemdrive%\sources\recovery\recenv.exe
I should have realised if I'd read the Readme file better. My working image has only one index, so the option to trim unselected indexes was not offered to me.
If you started PowerShell as an administrator, simply enter the Command Prompt by typing: cmd Then place your dism command and correct the ending: /MountDir:<Mount ? to /MountDir:Mount Unrelated to the situation, but just as a curiosity: If I understand correctly, PowerShell executes the dism in sublayer mode, using other commands, it does not cover all the functions of the dism, but it is much faster when exporting multiple indexes.
@Enthousiast | @MSMG Question about .NET 4.8 integration for LTSC. After all new info/KB-files additions and MSMG fixes I feel a bit confused of this long .NET part of the main LTSC post , especially after the new info from @abbodi1406 1) Which ones of KB / cab files I actually should take, if I want ONLY NEW+UPDATED .NET 4.8 ? (none of other versions are necessary for me). Show me the most short and clear way, please. 2) Should I proceed with .NET 4.8 integration into LTSC at the very last stage after pre-applying the previous steps (same as in this post) ? So is there an instructions collision? Should readme part for LTSC (1809) be fixed then? Thanks in advance.
@MSMG right now I'm working with the new version (10.9) and using the image from Win10 Education en-US x64 20H2 I could see that in the option to remove components \ remove Adobe flash player, Internet Explorer ALSO removed the Edge Chromium browser in this way I thought it best to warn you so that another line of code is made, this browser is also ,of course I decided to communicate in advance so that other users do not have to start the process again ok. EDIT: I also saw that the image of the version does not match see figure
@Enthousiast I just want to know for sure all .NET 4.8 KB packages (cab/msu) I need to proceed with full & updated .NET I have in plans to mount everything (for single LTSC edition), update SetupMedia too, and the rest of pieces, as usual. I'm confused with that amount of parts for .NET and unclear steps to integrate using MSMG. Please, read my previous post. I beleive, before KB4586860 I did all these steps properly? So what I should change then, after KB4586860 has came?
There is the - base dotnetfx48 adding cab MSU (kb4486153) - a language pack, if needed (kb4486154 >> kb4486176 depending on the language) - and the current dotnetfx35-48 CU (kb4586877).
@Enthousiast Superb! Exactly what I want to know. And thankfully to your recently updated post I didn't miss the build was updated to 1613. Greatly appreciated !!!
well i finished my work with Toolkit v10.9 where i could see big changes made by our Master MSMG mama mia!! and what changes! in this version it is clear that it was much more objective, comprehensive in my point of view, of course there is always something to fix but this is normal I just have to thank our partner since the days of W8.1 when we tried hard way and even in a desperate way via Powershell or using install.tweak remember because it is I believe that we are on the right path since M$FT insists on transforming the operating system into something like one Shopping center or using the system only on smartphones and relegating PCs to the background ... I just end by saying: CONGRATULATIONS Master you are really the guy EDIT: I forgot to say that my install.esd was only 3.2GB
Code: =============================================================================== MSMG ToolKit - Integrate Windows Updates =============================================================================== ------------------------------------------------------------------------------- ####Starting Integrating Windows Updates####################################### ------------------------------------------------------------------------------- Image : Install.wim Image Index : 1 Image Architecture : x64 Image Version : 10.0.19041.1.0 ------------------------------------------------------------------------------- ####Processing Windows Updates Packages######################################## ------------------------------------------------------------------------------- Creating Windows Updates Packages Temporary folder... Extracting .CAB Package files to Temporary folder... Finished Extracting .CAB Package files to Temporary folder... ------------------------------------------------------------------------------- ####Integrating Windows Updates################################################ ------------------------------------------------------------------------------- ===========================[Install.wim, Index : 1]============================ Deployment Image Servicing and Management tool Version: 10.0.20262.1 Image Version: 10.0.19041.1 Processing 1 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.630.1.6 [==========================100.0%==========================] An error occurred - Package_for_RollupFix Error: 0x800f0988 Processing 2 of 2 - Adding package Package_for_KB4586864~31bf3856ad364e35~amd64~~19041.621.1.0 [==========================100.0%==========================] Error: 0x800f0988 The command completed with errors. For more information, refer to the log file. The DISM log file can be found at C:\Users\User\Desktop\Toolkit_v10.9\Logs\Dism.txt ------------------------------------------------------------------------------- Generating Windows Updates Integration LOG File... ------------------------------------------------------------------------------- Writing Windows Updates Integration Log file. ------------------------------------------------------------------------------- Cleaning Up Temporary Files & Folders... ------------------------------------------------------------------------------- Cleaning Up Windows Updates Temporary folder. ------------------------------------------------------------------------------- ####Finished Integrating Windows Updates####################################### ------------------------------------------------------------------------------- =============================================================================== Press any key to continue . . . .