Try other packs like NETF35, Windows Data Deduplication, Open Secure Shell, Microsoft Default Inbox Apps to see if it breaks the WMR. Yes will be fixing the Win32Calc pack in next version.
Check with selecting All Indexes and here its' working, have uploaded newer version today with fixes for icons integration and other features, do download use it. Code: =============================================================================== MSMG ToolKit - Select Source from <DVD> folder =============================================================================== ------------------------------------------------------------------------------- ####Selecting Source Images#################################################### ------------------------------------------------------------------------------- Reading Image Information... =============================================================================== | Index | Arch | Name =============================================================================== | 1 | x64 | Windows 10 Pro | 2 | x64 | Windows 10 Enterprise LTSC =============================================================================== Enter the Image Index # [Range : 1,...2 or 'A'll 'Q'uit] : A Do you want to mount Windows Setup Boot Image ? ['Y'es/'N'o] : N Do you want to mount Windows Recovery Image ? ['Y'es/'N'o] : Y ------------------------------------------------------------------------------- ####Source Image Information################################################### ------------------------------------------------------------------------------- Image : Install.wim Image Index No : 1,2 Image Architecture : x64 Image Version : 10.0.17763 Image Service Pack Build : 2114 Image Service Pack Level : 0 Image Build : 17763 Image Default Language : en-US ------------------------------------------------------------------------------- ####Mounting Source Images##################################################### ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- Mounting [Install.wim, Index : 1] Image at <\Mount\Install\1>... ------------------------------------------------------------------------------- Deployment Image Servicing and Management tool Version: 10.0.22000.1 Mounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------------------------- Mounting [Install.wim, Index : 2] Image at <\Mount\Install\2>... ------------------------------------------------------------------------------- Deployment Image Servicing and Management tool Version: 10.0.22000.1 Mounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------------------------- Mounting [Install.wim, Index : 1 -> WinRE.wim] Image at <\Mount\WinRE>... ------------------------------------------------------------------------------- Deployment Image Servicing and Management tool Version: 10.0.22000.1 Mounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------------------------- ####Finished Selecting & Mounting Source Images################################ ------------------------------------------------------------------------------- =============================================================================== Press any key to continue . . .
How soon will support for removing packets using RemovePkgsList.txt (DISM) be enabled for WINDOWS 11 INSIDER PREVIEW 10.0.22000.132? What to change in Toolkit.cmd so that only RemovePkgsList.txt can be seen? Ready to test. thanks
Tested the integration of NET Framework 3.5 into the image 19043.1200 with Toolkit.cmd of 20.08.2021 . WMR works. Looking forward to fixing Win32Calc.
Yes, the final image size will certainly be larger, precisely because you skipped cleaning the replaced components. But now you have a clean sfc without errors. This is what you wanted. I suggested it to you so that you can see how it happens. It is better to see for yourself 1 time and make sure than to hear it 100 times (I noticed that it is very difficult for some Toolkit users to understand this) In fact, the errors of the sfc after clearing the component storage are a Microsoft bug, and this is observed only with images of Win 10 v2004-v20H2-v21H1-v21H2. This is not observed with LTSC v1809 images and other versions of Windows. By the way, the images of Windowws 11 are also devoid of this drawback. And now it's up to you to decide what is more important for you - the absence of sfc errors after installation, or the final ISO size. But you should remember that after installing OC, we usually run the command anyway Dism.exe /Online /Cleanup-Image /StartComponentCleanup (/ResetBase), and then cleaning in the online system will cause sfc errors in the same way. Based on this, decide what to do. And yet-do not worry, these errors are not critical, and they are easily corrected with the help of an sfc/scannow scan. Why then skip cleaning the image during processing in the Toolkit, if after cleaning in the installed system we get the same sfc errors again? - perhaps you may ask. And in order to get a clean image, for example, we can see whether the work was done correctly ToolkitHealper.exe, and so on. (moreover, not everyone is well versed in the subtleties of reading CBS. log)
Yes, in order to get a fully updated ISO, it is better to use Feature Updates from uupdump.net. These sets, in addition to Cumulative Updates, include updated files for the Windows installer (DU for Sources) and updates for WinPE.
Allô @MSMG, Errors here to rebuild VCRUNTIME from images 7/81/10 Verification ; Code: mistake ; for %%i in (Certificados, VC_2005, VC_2008, VC_2010, VC_2012, VC_2013, VC_2022, VC_Legacy) faça ( if not exist "%VCRuntime% \ %%i_%ImageArchitecture%.reg" ( echo.Microsoft Visual C++ Runtime Pack file "%%i_%ImageArchitecture%.reg" not found... echo. echo.Please copy the above file to ^<Packs\VCRuntime\%SelectedSourceOS%^> folder... goto :Stop ) ) to ; if "% SelectedSourceOS%" neq "w10" ( for %% i in (Certificados, VC_2005, VC_2008, VC_2010, VC_2012, VC_2013, VC_2019, VC_Legacy) faça ( if not exist "% VCRuntime% \ %% i_% ImageArchitecture% .reg" ( echo.Microsoft Visual C++ Runtime Pack file "%%i_%ImageArchitecture%.reg" not found... echo. echo.Please copy the above file to ^<Packs\VCRuntime\%SelectedSourceOS%^> folder... goto :Stop ) ) ) else ( for %%i in (Certificates, VC_2005, VC_2008, VC_2010, VC_2012, VC_2013, VC_2022, VC_Legacy) do ( if not exist "%VCRuntime%\%%i_%ImageArchitecture%.reg" ( echo.Microsoft Visual C++ Runtime Pack file "%%i_%ImageArchitecture%.reg" not found... echo. echo.Please copy the above file to ^<Packs\VCRuntime\%SelectedSourceOS%^> folder... goto :Stop ) ) ) Installation ; mistake ; for %%i in (Certificates, VC_2005, VC_2008, VC_2010, VC_2012, VC_2013, VC_2022, VC_Legacy) do ( call :ImportRegistry2Image "%VCRuntime%\%%i_%ImageArchitecture%.reg" ) to ; if "%SelectedSourceOS%" neq "w10" ( for %%i in (Certificates, VC_2005, VC_2008, VC_2010, VC_2012, VC_2013, VC_2019, VC_Legacy) do ( chamar: ImportRegistry2Image "%VCRuntime%\%%i_%ImageArchitecture%.reg" ) ) else ( for %%i in (Certificados, VC_2005, VC_2008, VC_2010, VC_2012, VC_2013, VC_2022, VC_Legacy) faça ( chamar: ImportRegistry2Image "%VCRuntime%\%%i_%ImageArchitecture%.reg" ) )