I tried Windows 11 LTSC 2024 version 26100. u can only activate IotenterpriseS and IoTenterpriseSK with hwid digital activation.
The usage worked for some previous build. But not for 26100. Code: ManagedWimLib.WimLibException: [Open] [ERROR] Can't open "Z:\26100.1\temp\1712584565361\MediaRoot\sources\install.esd" read-only: No such file or directory at ManagedWimLib.WimLibException.CheckErrorCode(ErrorCode ret) at ManagedWimLib.Wim.OpenWim(String wimFile, OpenFlags openFlags) at UnifiedUpdatePlatform.Services.Imaging.WimLibImaging.GetWIMInformation(String wimFile, WIM& wimInformationObject) [21:57:47][ Error ] An error occured! [21:57:47][ Error ] An error occurred while creating the ISO. download: official edition. e.g. Professional. s=Parent sku, e=Virtual edition. If not specified or mismatched, it downloads all skus which is not appropriate for EnterpriseG. create: UUP-supported editionspecific. e.g. EnterpriseG. So, homebrewed EnterpriseS, no.
remove -e EnterpriseG from Download.cmd Code: @echo off pushd "%~dp0" UUPDownload.exe -s EnterpriseG -v 10.0.26100.1 -y 10.0.26100.1 -t amd64 -l zh-cn -r canary -c ge_release ====================== :END echo. pause exit
26100 Spp is compatible with 25398. 25398 Spp is compatible with 22621 Spp. Q: Whether or not 26100 Spp is compatible with 22621? [Hint] Spp is one thing; PKeyConfigVersion is another. 26100 and 25398 are having compatible Spp and PKeyConfigVersion which support all three LTSC Editions. But 22621's PKeyConfigVersion does not support IoTEnterpriseSK.
EnterpriseG needs only Pro's packages. So, to download, use "-s Professional -e Professional". Then manually download EnterpriseG's EditionSpecific. But, that create.cmd won't allow me to make 26100.1 EnterpriseG Edition in the way I used to use.
ManagedWimLib.WimLibException: [Open] [ERROR] Can't open "Z:\26100.1\temp\1712584565361\MediaRoot\sources\install.esd" read-only: No such file or directory at ManagedWimLib.WimLibException.CheckErrorCode(ErrorCode ret) install.esd, It should be Professional install.wim converted Later, it was similar to Apply-Unattend that it was reconstituted as EnterpriseG
This is a good example. Code: [23:36:20][Information] [CreatingISO][100%] Building Z:\25941.1000\25941-EnterpriseG-amd64-en-US.iso [23:36:20][Information] [Done] Download.cmd Code: UUPDownload.exe -s Professional -e Professional -v 10.0.25941.1000 -y 10.0.25941.1000 -l en-US -r Canary -t amd64 -c rs_prerelease + 25941.1000\25941\UUP\Desktop\editionPackages\neutral\Microsoft-Windows-EditionSpecific-EnterpriseG-Package.ESD + Create.cmd Code: uupmediaconverter -i 25941-EnterpriseG-amd64-en-US.iso -u 25941 -e EnterpriseG -l en-US -c LZX -t temp\ PS: I rename the "long" downloaded UUP folder as "short" -u 25941.
Test 26100.1 Windows 11 IoT Enterprise Subscription LTSC arm64 en-US Code: C:\WINDOWS\system32>dism /english /image:K: /get-currentedition Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.26100.1 Current edition is: Current Edition : IoTEnterpriseSK The operation completed successfully. C:\WINDOWS\system32>dir /b K:\Windows\servicing\Version\10.0.26100.1 arm64_installed x86_installed C:\WINDOWS\system32>dism /english /image:K: /add-package:z:\Microsoft-Windows-FoDMetadata-Package.cab Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.26100.1 Processing 1 of 1 - Adding package Microsoft-Windows-FodMetadata-Package~31bf3856ad364e35~arm64~~10.0.26100.1 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32> PS: No arm64 device. So test it for inspiring your imagination.
Hi guys! I use this command Code: Code: UUPMediaConverter.exe -u D:\10.0.26100.1.ge_release.240331-1435_amd64fre_6421e46cb0bb -i D:\Windows_11_24H2_Pro_x64.iso -l pt-BR And get these ISO: DISM Info Context Menu: Code: DISM Info E:\X\Windows_11_24H2_Pro_x64.iso 1,26100.1,x64,pt-BR,Core 2,26100.1,x64,pt-BR,CoreSingleLanguage 3,26100.1,x64,pt-BR,Professional 4,26100.1,x64,pt-BR,CloudEdition 5,26100.1,x64,pt-BR,Education 6,26100.1,x64,pt-BR,Enterprise 7,26100.1,x64,pt-BR,IoTEnterprise 8,26100.1,x64,pt-BR,IoTEnterpriseK 9,26100.1,x64,pt-BR,ProfessionalCountrySpecific 10,26100.1,x64,pt-BR,ProfessionalEducation 11,26100.1,x64,pt-BR,ProfessionalSingleLanguage 12,26100.1,x64,pt-BR,ProfessionalWorkstation 13,26100.1,x64,pt-BR,ServerRdsh Press any key to continue... Thanks for help. Regards @JeepWillys58