[GUIDE] [DISCUSSION] Windows Editions Reconstructions

Discussion in 'Windows 10' started by TesterMachineOS, Sep 3, 2024.

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,825
    14,528
    340
    #1621 xinso, Feb 20, 2025 at 23:14
    Last edited: Feb 21, 2025 at 00:04
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,825
    14,528
    340
    #1622 xinso, Feb 21, 2025 at 00:47
    Last edited: Feb 21, 2025 at 02:43
    Q: In Reconstruction script, how to disable AzureArcSetup on 20348 Server Desktop Experience with the latest CU?
    A: Disable it after CU has been installed.
    Q: But I don't know from which CU build does it start.
    A: Just check its existency.
    Code:
    if exist %MT%\Windows\servicing\Packages\*AzureArcSetup*.mum (
    echo.
    echo ------------------------------------------------------------
    echo Disable Server Features
    echo ------------------------------------------------------------
    echo.
    for /d %%i in (AzureArcSetup) do (echo %%i&dism /english /quiet /image:%MT% /disable-feature /featurename:%%i)
    )
    
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,825
    14,528
    340
  4. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    798
    521
    30
    Use latest 7-zip, it updated arm64 binary compression
     
  5. Javac75

    Javac75 MDL Member

    Mar 16, 2015
    224
    297
    10
    wtfjajaja
    Please, use the original Bedi.cmd and put Bedi folder to the root drive.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. wtfjajaja

    wtfjajaja MDL Novice

    Oct 4, 2008
    6
    2
    0
    It's located at C:, specifically C:\Bedi, and the script remains original.
    thanks.
     
  7. Javac75

    Javac75 MDL Member

    Mar 16, 2015
    224
    297
    10
    upload_2025-2-22_0-18-56.png
    Original
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. sakatgg

    sakatgg MDL Novice

    Jun 18, 2020
    46
    30
    0
    #1629 sakatgg, Feb 21, 2025 at 17:42
    Last edited: Feb 21, 2025 at 17:56

    Attached Files:

    • 111.jpg
      111.jpg
      File size:
      126.6 KB
      Views:
      9
  9. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    611
    216
    30
    You can not edit manifest files if you can not create a valid signed catolog (.cat) file of that manifest. Forget about editing manifests. Edit just mums.
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,825
    14,528
    340