Windows Editions Reconstruction Project

Discussion in 'Windows 10' started by whatever127, Jan 10, 2020.

  1. delMicron

    delMicron MDL Junior Member

    Dec 28, 2021
    52
    24
    0
    Done.
     

    Attached Files:

  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    #6642 xinso, Feb 6, 2022
    Last edited: Feb 6, 2022
    It tells that it is EnterprseG, isn't it?

    We don't need following CMGE systems, but we'd want its CMGE Group policy and Telemetry Group policy.
    Code:
    \Program Files\
    CMITActivation
    CMITControlCenter
    CMITOfflineUpdateInstaller
    CmitUpdateAgent
    
     
  3. delMicron

    delMicron MDL Junior Member

    Dec 28, 2021
    52
    24
    0
    Of course but in the en-US.

    I need to translate the zh-CN to en-US first one to play with step 2.
    Is'nt right?
     

    Attached Files:

  4. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    #6644 freddie-o, Feb 6, 2022
    Last edited: Feb 6, 2022
    EnterpriseG is almost like Pro -- but without Onedrive, Windows Defender, Edge -- less Telemetry
    CMGE removed more bloat and telemetry
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    #6646 xinso, Feb 7, 2022
    Last edited: Feb 7, 2022
    Nothing but language changed, IMHO.
     
  7. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    769
    466
    30
    Agreed.Once it's done we can make a de-microsofted windows.
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    #6648 xinso, Feb 7, 2022
    Last edited: Feb 7, 2022
    install.wim\Windows\Temp, Panther, Setup, Wallpapers, and some files in System App related folders are all about OEM CMGE.
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    #6651 xinso, Feb 8, 2022
    Last edited: Feb 8, 2022
    There are CompositionEditionID and EditionID in registry.

    e.g. In EnterpriseSEdition image, CompositionEditionID is Parent Edition, i.e. EnterpriseS. And EditionID can be Parent or Virtual Edition. i.e. either EnterpriseS or IoTEnterpriseS, depending on the key being used.

    Q: What is the target of LCU?
    A: Parent Editon. i.e. EnterpriseSEdition.

    Q: What s the target of Windows Update?
    A: EditionID.
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    #6652 xinso, Feb 8, 2022
    Last edited: Feb 8, 2022
    Test 19044.1503 Windows 10 IoT Enterprise LTSC amd64 fi-FI Reconstruction
    Code:
    WIM Information:
    ---------------------
    GUID:{AA2064FE-9928-4AFD-A159-14DC1A983227}
    Image Count:1
    Compression:LZX
    Part Number:1/1
    Attributes:0x8
    RP_FIX
    
    Image Index: 1
    -------------------
    Name:Windows 10 IoT Enterprise LTSC 2021
    Description:Windows 10 IoT Enterprise LTSC 2021
    Flags:IoTEnterpriseS
    Files:87609
    Folders:26088
    Expanded Size:12268 MB
    
    
    WIM XML Information:
    ---------------------------
    <WIM>
      <IMAGE INDEX="1">
        <DIRCOUNT>26088</DIRCOUNT>
        <FILECOUNT>87609</FILECOUNT>
        <TOTALBYTES>12864728533</TOTALBYTES>
        <HARDLINKBYTES>5622849749</HARDLINKBYTES>
        <CREATIONTIME>
          <HIGHPART>0x01D81CB9</HIGHPART>
          <LOWPART>0x7D17EB9A</LOWPART>
        </CREATIONTIME>
        <LASTMODIFICATIONTIME>
          <HIGHPART>0x01D81CB9</HIGHPART>
          <LOWPART>0x7D17EB9A</LOWPART>
        </LASTMODIFICATIONTIME>
        <WIMBOOT>0</WIMBOOT>
        <WINDOWS>
          <ARCH>9</ARCH>
          <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME>
          <EDITIONID>IoTEnterpriseS</EDITIONID>
          <INSTALLATIONTYPE>Client</INSTALLATIONTYPE>
          <SERVICINGDATA>
            <IMAGESTATE>IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE</IMAGESTATE>
            <GDRDUREVISION>0</GDRDUREVISION>
            <PKEYCONFIGVERSION>10.0.19041.1202;2016-01-01T00:00:00Z</PKEYCONFIGVERSION>
          </SERVICINGDATA>
          <PRODUCTTYPE>WinNT</PRODUCTTYPE>
          <PRODUCTSUITE>Terminal Server</PRODUCTSUITE>
          <LANGUAGES>
            <LANGUAGE>fi-FI</LANGUAGE>
            <FALLBACK LANGUAGE="fi-FI">en-US</FALLBACK>
            <DEFAULT>fi-FI</DEFAULT>
          </LANGUAGES>
          <VERSION>
            <MAJOR>10</MAJOR>
            <MINOR>0</MINOR>
            <BUILD>19044</BUILD>
            <SPBUILD>1503</SPBUILD>
            <SPLEVEL>0</SPLEVEL>
            <BRANCH>vb_release</BRANCH>
          </VERSION>
          <SYSTEMROOT>WINDOWS</SYSTEMROOT>
        </WINDOWS>
        <NAME>Windows 10 IoT Enterprise LTSC 2021</NAME>
        <DESCRIPTION>Windows 10 IoT Enterprise LTSC 2021</DESCRIPTION>
        <FLAGS>IoTEnterpriseS</FLAGS>
        <DISPLAYNAME>Windows 10 IoT Enterprise LTSC</DISPLAYNAME>
        <DISPLAYDESCRIPTION>Windows 10 IoT Enterprise LTSC</DISPLAYDESCRIPTION>
      </IMAGE>
      <TOTALBYTES>3579402246</TOTALBYTES>
    </WIM>
    
    Still 10.0.19041.1202;2016-01-01T00:00:00Z.

    Q: How to tell the Architecture from WIM Information?
    A:

    <ARCH>0</ARCH> = x86
    <ARCH>9</ARCH> = x64 (amd64)
    <ARCH>12</ARCH> = a64 (arm64)
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    #6653 xinso, Feb 8, 2022
    Last edited: Feb 8, 2022
    Q: What is new Embedded feature(s)?
    A:
    Code:
    <mum2:EnableSelectabilityForEdition name="Microsoft-Windows-IoTEnterpriseSEdition" />
    
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    #6656 xinso, Feb 9, 2022
    Last edited: Feb 9, 2022
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    #6657 xinso, Feb 9, 2022
    Last edited: Feb 9, 2022
    After System creation, the image still needs Store addition for not-LTSC Editions, then it can be installed through cd\usb boot.

    Here comes the question:
    To make the image capable of being apppied to a partition and boot to OOBE, does Microsoft have to install\sysprep\capture, or configure registry?

    If the answer is the latter, what?

    Where? SOFTWARE and SYSTEM?
    Which? OOBE and Setup?

    I use the 19041.1 SOFTWARE and SYSTEM from regular image, it works 'till 19044.1526. Why?

    PS:
    The unstaged image has this registry. But it does not have \Windows\Setup folder. And it can be installed normally through cd\usb boot only.
    Code:
    [State]
    ImageState=IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE
    
    The \Windows\Setup folder shows up after sysprep. And it turns to be a regular image. But I don't believe that Microsoft has to install\sysprep\capture.
     
  17. Steven Sveinbjоrn

    Steven Sveinbjоrn MDL Junior Member

    Oct 12, 2020
    75
    33
    0
    #6658 Steven Sveinbjоrn, Feb 9, 2022
    Last edited: Feb 9, 2022
    1. When will Microsoft duly approve the new version of CMGE_V2022-L.1345 and establish the official support period? As of today, CMGE_V2022-L.1345 has the status of TBD(i.e. To be decided )
    2. If CMGE_V2022-L.1345 is not approved in due course, then it is an insider version, i.e. will the final release be different?
    3. How to enable update CMGE_V2022-L.1345
    - from the Chinese CMGE (support.cmgos.com) server?
    - from Microsoft servers?
     
  18. Steven Sveinbjоrn

    Steven Sveinbjоrn MDL Junior Member

    Oct 12, 2020
    75
    33
    0
    #6660 Steven Sveinbjоrn, Feb 9, 2022
    Last edited: Feb 9, 2022