[ARCHIVED] Windows Editions Reconstruction Project

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

Thread Status:
Not open for further replies.
  1. example12345678912345678

    Dec 29, 2019
    569
    322
    30
    @xinso
    Hi, can you tell me how do you create X edition in style of Y?
    Is it done by editing .mum files?
    For example I would like to reconstruct ProfessionalWorkstationN in style of EnterpriseG.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
    #12862 xinso, Sep 6, 2023
    Last edited: Sep 6, 2023
    Three things of ProfessionalN to replace those counterparts in Microsoft-Windows-EditionSpecific-EnterprisrG-Package~31bf3856ad364e35~amd64~~10.0.25398.1.mum
    1.
    Code:
        <update name="15e644cdacf1b5900a1d9519549cf138">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Branding-EnterpriseN-Package" version="10.0.25398.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
    
    2.
    Code:
        <update name="fede15ce32405ed9056e783546c14b16">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Editions-ProfessionalN-Package" version="10.0.25398.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
    
    3.
    Code:
        <update name="e3b1d0ac0ae12696aa1296dd57d2389a">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-ProfessionalN-SPP-Components-Package" version="10.0.25398.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
    
    +

    Rename
    Microsoft-Windows-EditionSpecific-EnterpriseG-Package~31bf3856ad364e35~amd64~~10.0.25398.1.cat
    Microsoft-Windows-EditionSpecific-EnterpriseG-Package~31bf3856ad364e35~amd64~~10.0.25398.1.mum
    as
    Microsoft-Windows-EditionSpecific-ProfessionalN-Package~31bf3856ad364e35~amd64~~10.0.25398.1.cat
    Microsoft-Windows-EditionSpecific-ProfessionalN-Package~31bf3856ad364e35~amd64~~10.0.25398.1.mum

    +

    In Microsoft-Windows-EditionSpecific-ProfessionalN-Package~31bf3856ad364e35~amd64~~10.0.25398.1.mum
    Replace
    EnterpriseG
    with
    ProfessionalN

    +

    Rename
    Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.25398.1.cat
    Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.25398.1.mum
    as
    Microsoft-Windows-ProfessionalNEdition~31bf3856ad364e35~amd64~~10.0.25398.1.cat
    Microsoft-Windows-ProfessionalNEdition~31bf3856ad364e35~amd64~~10.0.25398.1.mum

    +

    In Microsoft-Windows-ProfessionalNEdition~31bf3856ad364e35~amd64~~10.0.25398.1.mum
    Replace
    EnterpriseG
    with
    ProfessionalN

    +

    ProfessionalWorkstationN key
     
  3. example12345678912345678

    Dec 29, 2019
    569
    322
    30
    Thank you so much. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
    #12864 xinso, Sep 6, 2023
    Last edited: Sep 6, 2023
    But, ProfessionalWorkstationN's "Product policy" does not prohibit "Windows Defender" as EnterpriseG does.
    So, for disabling Windows Defender, "Group policy" is needed.
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
    #12866 xinso, Sep 7, 2023
    Last edited: Sep 7, 2023
    Thank you. It won't crash 'till now. But it will be always a drive letter with fat32 32 GB.

    e.g. The last drive letter on my PC is I, it will be J for each reboot.

    Q: How to make it a fixed custom drive letter with custom size after reboot?

    e.g. Z drive letter with NTFS 100 GB.
     
  7. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,048
    90
    np

    i make sure non of the drives take the d:\ at boot
    then for just one time at the disk mngt i change it to d:\
    and with convertd.bat i format it to ntfs

    code:
    echo ramdisk| convert D: /fs:ntfs /x
     
  8. EDK-Rise

    EDK-Rise MDL Member

    Aug 7, 2013
    120
    77
    10
    how to download StarWind RAM Disk? it does not accept personal email.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
    #12869 xinso, Sep 7, 2023
    Last edited: Sep 7, 2023
    Thanks. Now I'm testing Primo.Ramdisk.Mui.Setup.6.1.0 which I've got used to.
     
  10. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,048
    90
    i can upload

    its from 2018 doubt it will work without crashes

    server 2012 r2 was ok then the crashes started
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
    #12871 xinso, Sep 7, 2023
    Last edited: Sep 7, 2023
    OK. If it crashed too. I can switch back to StarWind.
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
  14. Notorious791

    Notorious791 MDL Novice

    Jul 19, 2018
    15
    0
    0
    Oops. Thanks for the heads up. Will post there
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
  16. fch1993

    fch1993 MDL Senior Member

    Mar 14, 2020
    382
    275
    10
    @xinso

    Is there's guideline for adding Xbox Live service to Windows Server 2022?
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
    #12879 xinso, Sep 8, 2023
    Last edited: Sep 8, 2023
    It needs Xbox dependency from Client.
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,435
    340
    #12880 xinso, Sep 8, 2023
    Last edited: Sep 8, 2023