[ARCHIVED] Windows Editions Reconstruction Project

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

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

    tosgaba MDL Junior Member

    Nov 22, 2009
    85
    39
    0
    @xinso how can I create/construct/reconstruct ProfessionalSingleLanguage virtual edition?
    It is written in some editions info xmls but I don't know how to get it.
    Thanks in advance
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #11582 xinso, May 11, 2023
    Last edited: May 11, 2023
    If from 17134.1 forward, ProfessionalSingleLanguage is Virtual edition of Professional. i.e. ProfessionalEdition + ProfessionalSingleLanguage key.

    1. Mount Professional install.wim to C:\MOUNT (any edition of ProfessionalEdition families)
    2. Add ProfessionalSingleLanguage key
    3. Delete C:\Windows\Professional.xml
    4. Copy C:\Windows\servicing\Editions\ProfessionalSingleLanguageEdition.xml to C:\Windows
    5. Rename C:\Windows\ProfessionalSingleLanguageEdition.xml as ProfessionalSingleLanguage.xml
    6. Run CMD as Administrator
    7. Run the following command line
    Code:
    dism /english /image:C:\MOUNT /apply-unattend:C:\MOUNT\Windows\ProfessionalSingleLanguage.xml
    
    8. Save & Unmount
    9. Modify install.wim Information as follows.
    Code:
        <NAME>Windows 10 ProfessionalSingleLanguage</NAME>
        <DESCRIPTION>Windows 10 ProfessionalSingleLanguage</DESCRIPTION>
        <FLAGS>ProfessionalSingleLanguage</FLAGS>
        <DISPLAYNAME>Windows 10 Pro Single Language</DISPLAYNAME>
        <DISPLAYDESCRIPTION>Windows 10 Pro Single Language</DISPLAYDESCRIPTION>
    
    10.
    a. Rename install.wim as 1. wim
    b. Export 1. wim to install.wim
    c. Delete 1.wim


    [ProfessionalEdition families in C:\Windows\servicing\Editions]

    Windows 10 19041
    Code:
    EducationEdition.xml
    EnterpriseEdition.xml
    IoTEnterpriseEdition.xml
    ProfessionalCountrySpecificEdition.xml
    ProfessionalEdition.xml
    ProfessionalEducationEdition.xml
    ProfessionalSingleLanguageEdition.xml
    ProfessionalWorkstationEdition.xml
    ServerRdshEdition.xml
    

    Windows 11 22621
    Code:
    CloudEditionEdition.xml
    EducationEdition.xml
    EnterpriseEdition.xml
    IoTEnterpriseEdition.xml
    ProfessionalCountrySpecificEdition.xml
    ProfessionalEdition.xml
    ProfessionalEducationEdition.xml
    ProfessionalSingleLanguageEdition.xml
    ProfessionalWorkstationEdition.xml
    ServerRdshEdition.xml
    

    PS:
    If you Construct ProfessionalEdition without key, its default key is "Enterprise".
     
  3. tosgaba

    tosgaba MDL Junior Member

    Nov 22, 2009
    85
    39
    0
    Thank you very much.
     
  4. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    This method is WRONG Windows 10 (OS Build 19041.1).;)
     
  5. tosgaba

    tosgaba MDL Junior Member

    Nov 22, 2009
    85
    39
    0
    Then what is the right methode, would you be kind enough to share the right one, please. I've not tested xinso's methode yet.
     
  6. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    I will post 2 ways, just testing them.;)
     
  7. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    Tested on Windows 10 (OS Build 19041.1) [version Core x64]

    Method 1:
    Code:
    Mount install.wim
    
    Used these commands:
    Dism /Image:C:\mount2 /Get-CurrentEdition
    Dism /Image:C:\mount2 /Get-TargetEditions
    Dism /Image:C:\mount2 /Set-Edition:ProfessionalSingleLanguage
    Results:
    Code:
    Microsoft Windows [Version 10.0.19041.1]
    (c) 2019 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>Dism /Image:C:\mount2 /Get-CurrentEdition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Current edition is:
    
    Current Edition : Core
    
    The operation completed successfully.
    
    C:\Windows\system32>Dism /Image:C:\mount2 /Get-TargetEditions
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Editions that can be upgraded to:
    
    Target Edition : CoreSingleLanguage
    Target Edition : Professional
    Target Edition : ProfessionalEducation
    Target Edition : ProfessionalWorkstation
    Target Edition : Education
    Target Edition : ProfessionalCountrySpecific
    Target Edition : ProfessionalSingleLanguage
    Target Edition : ServerRdsh
    Target Edition : IoTEnterprise
    Target Edition : Enterprise
    
    The operation completed successfully.
    
    C:\Windows\system32>Dism /Image:C:\mount2 /Set-Edition:ProfessionalSingleLanguage
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Adding package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.1
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.19041.1
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    C:\Windows\system32>Dism /Image:C:\mount2 /Get-CurrentEdition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Current edition is:
    
    Current Edition : ProfessionalSingleLanguage
    
    The operation completed successfully.
    
    C:\Windows\system32>
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #11588 xinso, May 11, 2023
    Last edited: May 11, 2023
    Test Construct 10240.19926 Windows 10 Education amd64 es-MX
    Code:
    
    ========================================================================================================
    10240.19926 Windows 10 Education amd64 es-MX has been successfully constructed on 2023/5/11
    ========================================================================================================
    
    Mission took 0:26:45.75 (1605.75s total)
    
    
    Test Construct 10240.19926 Windows 10 Education N amd64 et-EE
    Code:
    
    ========================================================================================================
    10240.19926 Windows 10 Education N amd64 et-EE has been successfully constructed on 2023/5/11
    ========================================================================================================
    
    Mission took 0:25:6.36 (1506.36s total)
    
    
     
  9. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    #11590 Ace2, May 11, 2023
    Last edited: May 11, 2023
    Will test to see if it can be build using uup dump build.;)

    I will post results later.

    As i am working on a reconstruction of EnterpriseG [No Microsoft-Windows-EditionSpecific-EnterpriseG-Package used] with working updates, and an updated version of Microsoft-Windows-EditionSpecific-EnterpriseG-Package installed by updates at the end of the build.
     
  10. tosgaba

    tosgaba MDL Junior Member

    Nov 22, 2009
    85
    39
    0
    Looking forward to see the results.
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #11592 xinso, May 11, 2023
    Last edited: May 11, 2023
    Test Construct 20348.1 Windows 10 Pro for Workstations amd64 fi-FI
    Code:
    
    ========================================================================================================
    20348.1 Windows 10 Pro for Workstations amd64 fi-FI has been successfully constructed on 2023/5/11
    ========================================================================================================
    
    Mission took 0:18:37.86 (1117.86s total)
    
    

    Test Construct 20348.1 Windows 10 Pro N for Workstations amd64 fr-CA
    Code:
    
    ========================================================================================================
    20348.1 Windows 10 Pro N for Workstations amd64 fr-CA has been successfully constructed on 2023/5/11
    ========================================================================================================
    
    Mission took 0:17:27.76 (1047.76s total)
    
    
     
  12. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    No ProfessionalSingleLanguageN
    Code:
    Microsoft Windows [Version 10.0.19041.1]
    (c) 2019 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>Dism /Image:C:\mount2 /Get-CurrentEdition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Current edition is:
    
    Current Edition : CoreN
    
    The operation completed successfully.
    
    C:\Windows\system32>Dism /Image:C:\mount2 /Get-TargetEditions
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Editions that can be upgraded to:
    
    Target Edition : ProfessionalN
    Target Edition : EnterpriseN
    Target Edition : ProfessionalEducationN
    Target Edition : ProfessionalWorkstationN
    Target Edition : EducationN
    
    The operation completed successfully.
    
    C:\Windows\system32>Dism /Image:C:\mount2 /Set-Edition:ProfessionalSingleLanguageN
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    
    Error: 50
    
    This Windows image cannot upgrade to the edition of Windows that was specified. The upgrade cannot proceed.
    Run the /Get-TargetEditions option to see what edition of Windows you can upgrade to.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    C:\Windows\system32>
    ;)
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #11594 xinso, May 11, 2023
    Last edited: May 11, 2023
    Test Construct 19045.2965 Windows 10 Home China x86 fr-FR
    Code:
    
    ========================================================================================================
    19045.2965 Windows 10 Home China x86 fr-FR has been successfully constructed on 2023/5/11
    ========================================================================================================
    
    Mission took 0:19:9.65 (1149.65s total)
    
    

    Test Construct 19045.2965 Windows 10 Pro China Only x86 he-IL
    Code:
    
    ========================================================================================================
    19045.2965 Windows 10 Pro China Only x86 he-IL has been successfully constructed on 2023/5/11
    ========================================================================================================
    
    Mission took 0:19:50.45 (1190.45s total)
    
    
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #11595 xinso, May 11, 2023
    Last edited: May 11, 2023
    Test Construct 14393.5921 Windows Server 2016 Essentials (Desktop Experience) amd64 hr-HR
    Code:
    
    ========================================================================================================
    14393.5921 Windows Server 2016 Essentials (Desktop Experience) amd64 hr-HR has been successfully constructed on 2023/5/11
    ========================================================================================================
    
    Mission took 0:30:26.55 (1826.55s total)
    
    

    Test Construct 17763.4377 Windows Server 2019 Essentials (Desktop Experience) amd64 hu-HU
    Code:
    
    ========================================================================================================
    17763.4377 Windows Server 2019 Essentials amd64 hu-HU has been successfully constructed on 2023/5/12
    ========================================================================================================
    
    Mission took 0:29:12.91 (1752.91s total)
    
    
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #11596 xinso, May 11, 2023
    Last edited: May 11, 2023
    Q: Cross-Architecture conversion, possible?
     
  16. tosgaba

    tosgaba MDL Junior Member

    Nov 22, 2009
    85
    39
    0
    No problem bro, if it could not be made with official way, we can remove unnecessary "N" packages from image. In this way we can also keep Portable Devices capability. :D
     
  17. #11598 Deleted member 1531038, May 11, 2023
    Last edited by a moderator: May 11, 2023
    :)

    Pl one more important package is left : "regulated" most important.
     
  18. example12345678912345678

    Dec 29, 2019
    568
    319
    30
    You can acutally remove non-N exclusive packages manually. But don't expect "Professional N Single Languge" branding anywhere.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #11600 xinso, May 11, 2023
    Last edited: May 12, 2023
    LAPs, not for Core(N).

    No Group policy editor does not necessarily mean that it does not need Group policy.
    i.e.
    Availability is one thing; Applicability is another.