So I have to use the windows10.0-kb4601382-x64.cab from UUP instead of the windows10.0-kb4601382-x64_87d4ba1dac3ea12aee681b660c505607ae9b01f3.msu from the Windows Update Catalog?
MSMG, How can I remove offline onedrive from the image (in an official way) or is it still impossible to do it?
@MSMG In the "Remove System Component Menu" section pressing A and B both toggle option A, option B cannot be toggled. In the "Remove System Apps Menu" section 04 does nothing, it does not select or deselect option 04.
Yes Yes! I'm just waiting for @MSMG to be able to answer some questions that I sent about some details. Spoiler: RemoveSystemMenu In RemoveSystemMenu You need to invert the positions of the follow lines and save. from Code: if errorlevel 1 ( if "%C_DeviceLockdown%" equ "+" ( set "C_DeviceLockdown=-" ) else ( set "C_DeviceLockdown=+" ) ) if errorlevel 2 ( if "%C_EaseOfAccessThemes%" equ "+" ( set "C_EaseOfAccessThemes=-" ) else ( set "C_EaseOfAccessThemes=+" ) ) to Code: if errorlevel 2 ( if "%C_EaseOfAccessThemes%" equ "+" ( set "C_EaseOfAccessThemes=-" ) else ( set "C_EaseOfAccessThemes=+" ) ) if errorlevel 1 ( if "%C_DeviceLockdown%" equ "+" ( set "C_DeviceLockdown=-" ) else ( set "C_DeviceLockdown=+" ) ) Spoiler: RemoveWindowsAppsMenu In RemoveWindowsAppsMenu replace all Code: set "CallingShellApp= for Code: set "C_CallingShellApp= replace all Code: echo [ for Code: echo. [ in if /i "!MenuChoice!" equ "A" ( there are a missing line. just add the follow line if "%ImageArchitecture%" equ "x64" set "C_MixedRealityPortal=-" Spoiler: related with UpdateMenu and replace all Code: call: ReadingUpdatedImageInformation > null for Code: call :ReadingUpdatedImageInformation >nul edit: rearranged
There is No Microsoft .NET Framework 4.8 for Windows 10 Enterprise 2019 LTSC Version 1809 in the MSMG ToolKit Download Link
Installing Edge Chromium either through standalone package or through enablement package will create the pending.xml, Yes choosing No to Edge in WHD will allow cleanup image. Running cleanup-image will cause the ghost SFC error in v2004/20H2/v2H1 images.
It's difficult since you can't have a pre-defined settings to know which file and registry needs to be retained for packs.
Yes SmartScreen is working without Defender, you can remove it from compatibility list. SamrtScreen is required for choosing the Apps->Apps & features->Choose where to get Apps.
ESD to wim has been moved to [1] Source -> [5] Extract Source from Store ESD Image [6] Extract Source from Media Creation Tool Image [7] Extract Source from Custom Windows ESD Image
W10 21H1 Enablment contains the 20H2 Enablement files and so have used only the latest enablement pack. Either using the 20H2 Enablement package or the standalone Edge Chromium package to get Edge Chromium will end up getting updated once being online, so it's better to use Edge Chromium standalone package