After the updates integration, you need to apply the Updates to Setup Media. This is for update the setup installation DVD files after the updates integration. Besides of that, it can be some configs in your VM.
abbodi1406 released the new uup-converter-wimlib v84. So, I take the opportunity to send new changes from today, that I would release only in Merge with the next Toolkit release. Edit 2022-09-19: New CustomToolkit,
Did you check carefully if that build is supported by the toolkit? It should be in the readme. Cheers.
Sir Please let me know the method to integrate dependent appx with version 12.5 or 12.6 for screen snip to properly function without any issues. Also is en-us_windows_10_enterprise_ltsc_2021_x64_dvd_d289cf96.iso compatible with 12.6 ?. Thank you.
Little bit confused after applying menu. What to choose U or C. I choose C but there is no image. Edit: im succeed. Thank you brother
Can @MSMG or anyone give the correct method (and the contents of the packages list WHICH SHOULD NOT BE REMOVED if any to avoid sfc errors) to be followed to service LTSC 2021 official image with version 12.5 or 12.6 whichever is compatible ? I am getting sfc error and screen snip fails to work for official LTSC 2021 image : en-us_windows_10_enterprise_ltsc_2021_x64_dvd_d289cf96.iso serviced with version 12.6. Please. Thank you
Some have already observed my signature and have already downloaded... The delay observed by @bala1 was severe for those who do not want to use the "Auto Label" option when creating ISO (then, if you use this function, only for builds from 18362 to 19045, the mounting process, obtaining the data and downstairs, will be displayed). Also, for those who use the "WIM/ESD Multi Image Index Deletion" option, when choosing the desired indexes. In addition to being a time consuming process, it was being repeated, which brought a very crazy boredom, hehehehe. Note: "Label" is the name of the unit that appears next to the letter of the DVD or USB drive, observed in Windows Explorer. 1. You can use the label of your ISO source - is the first option presented. 2. Auto Label, customizes with your newly personalized build data. 3. You can put the name manually.
i disabled windows defender through msmgtoolkit applied through tweaks now i can not enable it after installing. Is there a way to re enable defender
I seem to found a bug. In language integration menu %LanguagePackCode% missing in a few lines. Code: Line 3340: if "%SelectedSourceOS%" neq "w7" if "%SelectedSourceOS%" neq "w81" if "%ImageInstallationType:~,6%" neq "Server" if not exist "%BootMount%\2\Windows\servicing\Packages\WinPE-Setup-Client-Package~31bf3856ad364e35~%PackageArchitecture%~~%PackageVersion%.%PackageServicePackBuild%.cab" if not exist "%Packs%\LanguagePacks\%SelectedSourceOS%\%PackageVersion%\%ImageArchitecture%\WinPE-Setup-Client-Package~31bf3856ad364e35~%PackageArchitecture%~~%PackageVersion%.%PackageServicePackBuild%.cab" ( Line 3340: if "%SelectedSourceOS%" neq "w7" if "%SelectedSourceOS%" neq "w81" if "%ImageInstallationType:~,6%" neq "Server" if not exist "%BootMount%\2\Windows\servicing\Packages\WinPE-Setup-Client-Package~31bf3856ad364e35~%PackageArchitecture%~~%PackageVersion%.%PackageServicePackBuild%.cab" if not exist "%Packs%\LanguagePacks\%SelectedSourceOS%\%PackageVersion%\%ImageArchitecture%\WinPE-Setup-Client-Package~31bf3856ad364e35~%PackageArchitecture%~~%PackageVersion%.%PackageServicePackBuild%.cab" ( Line 3343: echo."WinPE-Setup-Client-Package~31bf3856ad364e35~%PackageArchitecture%~~%PackageVersion%.%PackageServicePackBuild%.cab" Line 3603: echo."WinPE-Setup-Client-Package~31bf3856ad364e35~%PackageArchitecture%~~6.3.9600.%PackageServicePackBuild%.cab" Line 3948: if "%SelectedSourceOS%" neq "w7" if "%SelectedSourceOS%" neq "w81" if not exist "%BootMount%\2\Windows\servicing\Packages\WinPE-Setup-Client-Package~31bf3856ad364e35~%PackageArchitecture%~~%PackageVersion%.%PackageServicePackBuild%.cab" ( Line 3952: call :AddPackage "%BootMount%\2", "%Packs%\LanguagePacks\%SelectedSourceOS%\%PackageVersion%\%ImageArchitecture%\WinPE-Setup-Client-Package~31bf3856ad364e35~%PackageArchitecture%~~%PackageVersion%.%PackageServicePackBuild%.cab" Line 3372: if "%SelectedSourceOS%" neq "w7" if "%SelectedSourceOS%" neq "w81" if not exist "%BootMount%\2\Windows\servicing\Packages\WinPE-Setup-Package~31bf3856ad364e35~%PackageArchitecture%~~%PackageVersion%.%PackageServicePackBuild%.cab" if not exist "%Packs%\LanguagePacks\%SelectedSourceOS%\%PackageVersion%\%ImageArchitecture%\WinPE-Setup-Package~31bf3856ad364e35~%PackageArchitecture%~~%PackageVersion%.%PackageServicePackBuild%.cab" ( Line 3372: if "%SelectedSourceOS%" neq "w7" if "%SelectedSourceOS%" neq "w81" if not exist "%BootMount%\2\Windows\servicing\Packages\WinPE-Setup-Package~31bf3856ad364e35~%PackageArchitecture%~~%PackageVersion%.%PackageServicePackBuild%.cab" if not exist "%Packs%\LanguagePacks\%SelectedSourceOS%\%PackageVersion%\%ImageArchitecture%\WinPE-Setup-Package~31bf3856ad364e35~%PackageArchitecture%~~%PackageVersion%.%PackageServicePackBuild%.cab" ( Line 3375: echo."WinPE-Setup-Package~31bf3856ad364e35~%PackageArchitecture%~~%PackageVersion%.%PackageServicePackBuild%.cab" Line 3933: if "%SelectedSourceOS%" neq "w7" if "%SelectedSourceOS%" neq "w81" if not exist "%BootMount%\2\Windows\servicing\Packages\WinPE-Setup-Package~31bf3856ad364e35~%PackageArchitecture%~~%PackageVersion%.%PackageServicePackBuild%.cab" ( Line 3937: call :AddPackage "%BootMount%\2", "%Packs%\LanguagePacks\%SelectedSourceOS%\%PackageVersion%\%ImageArchitecture%\WinPE-Setup-Package~31bf3856ad364e35~%PackageArchitecture%~~%PackageVersion%.%PackageServicePackBuild%.cab"