[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    637
    767
    30
  2. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,058
    623
    60
  3. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    637
    767
    30
    The directory containing manifests that need to be renamed.
     
  4. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,058
    623
    60
    Could you give an example?
    Code:
    C:\Windows\System32>D:\1\WPMT.exe /rename:D:\manifest
    Windows Package Management Tool
    Version 0.1.0-alpha
    
    Renaming files in 'D:\manifest'.
    Renamed 0 files and 0 directories.
     
  5. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    637
    767
    30
    Example:

    (In D:\manifest)
    arm_microsoft-onecore-g..celayout-deployment_31bf3856ad364e35_10.0.22000.1_none_7020878e238e728a.manifest
    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved.">
      <assemblyIdentity name="Microsoft-OneCore-GenericGPTDeviceLayout-Deployment" version="10.0.22000.1" processorArchitecture="arm" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
      <deployment xmlns="urn:schemas-microsoft-com:asm.v3" />
      <dependency discoverable="yes">
        <dependentAssembly dependencyType="install">
          <assemblyIdentity name="Microsoft-OneCore-GenericGPTDeviceLayout" version="10.0.22000.1" processorArchitecture="arm" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
        </dependentAssembly>
      </dependency>
    </assembly>
    Modify the version in assemblyIdentity, save it and then use WPMT to rename.
     
  6. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,058
    623
    60
    I understand, thank you very much!
     
  7. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,058
    623
    60
    #3607 zhanglin, Dec 7, 2025
    Last edited: Dec 7, 2025
  8. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,416
    471
    60
    #3608 pp03, Dec 7, 2025
    Last edited: Dec 7, 2025
    in 26100.7344:
    dark background in copy/paste and delete dialogs
    uac when choose settings-> system->storage
     
  9. pp03

    pp03 MDL Expert

    Apr 12, 2014
    1,416
    471
    60
    #3609 pp03, Dec 7, 2025
    Last edited: Dec 20, 2025
    upload_2025-12-7_12-46-14.png
    .7344 wnc pl-pl (recall removed from client desktop required .1742 and .7344)
     
  10. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,058
    623
    60
    #3610 zhanglin, Dec 7, 2025
    Last edited: Dec 7, 2025
    zwl29107's method is very effective, thank you.
    捕获.PNG
    捕获.PNG
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,022
    15,280
    340
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,022
    15,280
    340
  13. EPRob

    EPRob MDL Expert

    Jul 23, 2009
    1,509
    742
    60
    #3615 EPRob, Dec 7, 2025
    Last edited: Dec 7, 2025
    @ppo3
    Did as you suggested "place license.rtf in system32"
    tested and did not work. o_O
    You got any other ideas?

    I used winpe to mount iso and did not work.
    I used winpe to apply wim and did not work.
    Only install I could get was VHDX.

    I read that unplugging the usb at oobe click install now...then plugin usb again to finish install. No go.
    I've run out of ideas
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,022
    15,280
    340
  15. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,863
    3,131
    120
    You need to copy license to current language license folder you can compare with original iso
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. winosr25

    winosr25 MDL Senior Member

    May 14, 2024
    420
    527
    10
    New
    I created a 28000.1199 ServerAzureStackHCICor en-us image using Nodepad, MS Paint, Win32cal, and SnippingTool. I'll share it upon request.

    Manual installation

    Partition with diskpart.

    Apply the image.

    Example:
    dism /apply-image /imagefile:“d:\test.wim” /Index:1 /applydir:e:\

    bcdboot e:\Windows /s c: /f UEFI (for UEFI)

    bcdboot e:\Windows /s c: (for mbr)

    oobe cmd:
    net user administrator /active:yes
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,022
    15,280
    340
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    15,022
    15,280
    340
    #3620 xinso, Dec 8, 2025
    Last edited: Dec 9, 2025
    When would gailium119 and zwl29107 share 20348 Builder and Package Builder?

    Recently, zwl29107 has taught zhangling to use WPMT.

    WPMT == Windows Package Management Tool?