I already know that it is not the same, so I asked to make sure that I might be encountering such a problem because the tool on which I created version 25398.1 was problematic.
If you already have Professional: https://forums.mydigitallife.net/posts/1825193/ 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.25398.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /> </package> <package action="install"> <assemblyIdentity name="Microsoft-Windows-EnterpriseSEdition" version="10.0.25398.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /> <source location="D:\test\Microsoft-Windows-EnterpriseSEdition~31bf3856ad364e35~amd64~~10.0.25398.1.mum" /> </package> </servicing> </unattend>
Although the reconstruction from Server to Client often leads to component corruption, this is the simplest method to make unofficial Client.
If apply unattend is successful, you will already receive LTSC. The display here shows ServerDatacenterCore only because the image name has not been modified yet.
dism /image:[mount or offline system path] /add-package /packagepath:[SSU Path] /packagepath:[LCU Path]