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.
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
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.
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
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
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>
I didn;t make full EnterpriseG, i just did a full edition switch version, needed zwl29107 test.7z to get /Get-CurrentEdition working.
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.
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]