oficial or reconstructed 2021 ltsc n evaluation doesn't find newest cumulative updates - 2023-06 is the latest
In order to help you and possibly correct any errors, I need you to tell me what script or method you're using to rebuild the edition. What post did you use? This way, we can fix the "license" issue.
@TesterMachineOS this license error was during 22000.194 rebuild, on 2200.3260 everything fine, thank you, can you tell me what about telemetry in ltsc build?
Windows 11 LTSC builds 21H2/22H2/23H2/24H2 are based on an original ISO (Whether official or leaked). Therefore, telemetry may or may not be active. I recommend visiting this thread to disable it if you wish. https://forums.mydigitallife.net/th...lemetry-repository.63874/page-66#post-1686849 by freddie-o
Some unofficial editions\builds are not officially supported even though CU has their variants. Especially N Evaluation. To determine which editions are supported, check update.mum in CU. 1. Firstly, check CU update.mum. 2. Is the Edition mum is complete for 19041.1 and CU? 3. If CU failed, lastly, check whether or not those updates are existent in CUs.
What stops you @xinso from making an update for 20348, why is gailium capable of doing it but not you? Is it that impossible that no one has managed to do it? Are windows packages *that* crazy to modify?
Q: Which is better (safer)? Code: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="remove"> <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.19041.1" processorArchitecture="arm64" publicKeyToken="31bf3856ad364e35" language="neutral" /> </package> <package action="install"> <assemblyIdentity name="Microsoft-Windows-EnterpriseSNEvalEdition" version="10.0.19041.1" processorArchitecture="arm64" publicKeyToken="31bf3856ad364e35" language="neutral" /> <source location="sxs\Microsoft-Windows-EnterpriseSNEvalEdition~31bf3856ad364e35~arm64~~10.0.19041.1.mum" /> </package> </servicing> </unattend> Code: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="install"> <assemblyIdentity name="Microsoft-Windows-EnterpriseSNEvalEdition" version="10.0.19041.1" processorArchitecture="arm64" publicKeyToken="31bf3856ad364e35" language="neutral" /> <source location="sxs\Microsoft-Windows-EnterpriseSNEvalEdition~31bf3856ad364e35~arm64~~10.0.19041.1.mum" /> </package> <package action="remove"> <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.19041.1" processorArchitecture="arm64" publicKeyToken="31bf3856ad364e35" language="neutral" /> </package> </servicing> </unattend>
A1: gailium119 is being capable of "Packing\Repacking". A2: Only 27XXX Preview which will check "integrity" for Package. (If no solution? No more "custom" after 26100.1.)