[ARCHIVED] Windows Editions Reconstruction Project

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

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

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    What is the easy way?
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,699
    14,428
    340
    #16362 xinso, May 27, 2024
    Last edited: May 27, 2024
    There is not easy way. Only easier and harder.

    After these few painful months of yours, I still recommend to start from OP.
     
  3. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    you burned me xinso I mean from the very beginning :D
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,699
    14,428
    340
    #16364 xinso, May 27, 2024
    Last edited: May 27, 2024
    I nerver burn you. It's you who burns yourself with hot hot fire. I recommend OP right from your start. You just won't.

    Who said you won't? You: You burned me, xinso. I mean "from the very beginning".
     
  5. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    Yes, it would be simpler if there was a client version, but when it becomes a server, things get difficult.
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,699
    14,428
    340
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,699
    14,428
    340
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,699
    14,428
    340
  9. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    Looks interesting!
    Can you explain how you done that?
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,699
    14,428
    340
    #16371 xinso, May 28, 2024
    Last edited: May 28, 2024
    1. ServerAzureStackHCICor in Client structure.
    2. Use Server Branding.

    If you want to add Server features, you need this:
    Microsoft-Windows-ServerAzureStackHCICorEdition~31bf3856ad364e35~amd64~~10.0.25398.1.mum
    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved.">
      <assemblyIdentity name="Microsoft-Windows-ServerAzureStackHCICorEdition" version="10.0.25398.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
      <package identifier="Windows ServerAzureStackHCICor Edition" releaseType="Product">
        <update name="Microsoft-Windows-Foundation-Package">
          <package contained="false" integrate="visible">
            <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="10.0.25398.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-ServerCore-Package">
          <package contained="false" integrate="visible">
            <assemblyIdentity name="Microsoft-Windows-ServerCore-Package" version="10.0.25398.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
    
    For further information, please go to LiteOS' "Server Core with GUI" thread.
     
  11. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    So, it is either UI interface OR server features?
    Or both may be available?

    What happens if you install LCU?

    Thanks
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,699
    14,428
    340
    1. Both are possible.
    2. Custom update is required.

    For further information, please go to LiteOS' "Server Core with GUI" thread.
     
  13. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,048
    90
    I gave credit to xinso first
    Code:
     Credits Xinso,Eddo2018,LiteOS
     
  14. kibkalo

    kibkalo MDL Expert

    Sep 8, 2009
    1,025
    362
    60
    Would you show us the way, how do you add GUI to 25398.1 server, so we may try it in VMs?
     
  15. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,048
    90
  16. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    254
    95
    10
    UserExperience-Desktop-Package~31bf3856ad364e35~amd64~~10.0.25398.1.mum is found in the language pack esd
    Do we have to use the one from gailium119 LP or server LP ?
     
  17. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,048
    90
    from gailium119 cos server lang pack doesnt include those packages that client have
    so it wont add explorer.exe.mui just those packages that related to server core or server with desktop if we had it


    UserExperience-Desktop is the same for both client and server
     
  18. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    254
    95
    10
    #16380 Skylined, May 29, 2024
    Last edited: May 29, 2024
    I was able to make Server Datacenter 25398.1.with the GUI
    I had to use Microsoft-Windows-EditionSpecific-Professional-Package and set availableshells defaultshell to explorer.exe

    A huge thanks to @LiteOS for making this possible - its a combination of server and client, it allows driver downloads and installation even though it;s server.

    Is there a way to upgrade to build 887 ?


    Edit 1: Yes I was able to upgrade to build 887 offline - leave it as Pro for the upgrade
    Edit 2: After installing on a real machine, it still shows as build 25398.1 and the ms-settings page does not open
    Conclusion: It works great for 25398.1 but the upgrade still has settings problem - any help on this would be most useful