[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,967
    1,680
    60
    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-Windows-EnterpriseGEdition" version="10.0.27913.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
      <package identifier="Windows EnterpriseG Edition" releaseType="Product">
        <update name="Microsoft-Windows-EditionSpecific-EnterpriseG-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-EditionSpecific-EnterpriseG-Package" version="10.0.27913.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
      </package>
    </assembly>
    Can you make a set like this please.
     
  2. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    630
    752
    30
     

    Attached Files:

    • test.7z
      File size:
      7.2 KB
      Views:
      36
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,299
    14,872
    340
    #2503 xinso, Aug 3, 2025
    Last edited: Aug 3, 2025
    It works. Thanks.

    PS:
    The "Quote" failed.
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,299
    14,872
    340
  5. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    728
    150
    30
    #2505 pp03, Aug 3, 2025
    Last edited: Aug 3, 2025
    as for touchpad driver i think i figured it out. it's not about hidclass, hidparse and hidusb.

    touchpad on sl7 works from 1904x.3031 and above, because there is hidspicx.sys
     
  6. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    306
    165
    10
  7. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,967
    1,680
    60
    #2507 Ace2, Aug 3, 2025
    Last edited: Aug 3, 2025
    zwl29107 thank for test.7z

    Code:
    C:\Users\User>Dism /Image:C:\mount /Get-CurrentEdition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1150
    
    Image Version: 10.0.27909.1000
    
    Current edition is:
    
    Current Edition : EnterpriseG
    
    The operation completed successfully.
    
    C:\Users\User>Dism /Image:C:\mount /Cleanup-Image /ScanHealth
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1150
    
    Image Version: 10.0.27909.1000
    
    [==========================100.0%==========================] No component store corruption detected.
    The operation completed successfully.
    
    C:\Users\User>Dism /Image:C:\mount /Cleanup-Image /RestoreHealth
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1150
    
    Image Version: 10.0.27909.1000
    
    [==========================100.0%==========================] The restore operation completed successfully.
    The operation completed successfully.
     
  8. Alex1132

    Alex1132 MDL Novice

    Jul 23, 2025
    14
    1
    0
    i have a problem with Bedi script:
    EnterpriseG 22000.3260 cant be installed because of "license file error".
    EnterpriseS working fine:(
    can script get fix for EnterpriseG creation:(
    thanks
     
  9. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,967
    1,680
    60
    You could mount Enterprise G install.wim, then use these commands, so you skip license page at setup.

    Code:
    md C:\mount
    
    Dism /Mount-Image /ImageFile:C:\install.wim /Index:1 /MountDir:C:\mount
    
    Reg.exe load HKLM\SOFTHIVE C:\mount\Windows\System32\config\SOFTWARE
    Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\OOBE" /v "HideEULAPage" /t REG_DWORD /d 1 /f
    Reg.exe unload HKLM\SOFTHIVE
    
    Dism /Unmount-Image /MountDir:C:\mount /Commit
     
  10. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    306
    165
    10
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,299
    14,872
    340
    #2513 xinso, Aug 4, 2025
    Last edited: Aug 4, 2025
    Q: Ace2 made EnterpriseG with "EditionSpecific" package only. Ace2 showed "It worked". Why?

    Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.27913.1000.mum
    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-Windows-EnterpriseGEdition" version="10.0.27913.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
      <package identifier="Windows EnterpriseG Edition" releaseType="Product">
        <update name="Microsoft-Windows-EditionSpecific-EnterpriseG-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-EditionSpecific-EnterpriseG-Package" version="10.0.27913.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
      </package>
    </assembly>
    
     
  12. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,967
    1,680
    60
    I didn;t make full EnterpriseG, i just did a full edition switch version, needed zwl29107 test.7z to get /Get-CurrentEdition working.
     
  13. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,967
    1,680
    60
    Yes there a full edition of Pro, I would mod 27909.1000 cu to skip Enterprise G then use modded 27913.1000 cu to update EditionSpecific-EnterpriseG-Package only.
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,299
    14,872
    340
    #2517 xinso, Aug 4, 2025
    Last edited: Aug 5, 2025
    Code:
    C:\windows\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.27913.1000
    
    
    Error: 0x80092004
    
    DISM failed. No operation was performed.
    For more information, review the log file.
    
    The DISM log file can be found at z:\1.log
    
    C:\windows\system32>
    
    --->
    Code:
    2025-08-04 22:33:22, Error                 CSI    0000000c@2025/8/4:14:33:22.109 (F) onecore\base\servicing\turbostack\lib\verify.cpp(119): Error CRYPT_E_NOT_FOUND originated in function (null) expression: (null)
    2025-08-04 22:33:22, Error                 CBS    Failed to verify if mum file update.mum is vouched for by catalog: CRYPT_E_NOT_FOUND
    2025-08-04 22:33:22, Error                 CBS    Failed to get manifest file: \\?\Z:\WinSxS\Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.27913.1000.mum [HRESULT = 0x80092004 - CRYPT_E_NOT_FOUND]
    
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,299
    14,872
    340
    #2519 xinso, Aug 4, 2025
    Last edited: Aug 5, 2025
    Thanks.
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,299
    14,872
    340
    #2520 xinso, Aug 5, 2025
    Last edited: Aug 5, 2025