use this tool..its for 11 even if it is in 10 thread https://forums.mydigitallife.net/th...-ltsc-2021-into-classic-legacy-windows.86552/
Oh crap. I had renamed the files previously for use with W10UI. I should have left the original files and just copied them to a suitable name for W10UI. Sometimes you just can't see the trees for the forest.
en-us_windows_adk_10.1.26100_pe_add-on_for_windows_11_version_24h2_released_dec_2024_x64_x86_arm64_dvd_cffaea40.iso
This looks like partitioning for BIOS, and drive must be formatted in MBR for that, I recommend that you switch to GPT partitioning and UEFI installation. Sample for GPT: Code: <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Type>EFI</Type> <Size>100</Size> </CreatePartition> <CreatePartition wcm:action="add"> <Order>2</Order> <Type>MSR</Type> <Size>128</Size> </CreatePartition> <CreatePartition wcm:action="add"> <Order>3</Order> <Type>Primary</Type> <Extend>true</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Order>1</Order> <PartitionID>1</PartitionID> <Format>FAT32</Format> <Label>System</Label> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>2</Order> <PartitionID>3</PartitionID> <Format>NTFS</Format> <Label>Windows</Label> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>3</PartitionID> </InstallTo> <InstallToAvailablePartition>false</InstallToAvailablePartition> </OSImage> </ImageInstall>
Are there available original Microsoft direct download links here for these iso files? Code: en-us_windows_adk_10.1.26100_for_windows_11_version_24h2_released_dec_2024_x64_x86_arm64_dvd_d1c75f56.iso en-us_windows_adk_10.1.26100_pe_add-on_for_windows_11_version_24h2_released_dec_2024_x64_x86_arm64_dvd_cffaea40.iso
Is there any substantial difference between: Code: en-us_windows_adk_10.1.26100_for_windows_11_version_24h2_released_dec_2024_x64_x86_arm64_dvd_d1c75f56.iso and en-us_windows_adk_10.1.26100.1_for_windows_11_version_24h2_x64_x86_arm64_dvd_d1c75f56.iso en-us_windows_adk_10.1.26100_pe_add-on_for_windows_11_version_24h2_released_dec_2024_x64_x86_arm64_dvd_cffaea40.iso and en-us_windows_adk_10.1.26100.1_pe_add-on_for_windows_11_version_24h2_x64_x86_arm64_dvd_cffaea40.iso