Windows Editions Reconstruction Project

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

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    #11661 xinso, May 22, 2023
    Last edited: May 22, 2023
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
  3. maur0

    maur0 MDL Senior Member

    Aug 3, 2012
    272
    121
    10
  4. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,103
    505
    60
    @xinso

    If you could provide the 20348.1 Windows 10 Professional en-US skus folder. Would be appreciated.
     
  5. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,408
    1,188
    60
    Code:
    uupdump.net/findfiles.php?id=2bb180a0-b0db-4720-82aa-ddc383b8d249&q=EditionSpecific
     
  6. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,103
    505
    60
    what do I do with these?
     
  7. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,408
    1,188
    60
    use SxSv1 on Microsoft-Windows-EditionSpecific-Professional-Package to get Microsoft-Windows-Professional-SPP-Components-Package.;)
     
  8. RobrPatty

    RobrPatty MDL Expert

    Jul 23, 2009
    1,103
    505
    60
    Way above my paygrade pal
     
  9. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,408
    1,188
    60
    Code:
    1.
    Download Microsoft-Windows-EditionSpecific-Professional-Package.ESD
    
    2.
    Run these commands:
    md C:\mount\Windows\WinSxS\Manifests\
    md C:\mount\Windows\servicing\Packages\
    
    3.
    Extract Microsoft-Windows-EditionSpecific-Professional-Package.ESD to C:\mount\Windows\WinSxS\
    
    4.
    Run these commands:
    move C:\mount\Windows\WinSxS\*.cat C:\mount\Windows\servicing\Packages\
    move C:\mount\Windows\WinSxS\*.mum C:\mount\Windows\servicing\Packages\
    move C:\mount\Windows\WinSxS\*.manifest C:\mount\Windows\WinSxS\Manifests\
    
    5.
    Set C:\SxSv1\_Helper\SxSExport.cmd to
    
    ::Examples
    set Path_Image=C:\mount\Windows
    
    6.
    Use SxSv1 to capture Microsoft-Windows-Professional-SPP-Components-Package
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    It's Client activated with Server license and key. acer-5100 is the right expert for you.
     
  11. xinso

    xinso MDL Guru

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

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    #11672 xinso, May 23, 2023
    Last edited: May 23, 2023
    [about Application PreLaunch]
    Application PreLaunch can speculatively launch applications that the user is likely to use in the near future, thus reducing application switch time.
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    #11673 xinso, May 23, 2023
    Last edited: May 23, 2023
    Q: Is it possible to use x86 base image for x64\a64 Construction on x86 platform?
    A: Failed.
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    #11674 xinso, May 23, 2023
    Last edited: May 23, 2023
    Test 17763.4377 Windows Server 2019 Rdsh amd64 zh-TW (for Store)

    No response
    --->
    wsreset -i, Store installed, circling.
     
  15. xinso

    xinso MDL Guru

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

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    #11676 xinso, May 24, 2023
    Last edited: May 24, 2023
    Q: Is it possible to combine x86\x64\a64 base images in one, i.e. 1 base for Cross-Architecture Constructions?
    A: No. The architecture registry key is same for all architectures.
     
  17. xinso

    xinso MDL Guru

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

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    #11678 xinso, May 24, 2023
    Last edited: May 25, 2023
    Test manual Construction of 23466.1001 Windows 11 CoreN amd64 en-US
    Code:
    
    C:\WINDOWS\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:Z:\Microsoft-Windows-Client-LanguagePack-Package_en-us-amd64-en-us.esd
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.23466.1001
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:Z:\WinSxS\Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.23466.1001.mum
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.23466.1001
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:Z:\WinSxS\Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.23466.1001.mum
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.23466.1001
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:Z:\WinSxS\Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.23466.1001.mum
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.23466.1001
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:Z:\WinSxS\Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.23466.1001.mum
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.23466.1001
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:Z:\WinSxS\Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.23466.1001.mum
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.23466.1001
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /image:K: /set-skuintldefaults:en-US
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    
    Set SKU default settings for: en-US
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    Current edition is:
    
    Current Edition : CoreN
    
    The operation completed successfully.
    
    C:\WINDOWS\system32>
    
    
     
  19. ohault

    ohault MDL Member

    Dec 27, 2022
    154
    43
    10
    This is a very interesting question. In one hand, PE file format currently already support arm64x PE files, but in the other end, dual support of x86/amd64 is not yet supported, but the idea is there.

    From a given system with a single architecture HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\PROCESSOR_ARCHITECTURE should stay unique. In the future Compute Express Link (CXL) IP, could support several "Environments".

    Implementing a more general loader would allow to dynamically load the right binaries corresponding to the architecture of your environment, both with separated files or compounds one like to arm64x PE files.
     
  20. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,654
    13,671
    340
    #11680 xinso, May 24, 2023
    Last edited: May 25, 2023
    Test manual Construction of 23466.1001 Windows 11 Core arm64 en-US
    Code:
    
    C:\WINDOWS\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:Z:\Microsoft-Windows-Client-LanguagePack-Package_en-us-arm64-en-us.esd
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.23466.1001
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:Z:\WinSxS\Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~arm64~~10.0.23466.1001.mum
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~arm64~~10.0.23466.1001
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:Z:\WinSxS\Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~arm64~~10.0.23466.1001.mum
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~arm64~~10.0.23466.1001
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:Z:\WinSxS\Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~arm64~~10.0.23466.1001.mum
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~arm64~~10.0.23466.1001
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:Z:\WinSxS\Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~arm64~~10.0.23466.1001.mum
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~arm64~~10.0.23466.1001
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:Z:\WinSxS\Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~arm64~~10.0.23466.1001.mum
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~arm64~~10.0.23466.1001
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /image:K: /set-skuintldefaults:en-US
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    
    Set SKU default settings for: en-US
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23466.1001
    
    Current edition is:
    
    Current Edition : Core
    
    The operation completed successfully.
    
    C:\WINDOWS\system32>