this one? https://forums.mydigitallife.net/th...s-reconstructions.88605/page-155#post-1894674 corrupted winre.wim and professional.mum is without win4 and win4-wow64 - updates won't work
construction of 25398 is successful with explodesxs, but without winre.wim edit: winre.wim added how to get rid of microsoft edge entry in installed apps list? edge is in windows/systemapps after remove-appxpackage there is message "app is part of windows and cannot be uninstalled"
Microsoft-Windows-EditionSpecific-Professional-Package~31bf3856ad364e35~amd64~~10.0.25398.1 ---> Microsoft-Windows-Internet-Browser-Package~31bf3856ad364e35~amd64~~10.0.25398.1
Q: How to intergrate 19041.6575 (the very first ESU for AC) Windows10.0-KB5068781-x64.cab to LTSC? PS: 1. When online, the installation is OK by hand or thru Windows Update. 2. The error is the very same when AC is not qualified for ESU. Code: ------------------------------------------------------------ Add Cumulative update to EnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.6575.1.22 [==========================100.0%==========================] Package_for_RollupFix: The specified image is no longer serviceable and may be corrupted. Discard the modified image and start again. Error: 0x80073713 Error: 14099 The specified image is no longer serviceable and may be corrupted. Discard the modified image and start again.
when you say by hand, did you mod any files ?... e.g like this one Code: amd64_microsoft-windows-s..edsecurityupdatesai_31bf3856ad364e35_25.10.0.0_none_eeb9d8760f514b22.manifest
A WinPE desktop environment is coming soon; the code is not yet complete. Code: copy /y Microsoft-Windows-EditionPack-WinPE-WOW64-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum %MT%\Windows\servicing\Packages\Microsoft-Windows-EditionPack-WinPE-WOW64-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum copy /y Microsoft-Windows-EditionPack-WinPE-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum %MT%\Windows\servicing\Packages\Microsoft-Windows-EditionPack-WinPE-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum echo remove Microsoft-Windows-WinPE-SKU-Foundation-WOW64-Package Dism /quiet /image:%MT% /Disable-Feature:"2aaa1734164d46df714ad0f4278b5ae7" /PackageName:Microsoft-Windows-EditionPack-WinPE-WOW64-Package~31bf3856ad364e35~amd64~~10.0.28000.1 echo remove Microsoft-Windows-WinPE-SKU-Foundation-Package Dism /quiet /image:%MT% /Disable-Feature:"70654877ae87a56d068dd30f2bc7349e" /PackageName:Microsoft-Windows-EditionPack-WinPE-Package~31bf3856ad364e35~amd64~~10.0.28000.1 echo remove Microsoft-Windows-CoreSystem-Package Dism /quiet /image:%MT% /Disable-Feature:"701123ee01e19c785d9fb701de68772b" /PackageName:Microsoft-Windows-EditionPack-WinPE-Package~31bf3856ad364e35~amd64~~10.0.28000.1 copy /y bin\Microsoft-Windows-EditionPack-WinPE-WOW64-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum %MT%\Windows\servicing\Packages\Microsoft-Windows-EditionPack-WinPE-WOW64-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum copy /y bin\Microsoft-Windows-EditionPack-WinPE-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum %MT%\Windows\servicing\Packages\Microsoft-Windows-EditionPack-WinPE-Package~31bf3856ad364e35~amd64~~10.0.28000.1.mum echo. echo ============================================================ echo desktop echo ============================================================ echo. dism /english /image:%MT% /apply-unattend:"sxs\winpe.xml" echo. echo ============================================================ echo lang echo ============================================================ echo. dism /english /image:%MT% /apply-unattend:"sxs\winpelang.xml" echo. echo ============================================================ echo desktop echo ============================================================ echo. dism /english /image:%MT% /apply-unattend:"sxs\winpeboot.xml"
Script starts ---> Script installs CU (CU failed) ---> Script paused ---> Install CU by Dism++ (CU completed) ---> Press Enter to continue
Q: What about 19044.6456 LTSC? Could it receive 19041.6575 CU and work after reboot? I tried 19045.6456 (to disable Edge). Windows Update stops pushing new CU anymore. Then I shutdown and install 6575 CU. It boots to BSOD. Abnormal. I tried 19044.6456. Windows Update installs 6575 CU. After restart, it is up to date. Restart? It still boots to Desktop. Normal.
I haven't managed to get LTSC 28000 working yet. I'm looking for the package that checks the integrity of `mum` and `cat` in WinPE; it's the smallest OS.