abbodi1406's Batch Scripts Repo

Discussion in 'Scripting' started by abbodi1406, May 4, 2017.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,754
    113,088
    450
    Yeah, going the sysprep way is the way to go ;):rolleyes:

    And the extra instruction are weird, when generalizing before sysprep there are no sid problems, when i last did it that way.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. KleineZiege

    KleineZiege MDL Guru

    Dec 11, 2018
    2,087
    2,406
    90
    #3742 KleineZiege, Jul 17, 2025
    Last edited: Jul 17, 2025
    Yes I can send your The Files and Info
    How to SYSPREP Windows more than three (3) times (ReArm).DOCX
    Sysprep Windows 10.docx
    Win10_Sysprep_Akademie.pdf

    since I'm building this with vmware, I'll make a little video, of a sysprep in vmware.
    But I can only upload that in the evening.
    I will gladly give you the file

    Upload ist Out
     
  3. fabricio simoes

    fabricio simoes MDL Member

    Dec 17, 2020
    213
    59
    10
    #3743 fabricio simoes, Jul 31, 2025
    Last edited: Jul 31, 2025
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,754
    113,088
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. ЯƎHTͶAꟼ

    ЯƎHTͶAꟼ MDL Senior Member

    Jan 29, 2017
    381
    106
    10
    Yea a video about the whole progress would be extremely helpful, since I have no much experience with sysprep, but want to add more preinstalled stuff.
    You can send me via DM if you want. Thanks in forward.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,754
    113,088
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    7,340
    9,028
    240
    Please open a new topic if you want to discuss things unrelated to abbodi1406 script repos. Thanks and BTT.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. fabricio simoes

    fabricio simoes MDL Member

    Dec 17, 2020
    213
    59
    10
    Abbodi will no longer modify the create editions script to reorder the indexes, it is a lot of work and could cause future problems in the uup dump, use it as is.
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,754
    113,088
    450
    I assumed it was about not working script, who cares about the order of the SKUs?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. VDev

    VDev MDL Member

    Sep 9, 2015
    135
    71
    10
    Its due to netfx 3.5 addon. I migrated to switchless installer from abbodi so I can do detailed cleanup with Rebase reducing image size by 500-700MB on best case scenario.
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,724
    94,328
    340
    uup-converter v115

    - Add "StartExperiencesApp" and "ApplicationCompatibilityEnhancements" to Level 1 apps

    - Add "WidgetsPlatformRuntime" to Level 3 apps

    - Add option "SortEditions" to sort the final editions according to the specified order
    - the option is mainly for sorting editions after creating virtual editions
    however, it also works for sorting regular UUP editions (e.g. place Pro/ProN before Home/HomeN)
    it does not apply for UUP Server editions

    - make sure to specify all desired editions, non-specified editions will not be included in the final install.wim/install.esd
    see ReadMe for details

    - Removed multi_arch_iso.cmd (you can get it from older versions or github if needed)
     
  12. fabricio simoes

    fabricio simoes MDL Member

    Dec 17, 2020
    213
    59
    10
    Code:
    === Checking distribution Info . . .
    
    === Configured Virtual Options . . .
    
    UseDism
    AutoStart
    AutoEditions: ALL
    SortEditions: Core;CoreN;CoreSingleLanguage;Professional;ProfessionalN;ProfessionalWorkstation;ProfessionalWorkstationN;Education;EducationN;ProfessionalEducation;ProfessionalEducationN;ServerRdsh;Enterprise;EnterpriseN;IoTEnterprise;IoTEnterpriseK;EnterpriseS;IoTEnterpriseS;IoTEnterpriseSK;
    
    === Mounting Source Index: 2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Creating Edition: Enterprise
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Image Version: 10.0.19041.1
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Setting the FLAGS property of image 3 to "Enterprise".
    Setting the DISPLAYNAME property of image 3 to "Windows 10 Enterprise".
    Setting the DISPLAYDESCRIPTION property of image 3 to "Windows 10 Enterprise".
    Setting the NAME property of image 3 to "Windows 10 Enterprise".
    Setting the DESCRIPTION property of image 3 to "Windows 10 Enterprise".
    
    === Creating Edition: IoT Enterprise
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Image Version: 10.0.19041.1
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Setting the FLAGS property of image 4 to "IoTEnterprise".
    Setting the DISPLAYNAME property of image 4 to "Windows 10 IoT Enterprise".
    Setting the DISPLAYDESCRIPTION property of image 4 to "Windows 10 IoT Enterprise".
    Setting the NAME property of image 4 to "Windows 10 IoT Enterprise".
    Setting the DESCRIPTION property of image 4 to "Windows 10 IoT Enterprise".
    
    === Creating Edition: Enterprise multi-session
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Image Version: 10.0.19041.1
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Setting the FLAGS property of image 5 to "ServerRdsh".
    Setting the DISPLAYNAME property of image 5 to "Windows 10 Enterprise multi-session".
    Setting the DISPLAYDESCRIPTION property of image 5 to "Windows 10 Enterprise multi-session".
    Setting the NAME property of image 5 to "Windows 10 Enterprise multi-session".
    Setting the DESCRIPTION property of image 5 to "Windows 10 Enterprise multi-session".
    
    === Creating Edition: Education
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Image Version: 10.0.19041.1
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Setting the FLAGS property of image 6 to "Education".
    Setting the DISPLAYNAME property of image 6 to "Windows 10 Education".
    Setting the DISPLAYDESCRIPTION property of image 6 to "Windows 10 Education".
    Setting the NAME property of image 6 to "Windows 10 Education".
    Setting the DESCRIPTION property of image 6 to "Windows 10 Education".
    
    === Creating Edition: Pro Education
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Image Version: 10.0.19041.1
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Setting the FLAGS property of image 7 to "ProfessionalEducation".
    Setting the DISPLAYNAME property of image 7 to "Windows 10 Pro Education".
    Setting the DISPLAYDESCRIPTION property of image 7 to "Windows 10 Pro Education".
    Setting the NAME property of image 7 to "Windows 10 Pro Education".
    Setting the DESCRIPTION property of image 7 to "Windows 10 Pro Education".
    
    === Creating Edition: Pro for Workstations
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Image Version: 10.0.19041.1
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Setting the FLAGS property of image 8 to "ProfessionalWorkstation".
    Setting the DISPLAYNAME property of image 8 to "Windows 10 Pro for Workstations".
    Setting the DISPLAYDESCRIPTION property of image 8 to "Windows 10 Pro for Workstations".
    Setting the NAME property of image 8 to "Windows 10 Pro for Workstations".
    Setting the DESCRIPTION property of image 8 to "Windows 10 Pro for Workstations".
    
    === Unmounting Source Index: 2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Image File : E:\uup-converter-wimlib-115\ISOFOLDER\sources\install.wim
    Image Index : 2
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Mounting Source Index: 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Creating Edition: Home Single Language
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Image Version: 10.0.19041.1
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Saving image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Setting the FLAGS property of image 9 to "CoreSingleLanguage".
    Setting the DISPLAYNAME property of image 9 to "Windows 10 Home Single Language".
    Setting the DISPLAYDESCRIPTION property of image 9 to "Windows 10 Home Single Language".
    Setting the NAME property of image 9 to "Windows 10 Home Single Language".
    Setting the DESCRIPTION property of image 9 to "Windows 10 Home Single Language".
    
    === Unmounting Source Index: 1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.22621.5337
    
    Image File : E:\uup-converter-wimlib-115\ISOFOLDER\sources\install.wim
    Image Index : 1
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    === Sorting Edition{s} . . .
    
    1. Core
    Using LZX compression with 8 threads
    Archiving file data: 7521 MiB of 7521 MiB (100%) done
    2. CoreSingleLanguage
    Using LZX compression with 1 thread
    Archiving file data: 114 MiB of 114 MiB (100%) done
    3. Professional
    Using LZX compression with 1 thread
    Archiving file data: 249 MiB of 249 MiB (100%) done
    4. ProfessionalWorkstation
    Using LZX compression with 1 thread
    Archiving file data: 116 MiB of 116 MiB (100%) done
    5. Education
    Using LZX compression with 1 thread
    Archiving file data: 99 MiB of 99 MiB (100%) done
    6. ProfessionalEducation
    Using LZX compression with 1 thread
    Archiving file data: 99 MiB of 99 MiB (100%) done
    7. ServerRdsh
    Using LZX compression with 1 thread
    Archiving file data: 99 MiB of 99 MiB (100%) done
    8. Enterprise
    Using LZX compression with 1 thread
    Archiving file data: 99 MiB of 99 MiB (100%) done
    9. IoTEnterprise
    Using LZX compression with 1 thread
    Archiving file data: 99 MiB of 99 MiB (100%) done
    
    === Creating ISO . . .
    
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    
    
    Scanning source tree (500 files in 41 directories)
    Scanning source tree complete (899 files in 85 directories)
    
    Computing directory information complete
    
    Image file is 4380000256 bytes (before optimization)
    
    Writing 899 files in 85 directories to 19041.1.191206-1406.VB_RELEASE_CLIENTMULTI_X64FRE_PT-BR_28789.ISO
    
    48% complete
    1. Windows 10 Home (19041.1) x64
    2. Windows 10 Home Single Language (19041.1) x64
    3. Windows 10 Pro (19041.1) x64
    4. Windows 10 Pro for Workstations (19041.1) x64
    5. Windows 10 Education (19041.1) x64
    6. Windows 10 Pro Education (19041.1) x64
    7. Windows 10 Enterprise multi-session (19041.1) x64
    8. Windows 10 Enterprise (19041.1) x64
    9. Windows 10 IoT Enterprise (19041.1) x64

    thank you... :D
     
  13. JerryWin

    JerryWin MDL Novice

    Mar 16, 2019
    40
    54
    0
    I don't know if it's right to ask here, but there are many people. How to not install OneDrive when installing Office 2013 Home and Business Retail? Using the element "<ExcludeApp ID='OneDrive' />" has no effect.
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,724
    94,328
    340
    You mean OneDrive for Business? it's Groove
     
  15. JerryWin

    JerryWin MDL Novice

    Mar 16, 2019
    40
    54
    0
    No, it's a personal version of Onedrive, the old version is called SkyDrive, how to prevent it from installing?
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,724
    94,328
    340
    Yeah, i see that "root\Integration\OneDriveSetup.exe" is included, but it does not seem it can be excluded
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,724
    94,328
    340
    W10UI v10.53r

    - Small revision to install all SSUs for Windows 10 v1507 (LTSB 2015)

    thanks to @Enthousiast for verifying and testing
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,754
    113,088
    450
    Code:
    ====================== W10UI v10.53r =======================
    [1] Target (x64): "E:\2015_LTSB\Work_x64_US"
    
    [2] Updates: "E:\2015_LTSB\Updates_x64"
    
    [3] DISM: "Windows NT 10.0 ADK"
    
    [4] Enable .NET 3.5: YES
    
    [5] Cleanup System Image: YES      [6] Reset Image Base: YES
    
    [7] Update WinRE.wim: YES
    
    [M] Mount Directory: "c:\W10UImount_12963"
    
    [E] Extraction Directory: "c:\W10UItemp_16130"
    
    ============================================================
    Change a menu option, press 0 to start the process, or 9 to exit:
    Code:
    ============================================================
    Running W10UI v10.53r
    ============================================================
    
    ============================================================
    Configured Options...
    ============================================================
    
    Net35
    Net35Source
    Cleanup
    ResetBase
    UpdtBootFiles
    WinRE
    ISO
    
    ============================================================
    Extracting .cab files from .msu files...
    ============================================================
    
    1/13: windows10.0-kb3125217-x64_Remove_Outdated_CUs.msu
    2/13: windows10.0-kb3161102-x64_Remove_Windows_Journal.msu
    3/13: windows10.0-kb3172729-x64_Secure_Boot.msu
    4/13: windows10.0-kb3173427-x64_Secure_Boot.msu
    5/13: windows10.0-kb4021701-v2-x64_WU_Client_17828.msu
    6/13: windows10.0-kb4033631-v2-x64_ComPat_Appraiser.msu
    7/13: windows10.0-kb4051600-x64_NDP_4.6.2_CU_649.msu
    8/13: windows10.0-kb4535680-x64_Secure_Boot.msu
    9/13: windows10.0-kb4577586-x64_Flash_Removal.msu
    10/13: windows10.0-kb4589198-v2-x64_MMIO.msu
    11/13: windows10.0-kb5012170-x64_Secure_Boot.msu
    12/13: Windows10.0-KB5058527-x64_SSU_21013.1.1.msu
    13/13: windows10.0-kb5062561-x64_LCU_21073.1.17.msu
    
    ============================================================
    Extracting files from update containers (cab/wim)...
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/17: defender-dism-x64_steven4554_Aug_05_2025.cab
    2/17: Windows10.0-KB3125217-x64.cab
    3/17: windows10.0-kb3151900-x64_NDP_4.6.2_Base.cab [NetFx]
    4/17: Windows10.0-KB3161102-x64.cab
    5/17: Windows10.0-KB3172729-x64.cab [SecureBoot]
    6/17: Windows10.0-KB3173427-x64.cab [SSU]
    7/17: Windows10.0-KB4021701-v2-x64.cab
    8/17: Windows10.0-KB4033631-v2-x64.cab
    9/17: Windows10.0-KB4051600-x64.cab [NetFx]
    10/17: Windows10.0-KB4535680-x64.cab [SecureBoot]
    11/17: Windows10.0-KB4577586-x64.cab [Flash]
    12/17: Windows10.0-KB4589198-v2-x64.cab [Microcode]
    13/17: Windows10.0-KB5012170-x64.cab [SecureBoot]
    14/17: Windows10.0-KB5058527-x64.cab [SSU]
    15/17: Windows10.0-KB5062561-x64.cab [LCU]
    16/17: windows10.0-kb5062692-x64_DU_SafeOS_21071.1.1.cab [SafeOS DU]
    17/17: windows10.0-kb5062788-x64_DU_Sources_21061.cab [Setup DU]
    
    ============================================================
    Mounting sources\install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.16384
    
    Processing 1 of 2 - Adding package Package_for_KB3173427~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_KB5058527~31bf3856ad364e35~amd64~~10240.21013.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.21013
    
    Processing 1 of 3 - Adding package Package_for_KB3172729~31bf3856ad364e35~amd64~~10.0.1.1
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB4535680~31bf3856ad364e35~amd64~~10.0.1.1
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB5012170~31bf3856ad364e35~amd64~~10240.19380.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.21013
    
    Processing 1 of 8 - Adding package Package_for_KB3151900~31bf3856ad364e35~amd64~~10.0.1.581
    [==========================100.0%==========================]
    Processing 2 of 8 - Adding package Package_for_KB3125217~31bf3856ad364e35~amd64~~10.0.1.1
    [==========================100.0%==========================]
    Processing 3 of 8 - Adding package Package_for_KB3161102~31bf3856ad364e35~amd64~~10.0.1.3
    [==========================100.0%==========================]
    Processing 4 of 8 - Adding package Package_for_KB4021701~31bf3856ad364e35~amd64~~10.0.2.2
    [==========================100.0%==========================]
    Processing 5 of 8 - Adding package Package_for_KB4033631~31bf3856ad364e35~amd64~~10.0.2.1
    [==========================100.0%==========================]
    Processing 6 of 8 - Adding package Package_for_KB4051600~31bf3856ad364e35~amd64~~10.0.1.649
    [==========================100.0%==========================]
    Processing 7 of 8 - Adding package Package_for_KB4577586~31bf3856ad364e35~amd64~~10.0.1.5
    [==========================100.0%==========================]
    Processing 8 of 8 - Adding package Package_for_KB4589198~31bf3856ad364e35~amd64~~10.0.2.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.21013
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~10240.21073.1.17
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding Defender update...
    ============================================================
    
    Platform  : 4.18.25060.7
    Engine    : 1.1.25060.6
    Signatures: 1.433.301.0
    
    ============================================================
    Adding .NET Framework 3.5 feature...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.21013
    
    Enabling feature(s)
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update(s)...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.21013
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~10240.21073.1.17
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim ...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.16384
    
    Processing 1 of 2 - Adding package Package_for_KB3173427~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_KB5058527~31bf3856ad364e35~amd64~~10240.21013.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.21013
    
    Processing 1 of 1 - Adding package Package_for_KB5062692~31bf3856ad364e35~amd64~~10240.21071.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.21013
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\2015_LTSB\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim ...
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting sources\install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\2015_LTSB\Work_x64_US\sources\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding sources\install.wim ...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.16384
    
    Processing 1 of 2 - Adding package Package_for_KB3173427~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_KB5058527~31bf3856ad364e35~amd64~~10240.21013.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.21013
    
    Processing 1 of 1 - Adding package Package_for_KB4589198~31bf3856ad364e35~amd64~~10.0.2.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.21013
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~10240.21073.1.17
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.21013
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\2015_LTSB\Work_x64_US\sources\boot.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.16384
    
    Processing 1 of 2 - Adding package Package_for_KB3173427~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_KB5058527~31bf3856ad364e35~amd64~~10240.21013.1.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.21013
    
    Processing 1 of 1 - Adding package Package_for_KB4589198~31bf3856ad364e35~amd64~~10.0.2.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.21013
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~10240.21073.1.17
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image Version: 10.0.10240.21013
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting sources\boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Image File : E:\2015_LTSB\Work_x64_US\sources\boot.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding sources\boot.wim ...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.5720
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding setup dynamic update(s)...
    ============================================================
    
    windows10.0-kb5062788-x64_DU_Sources_21061.cab
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
    Creating updated ISO file...
    ============================================================
    
    ISO Location:
    "E:\2015_LTSB"
    
    OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2012. All rights reserved.
    Licensed only for producing Microsoft authorized content.
    
    
    Scanning source tree (500 files in 13 directories)
    Scanning source tree complete (959 files in 101 directories)
    
    Computing directory information complete
    
    Image file is 5244911616 bytes (before optimization)
    
    Writing 959 files in 101 directories to 10240.21073.250701-2006.TH1_CLIENT_X64FRE_EN-US.iso
    
    100% complete
    
    Storage optimization saved 24 files, 13944832 bytes (1% of image)
    
    After optimization, image file is 5233166336 bytes
    Space saved because of embedding, sparseness or optimization = 13944832
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press 9 or q to exit.
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. VDev

    VDev MDL Member

    Sep 9, 2015
    135
    71
    10
  20. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    740
    153
    30
    #3760 pp03, Aug 14, 2025
    Last edited: Aug 14, 2025