EnterpriseG supports a maximum of two languages in install.wim; the sr-Latn-RS language cannot be patched because there are too many characters for ProductOptions.reg.
No, I corrected the productoptions key directly in the registry and EnterpriseG-ppdlic.xrm-ms using Notepad. I managed to install the cmit package in version 28000.1 with CEIPEnable.admx and its English translation; the OOBE is OK.
@winosr25 hello i read you 28000.4 build post here https://forums.mydigitallife.net/th...s-reconstructions.88605/page-265#post-1914927 where you get 28000.4 files and packages? can't find them at uup can you upload script or smthing for this part? truing to learn your method.. its looks promising thanks
@winosr25 thank you. "does this CMIT pack EnterpriseG 28000.1 would work on enterprise g? do i need to mod it for working on 28000,4?" sorry i get it "CMIT pack" is a different story.. aimed to recreate 28000.1 will 28000.4 with admx, adml policies gives me same telemetry blocking abbilities? in another words does this policies the main source of telemetry blocking?
Q: What is Microsoft-Windows-CorePEEdition? 1. CorePE.wim (Boot.wim), 94,311 KB 2. NanoServer.wim, 166,141 KB 3. WinVOS.wim, 197,512 KB
19044.7417 official enterpriseseval updated online without "end of support" notification it seems that enterpriseseval (81) can be updated too without esu - not only enterprises (7d), enterprisesn (7e), iotenterprises (bf) and enterpriseg (ab) i wonder if enterprisesneval (82) too
offline method with official enterpriseseval 2021 works too (official ssu) Code: C:\Users\LocalAdmin\Downloads>dism /image:mount /add-package:Windows10.0-KB5094127-x64.cab Deployment Image Servicing and Management tool Version: 10.0.19041.3636 Image Version: 10.0.19044.1288 Processing 1 of 1 - The operation completed successfully.
offline method with official enterprisesneval 2021 doesn't work Code: C:\Users\LocalAdmin\Downloads>dism /image:mount /add-package:Windows10.0-KB5094127-x64.cab Deployment Image Servicing and Management tool Version: 10.0.19041.3636 Image Version: 10.0.19044.1288 Processing 1 of 1 - An error occurred - Error: 0x800f0984 Error: 0x800f0984 DISM failed. No operation was performed. For more information, review the log file. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log in dism.log Error CSI 00000016 (F) Matching binary resources.en-US.pri missing for component Microsoft-Windows-ShellExperienceHost.AppxMain.Resources, version 10.0.19041.6033, arch amd64, culture [l:5]'en-US', nonSxS, pkt {l:8 b:31bf3856ad364e35}[gle=0x80004005] let's fix
29617.1000 professional x64 constructed by MUCS Code: C:\Users\LocalAdmin\Downloads\mucs>dism /image:mount /get-currentedition /english Deployment Image Servicing and Management tool Version: 10.0.19041.3636 Image Version: 10.0.29617.1000 Current edition is: Current Edition : Professional The operation completed successfully.
@winosr25 Hello, i am using your method on 28000.4 from your g.7z archive the strange things 1. "01.xml" has a string " <package action="remove"> <assemblyIdentity name="WinPE-Speech-TTS-fr-FR-Package" version="10.0.28000.4" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /> </package>" i dont have this package because i use pure en-US version.. so it gives me some error during boot to winpe conversion 2. on second phase "00s.xml has string " <package action="remove"> <assemblyIdentity name="Microsoft-Windows-EnterpriseGEdition" version="10.0.19041.1415" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /> </package>" this is probably wrong and the string must be " <package action="remove"> <assemblyIdentity name="Microsoft-Windows-winpe-package" version="10.0.28000.4" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" /> </package>" with this two fixes constructon completed with success but with few 80004005 errors 3. the problem: i trued to install constructed g but has error at 5%... on second attempt i applied install.wim to target volume, in this case i get error "windows setup experienced unexpected error. to install windows restart the installation" seems like oobe doesnot started? plx help