Windows Editions Reconstruction Project

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

  1. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,694
    1,932
    60
    Windows 10 Pro German 19041.1 to EnterpriseS 19044.1348 X64





    Code:
    c:\work>dism /mount-wim /wimfile:install.wim /mountdir:mount /index:1
    
    Tool zur Imageverwaltung für die Bereitstellung
    Version: 10.0.17763.1697
    
    Abbild wird bereitgestellt
    [==========================100.0%==========================]
    Der Vorgang wurde erfolgreich beendet.
    
    c:\work>dism /image:mount /apply-unattend:1.xml
    
    Tool zur Imageverwaltung für die Bereitstellung
    Version: 10.0.17763.1697
    
    Abbildversion: 10.0.19041.1
    
    Paket "Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.1" wird entfernt
    Paket "Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.1" wird entfernt
    [==========================100.0%==========================]
    
    Der Vorgang wurde erfolgreich beendet.
    
    c:\work>dism /image:mount /add-package /packagepath:Microsoft-Windows-Client-LanguagePack-Package_de-de~31bf3856ad364e35~amd64~de-de~.ESD
    
    Tool zur Imageverwaltung für die Bereitstellung
    Version: 10.0.17763.1697
    
    Abbildversion: 10.0.19041.1
    
    1 von 1 wird verarbeitet – Paket "Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~de-DE~10.0.19041.1" wird hinzugefügt
    [==========================100.0%==========================]
    Der Vorgang wurde erfolgreich beendet.
    
    c:\work>dism /image:mount /add-package /packagepath:Package_for_RollupFix-Package-amd64-19041.21.1.1.cab
    
    Tool zur Imageverwaltung für die Bereitstellung
    Version: 10.0.17763.1697
    
    Abbildversion: 10.0.19041.1
    
    1 von 1 wird verarbeitet – Paket "Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.21.1.1" wird hinzugefügt
    [==========================100.0%==========================]
    Der Vorgang wurde erfolgreich beendet.
    
    c:\work>del mount\windows\*.xml
    
    c:\work>dism /image:mount /set-edition:EnterpriseS /Channel=Volume
    
    Tool zur Imageverwaltung für die Bereitstellung
    Version: 10.0.17763.1697
    
    Abbildversion: 10.0.19041.1
    
    Komponentenaktualisierung wird gestartet...
    Product Key-Installation wird gestartet...
    Product Key-Installation ist abgeschlossen.
    
    Editionsspezifische Einstellungen werden angewendet...
    Das Anwenden der editionsspezifische Einstellungen ist abgeschlossen.
    
    Der Vorgang wurde erfolgreich beendet.
    
    c:\work>dism /image:mount /add-package /packagepath:SSU.cab
    
    Tool zur Imageverwaltung für die Bereitstellung
    Version: 10.0.17763.1697
    
    Abbildversion: 10.0.19041.1
    
    1 von 1 wird verarbeitet – Paket "Package_for_ServicingStack_1310~31bf3856ad364e35~amd64~~19041.1310.1.0" wird hinzugefügt
    [==========================100.0%==========================]
    Der Vorgang wurde erfolgreich beendet.
    
    c:\work>dism /image:mount /add-package /packagepath:ENABLE.msu
    
    Tool zur Imageverwaltung für die Bereitstellung
    Version: 10.0.17763.1697
    
    Abbildversion: 10.0.19041.1
    
    1 von 1 wird verarbeitet – Paket "c:\work\ENABLE.msu" wird hinzugefügt
    [==========================100.0%==========================]
    Der Vorgang wurde erfolgreich beendet.
    
    c:\work>dism /image:mount /add-package /packagepath:1348.cab
    
    Tool zur Imageverwaltung für die Bereitstellung
    Version: 10.0.17763.1697
    
    Abbildversion: 10.0.19041.1
    
    1 von 1 wird verarbeitet – Paket "Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.1348.1.7" wird hinzugefügt
    [==========================100.0%==========================]
    Der Vorgang wurde erfolgreich beendet.
    
    c:\work>dism /image:mount /cleanup-image /startcomponentcleanup /resetbase
    
    Tool zur Imageverwaltung für die Bereitstellung
    Version: 10.0.17763.1697
    
    Abbildversion: 10.0.19044.1348
    
    [=====                      10.0%                          ]
    [==========================100.0%==========================]
    Der Vorgang wurde erfolgreich beendet.
    
    c:\work>dism /unmount-wim /mountdir:mount /commit
    
    Tool zur Imageverwaltung für die Bereitstellung
    Version: 10.0.17763.1697
    
    Abbilddatei: c:\work\install.wim
    Abbildindex: 1
    Abbild wird gespeichert
    [==========================100.0%==========================]
    Bereitstellung des Abbilds wird aufgehoben
    [==========================100.0%==========================]
    Der Vorgang wurde erfolgreich beendet.
    
    c:\work>dism.exe /Cleanup-wim
    
    Tool zur Imageverwaltung für die Bereitstellung
    Version: 10.0.17763.1697
    
    Laufwerk "C" wird auf veraltete Dateien untersucht
    Laufwerk "D" wird auf veraltete Dateien untersucht
    Laufwerk "F" wird auf veraltete Dateien untersucht
    Der Vorgang wurde erfolgreich beendet.
    
    c:\work>wimlib-imagex.exe optimize install.wim
    "install.wim" original size: 5375223 KiB
    Using LZX compression with 16 threads
    Archiving file data: 8239 MiB of 8239 MiB (100%) done
    "install.wim" optimized size: 3911635 KiB
    Space saved: 1463587 KiB
    
    c:\work>wimlib-imagex.exe info install.wim 1 --image-property NAME="" --image-property DESCRIPTION="" --image-property FLAGS="" --image-property DISPLAYNAME="" --image-property DISPLAYDESCRIPTION=""
    Setting the NAME property of image 1 to "".
    Setting the DESCRIPTION property of image 1 to "".
    Setting the FLAGS property of image 1 to "".
    Setting the DISPLAYNAME property of image 1 to "".
    Setting the DISPLAYDESCRIPTION property of image 1 to "".
    
    c:\work>wimlib-imagex.exe info install.wim 1 --image-property NAME="Windows 10 Enterprise LTSC 2021" --image-property DESCRIPTION="Windows 10 Enterprise LTSC 2021" --image-property FLAGS="EnterpriseS" --image-property DISPLAYNAME="Windows 10 Enterprise LTSC 2021" --image-property DISPLAYDESCRIPTION="Windows 10 Enterprise LTSC 2021"
    Setting the NAME property of image 1 to "Windows 10 Enterprise LTSC 2021".
    Setting the DESCRIPTION property of image 1 to "Windows 10 Enterprise LTSC 2021".
    Setting the FLAGS property of image 1 to "EnterpriseS".
    Setting the DISPLAYNAME property of image 1 to "Windows 10 Enterprise LTSC 2021".
    Setting the DISPLAYDESCRIPTION property of image 1 to "Windows 10 Enterprise LTSC 2021".
    
    c:\work>wimlib-imagex info install.wim 1 --image-property CREATIONTIME/HIGHPART=0x01D7D8BA --image-property CREATIONTIME/LOWPART=0x27903D80
    Setting the CREATIONTIME/HIGHPART property of image 1 to "0x01D7D8BA".
    Setting the CREATIONTIME/LOWPART property of image 1 to "0x27903D80".
    
    c:\work>
    c:\work>wimlib-imagex info install.wim 1 --image-property LASTMODIFICATIONTIME/HIGHPART=0x01D7D8BA --image-property LASTMODIFICATIONTIME/LOWPART=0x27903D80
    Setting the LASTMODIFICATIONTIME/HIGHPART property of image 1 to "0x01D7D8BA".
    Setting the LASTMODIFICATIONTIME/LOWPART property of image 1 to "0x27903D80".
    
    c:\work>
     

    Attached Files:

  2. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Oh OK, can you pm me for share please
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. spanishfly

    spanishfly MDL Senior Member

    Dec 5, 2018
    352
    527
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,690
    13,689
    340
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,690
    13,689
    340
  6. migascalp

    migascalp MDL Senior Member

    Sep 18, 2009
    320
    499
    10
    Sorry, but this script didn't work for me
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,690
    13,689
    340
  8. _Manolo_

    _Manolo_ MDL Member

    Dec 1, 2009
    161
    175
    10
    #5474 _Manolo_, Nov 14, 2021
    Last edited: Nov 14, 2021
    '@ALL 19041/2/3/4 LTSC 2021 reconstructers :biggrin:

    huynhlam2's method is fine and works quite well. No problem running WU afterwards... :good3:
    However this method has got several glitches IMO :
    1/ The 2 involved main cabs are homebrew revamped packages 'we dont know who we dont know how'
    2/ base start is 19041.1 wim : (re)adding LP + SSU + EP + LCU at every KB change is a waste of time and pain :chris:
    3/ last but not least, and because of point 1 : Enterprise N LTSC 2021 *cannot* be reconstructed (the 2 cabs lack EnterpriseSN components)


    kibkalo's method *allows* faster and complete AIO reconstruction : EnterpriseS + IoTEnterpriseS (same as #1) *and* EnterpriseSN !:smokecowboy:
    The BIG trick with Method#2 is : Everything we need to is provided by Microsoft itself ! :thumbsup:
    The only things we need are the 2 100% genuine baseless LCU cab + psf available at UUP dump ! :cool2:
    (extract/unzip combo with psfextract, available here at MDL..)

    The only drawback is that we have to (once) reconstruct mandatory missing win32calc packages (win32calc + win32calc langpack)
    Again this is quite easy using SxSv1 on a fresh quick and dirty installed VM based on either 'Server 2019' or 'LTSC 2019'

    Then the WIM/iso start bases are always Win10 19044 Pro/Pro N latest releases available and created by uupdump scripts.
    LCU matching numbers 2 baseless psf and cab to be downloaded from uupdump at the same time...

    Once all missing packages are created and downloaded, the entire LTSC 2021 reconstruction process belongs to US, without any 'alien' packages involved.
    100% mastered homebrew ! :kicking:
    (with minor "human readable" changes into the xml doing The Magic... -path and ProN to EntSN-)
    Edit : IoT EnterpriseS N edition does not exist at all ! Do not try to (i did!), it won't work... LOL

    Find kibkalo author's contribution here : :hug2:
    https://forums.mydigitallife.net/th...struction-project.80939/page-224#post-1683692
     
  9. example12345678912345678

    example12345678912345678 MDL Senior Member

    Dec 29, 2019
    498
    232
    10
    I'm wondering how Windows Server 2022 Enterprise Edition looks like.
    I would like to see that edition to be reconstructed.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. kibkalo

    kibkalo MDL Addicted

    Sep 8, 2009
    575
    225
    30
    Why reconstruct something, never built by MSFT themselves?

    I am still thirsty for ServerHyperCor 20348. Wasn't able to reproduce
     
  11. Петар Костоски

    Aug 29, 2020
    44
    34
    0
    Anyone knows why "windows10.0-kb5006670-x64.msu may have failed due to pending updates to servicing components in the image. Try the command again." when trying to update winre.wim
     
  12. dummekuehe

    dummekuehe MDL Senior Member

    Jan 11, 2009
    496
    112
    10
    @xinso
    Is there any reason to use Windows 10 for Surface Hub as a base to create a Pro version?
    Can it be activated?
    Is the regular desktop automatically activated or do you have to manually enable the normal shell?
     
  13. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,384
    1,610
    90
    Check server section find azure stack hci ( alias hyper-v )
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,690
    13,689
    340
    1. Because PPIPro is the only available source image.
    2. Yes.
    3. It is regular Pro after being reconstructed from PPIPro.