Windows 11 Imaging, Customization and Deployment

Discussion in 'Windows 11' started by Enthousiast, Jul 1, 2021.

  1. rayman95

    rayman95 MDL Member

    Oct 3, 2018
    122
    48
    10
    #181 rayman95, Feb 1, 2025
    Last edited: Feb 1, 2025
    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/
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,393
    92,046
    340
  3. adric

    adric MDL Expert

    Jul 30, 2009
    1,413
    1,560
    60
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,393
    92,046
    340
    Files must be named "*~31bf3856ad364e35~amd64~~.cab" not "*-amd64.cab"
     
  5. adric

    adric MDL Expert

    Jul 30, 2009
    1,413
    1,560
    60
    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. :oops: Sometimes you just can't see the trees for the forest.
     
  6. tavrez

    tavrez MDL Addicted

    Sep 28, 2015
    516
    350
    30
    luzea site is down?
    Is there any link to up to date win adk and pe iso?
     
  7. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,539
    2,912
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. tavrez

    tavrez MDL Addicted

    Sep 28, 2015
    516
    350
    30
  9. tavrez

    tavrez MDL Addicted

    Sep 28, 2015
    516
    350
    30
    #192 tavrez, Mar 17, 2025
    Last edited: Mar 17, 2025
    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>
    
     
  10. Mavericks Choice

    Mavericks Choice MDL Guru

    Aug 5, 2015
    3,528
    14,541
    120
    @tavrez Your suggestion worked for me thanks.
     
  11. Opulent_Maelstrom

    Opulent_Maelstrom MDL Junior Member

    Dec 30, 2022
    84
    45
    0
    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
    
     
  12. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,205
    21,428
    240
    https://forums.mydigitallife.net/posts/1863222
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Opulent_Maelstrom

    Opulent_Maelstrom MDL Junior Member

    Dec 30, 2022
    84
    45
    0
    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
    
     
  14. Opulent_Maelstrom

    Opulent_Maelstrom MDL Junior Member

    Dec 30, 2022
    84
    45
    0
  15. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,205
    21,428
    240
    no M$ direct link from me
    verify checksums & you are ok
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,393
    92,046
    340