[ARCHIVED] Windows Editions Reconstruction Project

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

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

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #3501 xinso, Jun 28, 2021
    Last edited: Jun 28, 2021
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #3502 xinso, Jun 28, 2021
    Last edited: Jun 29, 2021
    Testing 20348.75 ServerDatacenter in ServerWeb style
    .
    Code:
    
    ==================================================================================================
    Converting 20348.1 Windows ServerDatacenter to Workstation amd64 en-US
    ==================================================================================================
    
    Mounting image
    
    Creating ServerDatacenter in ServerWeb structure
    
    Enabling feature ServerMediaFoundation
    
    Enabling feature WirelessNetworking
    
    Current Edition : 20348.75 ServerDatacenter
    
    Resetting base
    
    Unmounting image
    
    ==================================================================================================
    20348.75 Windows ServerDatacenter Workstation amd64 en-US has been successfully created
    ==================================================================================================
    
    WIM Information:
    --------------------------------------------------------------------------------------------------
    NAME="Windows ServerDatacenter Workstation"
    DESCRIPTION="Windows ServerDatacenter Workstation"
    FLAGS="ServerDatacenter"
    DISPLAYNAME="Windows ServerDatacenter Workstation"
    DISPLAYDESCRIPTION="Windows ServerDatacenter Workstation"
    --------------------------------------------------------------------------------------------------
    
    Press any key to continue . . .
    
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #3503 xinso, Jun 28, 2021
    Last edited: Jun 28, 2021
    Very good. 22000.1.210604-1628.CO_RELEASE_CLIENTPRO_OEMRET_X64FRE_XX-XX.ISO.

    Single happiness today.
     
  4. gp2man

    gp2man MDL Novice

    Jul 9, 2014
    31
    10
    0
    Waiting for...!
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #3505 xinso, Jun 28, 2021
    Last edited: Jun 28, 2021
    Sorry. My script has problem now.
     
  6. ylx

    ylx MDL Junior Member

    Dec 14, 2014
    74
    37
    0
    your scripts works fine, thanks.
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #3507 xinso, Jun 29, 2021
    Last edited: Jun 29, 2021
    No pain No gain, especially when there is tool without tutorial.
    Code:
    C:\windows\system32>dism /English /image:J: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.22000.51
    
    Current edition is:
    
    Current Edition : Professional
    
    The operation completed successfully.
    
     
  8. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #3509 xinso, Jun 29, 2021
    Last edited: Jun 29, 2021
    1. SxSExpand.exe is needed.
    2. ssu-22000.51-x64.psf is not needed.
     
  10. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    303
    123
    10
    #3510 Tarsynear, Jun 29, 2021
    Last edited: Jun 12, 2022
    Reserved.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
  13. gp2man

    gp2man MDL Novice

    Jul 9, 2014
    31
    10
    0
    Xinso is possible to make a new ltsc script using this new base 22001.1 or 22000.51? Are so different from a leaked build?
     
  14. oveco

    oveco MDL Junior Member

    Apr 10, 2015
    54
    15
    0
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #3515 xinso, Jun 30, 2021
    Last edited: Jun 30, 2021
    Of course it is gonna be different to the leaked 21996.1 down the track. My 19041 Pro to EnterpriseS Script can be easily modified for 20348.1 and 22000.1 because of same structure.

    Like this: (Just change build number like Microsoft does from 17763 to 17784 and 19043 to 19100 and so on,)
    From 19041 to 22000
    https://forums.mydigitallife.net/th...struction-project.80939/page-176#post-1670188
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #3517 xinso, Jun 30, 2021
    Last edited: Jun 30, 2021
    Convert folder to esd

    3-FolderToEsd_as_Admin.cmd
    Code:
    @echo off
    pushd "%~dp0"
    
    for /f "tokens=2 delims==" %%x in ('type 0-info.txt ^| findstr /i /C:"lcu"') do (set lcu=%%x)
    
    echo.
    echo Converting %lcu% to esd
    
    if exist "%~dp0%lcu%.wim" del /f /q "%~dp0%lcu%.wim"
    if exist "%~dp0%lcu%.esd" del /f /q "%~dp0%lcu%.esd"
    
    dism /english /capture-Image /compress:max /imagefile:%lcu%.wim /capturedir:%lcu%\ /name:%lcu%
    dism /english /export-image /sourceimagefile:%lcu%.wim /sourceindex:1 /destinationimagefile:%lcu%.esd /compress:recovery /checkIntegrity
    
    if exist "%~dp0%lcu%.wim" del /f /q "%~dp0%lcu%.wim"
    
    :END
    echo.
    pause
    exit
    
    Code:
    
    Converting Windows10.0-KB5004564-x64 to esd
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Press any key to continue . . .
    
     
  18. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    I made 22000.51EnterpriseS, like you said: Start's right-click failed, but when adding Microsoft-Windows-Security-SPP-Component-SKU-Enterprise-License-Package~31bf3856ad364e35~amd64~~10.0.22000.1, Start's right- Click is normal. After deleting System32\spp\tokens\skus\Enterprise, it is still normal, but simply installing other SKU-xxxx-License-Package does not work. Be puzzled.
     
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #3519 xinso, Jun 30, 2021
    Last edited: Jun 30, 2021
    Code:
    Start's right-click failed. Maybe it needs new 10X Start feature, and 17763 Product policy does not support it.
     
  20. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    #3520 zhanglin, Jun 30, 2021
    Last edited: Jun 30, 2021
    屏幕截图(1).png 屏幕截图(2).png