[ARCHIVED] Windows Editions Reconstruction Project

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

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

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    I'm downloading baseless.cab and try it.
     
  2. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    Thank you very much. I know how to make files in .cab and .wim format, but how to make files in .esd format like microsoft-windows-editionspecific-enterpriseg-package.esd?
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #4223 xinso, Aug 11, 2021
    Last edited: Aug 11, 2021
    esd is exported from wim.

    0-info.txt
    Code:
    updateId=b3864ce2-e3c9-4c6a-9b81-fdd0e7514675
    lcu=Windows10.0-KB5005033-x64-baseless
    
    3-FolderToEsd_as_Admin.cmd
    Code:
    @echo off
    pushd "%~dp0"
    
    for /f "tokens=2 delims==" %%x in ('findstr /i /C:"lcu" 0-info.txt') do (set lcu=%%x)
    
    echo.
    echo Converting %lcu% to %lcu%-Full.esd
    if exist "%~dp0*.esd" del /f /q "%~dp0*.esd"
    
    dism /english /quiet /capture-Image /compress:max /imagefile:%lcu%-Full.wim /capturedir:%lcu%\ /name:%lcu%
    dism /english /quiet /export-image /sourceimagefile:%lcu%-Full.wim /sourceindex:1 /destinationimagefile:%lcu%-Full.esd /compress:recovery /checkIntegrity
    
    if exist "%~dp0*.wim" del /f /q "%~dp0*.wim"
    
    :END
    echo.
    pause
    exit
    
     
  4. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    dism /Capture-Image /ImageFile:D:\edge.esd /CaptureDir:D:\Edge /Name:"x"
    Is the .esd file created in this way valid?
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    I am not good at command. Try it yourself or dism /?, or ask the Master.
     
  6. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    I really don't understand the scripts, so I like to use DISM for manual operation.
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #4227 xinso, Aug 11, 2021
    Last edited: Aug 11, 2021
    The bad guy said that I hijacked reconstruction.

    Anybody hurt by me or my scripts or my solutions?
     
  8. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    Code:
    Microsoft Windows [版本 10.0.19044.1165]
    (c) Microsoft Corporation。保留所有权利。
    
    C:\Windows\system32>Dism /image:D:\1 /get-CurrentEdition
    
    部署映像服务和管理工具
    版本: 10.0.19041.844
    
    映像版本: 10.0.19041.1
    
    当前版本为:
    
    当前版本 : Professional
    
    操作成功完成。
    
    C:\Windows\system32>dism /image:D:\1 /add-package:D:\ssu-19041.1161-x64.esd
    
    部署映像服务和管理工具
    版本: 10.0.19041.844
    
    映像版本: 10.0.19041.1
    
    正在处理 1 (共 1) - 正在添加程序包 Package_for_ServicingStack~31bf3856ad364e35~amd64~~19041.1161.1.1
    [==========================100.0%==========================]
    操作成功完成。
    
    C:\Windows\system32>
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #4229 xinso, Aug 11, 2021
    Last edited: Aug 11, 2021
    Good. I did not hijack you, right?
     
  10. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    Don't pay attention to these people. Some people are very jealous. This is how society is, and there are all kinds of people.
     
  11. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    Is a bit big
    捕获.PNG
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    Yeah, a bit bigger than mine. Why?
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #4233 xinso, Aug 11, 2021
    Last edited: Aug 11, 2021
    Bad guy. I post for good members, and then deleted for you.

    How did you know that I delete? Oh, you spy. Show up like a gentleman. You are welcome if you are a good person who does not speak ill behind someone's back.
     
  14. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    Did I not delete express.psf.cix.xml?
     
  15. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    what happened?
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #4236 xinso, Aug 11, 2021
    Last edited: Aug 11, 2021
    Impossible. That is small. But 32 MB.

    Oh oh, if 32 + 68 = 100 MB bigger than mine. But that is uncompressed....

    Only you knows.
     
  17. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    Is there a compression ratio for making CAB files?
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    -m LZX:21
     
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #4239 xinso, Aug 11, 2021
    Last edited: Aug 11, 2021
    About the bad guy's speaking ill of me behind my back.
     
  20. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    No way, ignore him.