Windows 10 Hotfix Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. MUKESH

    MUKESH MDL Junior Member

    Sep 1, 2011
    61
    31
    0
    #4121 MUKESH, Jul 4, 2017
    Last edited: Jul 4, 2017
    Yes.
    All the 9 Anniversary Update 64-bit OS's are Original & Untouched.

    EDIT 1 :
    The only thing i did prior to offline servicing is that i renamed them using imagex.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,435
    450
    The renaming should not matter, but the resetbase is taking really long overhere, i run the mount on a very fast SSD but it took 5min for 1% progress :( It's at 79% now.

    EDIT: it's now going a bit faster :)
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,435
    450
    #4123 Enthousiast, Jul 4, 2017
    Last edited: Jul 4, 2017
    Code:
    rem for updating live os, leave this option as %SystemDrive%
    set "target=d:\W10UI_2.1\14393_x64\sources\install.wim"
    
    rem updates location, %cd% represent the script directory
    set "repo=d:\W10UI_2.1\14393_Non_47\"
    
    rem define dism.exe tool path (default is sysyem's if the host os is win10)
    set "dismroot=%windir%\system32\dism.exe"
    
    rem enable .NET 3.5 feature, change to 0 for not enabling it
    set net35=0
    
    rem set this to 1 to start the process directly once you execute the script
    rem make sure you set the above options correctly first
    set autostart=0
    
    rem set this to 1 to create new iso file if the target is a distribution folder
    rem require placing oscdimg.exe or cdimage.exe next to W10UI.cmd
    set iso=0
    
    rem Optional, set directory for temporary extracted files
    set "cab_dir=%SystemDrive%\cab"
    
    rem Optional, set mount directory for updating wim files
    set "mountdir=c:\mount"
    set "winremount=%cd%\mountre"

    Progress:
    Code:
    ============================================================
    Extracting/Copying .cab files to temp folder
    ============================================================
    
    1/4: Windows10.0-KB4022723-x64_CU.msu
    2/4: windows10.0-kb4022730-x64_Flash.msu
    3/4: windows10.0-kb4023834-x64_SSTack.msu
    4/4: windows10.0-kb4025632-x64_OOBE.msu
    
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/4: Windows10.0-KB4022723-x64.cab
    2/4: Windows10.0-KB4022730-x64.cab
    3/4: Windows10.0-KB4023834-x64.cab
    4/4: Windows10.0-KB4025632-x64.cab
    
    ============================================================
    Mounting install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing Updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB4022730~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting the image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.14393.0
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim
    ============================================================
    Resetbase finally finished and the script is now updating the winre.wim

    Yes the host is 15063.447 and i have ADK for 15063 installed.
    I left kb3150513 and kb4013419 out, they were not on the WHD list.

    Code:
    ============================================================
    Extracting/Copying .cab files to temp folder
    ============================================================
    
    1/4: Windows10.0-KB4022723-x64_CU.msu
    2/4: windows10.0-kb4022730-x64_Flash.msu
    3/4: windows10.0-kb4023834-x64_SSTack.msu
    4/4: windows10.0-kb4025632-x64_OOBE.msu
    
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/4: Windows10.0-KB4022723-x64.cab
    2/4: Windows10.0-KB4022730-x64.cab
    3/4: Windows10.0-KB4023834-x64.cab
    4/4: Windows10.0-KB4025632-x64.cab
    
    ============================================================
    Mounting install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing Updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB4022730~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting the image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.14393.0
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing Updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.14393.0
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : D:\W10UI_2.1\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.15063.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : d:\W10UI_2.1\14393_x64\sources\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting install.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing Updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB4022730~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting the image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.14393.0
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting install.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : d:\W10UI_2.1\14393_x64\sources\install.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding install.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
       Finished
    ============================================================
    
    
    Press any key to exit.
    
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,738
    340
    Thank you for your patience
    so it's Windows related delay, not script fault :D

    maybe because current Cumultive updates basically replace most of the system components
    i could add an option to disable resetting image base, similar to net35
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,435
    450
    I am preparing a test on a 14393 host to let it run this night, will report back tomorrow :)
     
  6. GOD666

    GOD666 MDL Expert

    Aug 1, 2015
    1,957
    2,059
    60
    Is there really no download for KB4022632?
     
  7. MUKESH

    MUKESH MDL Junior Member

    Sep 1, 2011
    61
    31
    0
    #4128 MUKESH, Jul 5, 2017
    Last edited: Jul 5, 2017
    Using the 4 updates - kb4022723, kb4022730, kb4023834 & 4025632 i proceeded with the Offline Servicing,
    located directly the install.wim file, and it worked.

    Yes, the ResetBase operation is really taking a lot of time to complete(doing things on a mechanical hard drive not ssd).
    only three indexes are done up to now as of posting this comment.

    EDIT 1 :
    All the indexes are complete now and no issues at all !!
    ============================================================
    Extracting/Copying .cab files to temp folder
    ============================================================

    1/4: Windows10.0-KB4022723-x64.msu
    2/4: Windows10.0-KB4022730-x64.msu
    3/4: Windows10.0-KB4023834-x64.msu
    4/4: Windows10.0-KB4025632-x64.msu

    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================

    1/4: Windows10.0-KB4022723-x64.cab
    2/4: Windows10.0-KB4022730-x64.cab
    3/4: Windows10.0-KB4023834-x64.cab
    4/4: Windows10.0-KB4025632-x64.cab

    ============================================================
    Mounting install.wim - index 1/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Checking Updates...
    ============================================================


    ============================================================
    Installing servicing stack update...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Installing Updates...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB4022730~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Resetting the image base
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Updating winre.wim
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Checking Updates...
    ============================================================


    ============================================================
    Installing servicing stack update...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Installing Updates...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    [==========================100.0%==========================]
    The operation completed successfully.

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image File : F:\WHDownloader\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.14393.0

    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Adding updated winre.wim
    ============================================================

    1 file(s) copied.

    ============================================================
    Unmounting install.wim - index 1/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image File : F:\DVD\sources\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Mounting install.wim - index 2/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Checking Updates...
    ============================================================


    ============================================================
    Installing servicing stack update...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Installing Updates...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB4022730~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Resetting the image base
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Adding updated winre.wim
    ============================================================

    1 file(s) copied.

    ============================================================
    Unmounting install.wim - index 2/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image File : F:\DVD\sources\install.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Mounting install.wim - index 3/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Checking Updates...
    ============================================================


    ============================================================
    Installing servicing stack update...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Installing Updates...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB4022730~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Resetting the image base
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Adding updated winre.wim
    ============================================================

    1 file(s) copied.

    ============================================================
    Unmounting install.wim - index 3/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image File : F:\DVD\sources\install.wim
    Image Index : 3
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Mounting install.wim - index 4/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Checking Updates...
    ============================================================


    ============================================================
    Installing servicing stack update...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Installing Updates...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB4022730~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Resetting the image base
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Adding updated winre.wim
    ============================================================

    1 file(s) copied.

    ============================================================
    Unmounting install.wim - index 4/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image File : F:\DVD\sources\install.wim
    Image Index : 4
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Mounting install.wim - index 5/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Checking Updates...
    ============================================================


    ============================================================
    Installing servicing stack update...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Installing Updates...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB4022730~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Resetting the image base
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Adding updated winre.wim
    ============================================================

    1 file(s) copied.

    ============================================================
    Unmounting install.wim - index 5/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image File : F:\DVD\sources\install.wim
    Image Index : 5
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Mounting install.wim - index 6/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Checking Updates...
    ============================================================


    ============================================================
    Installing servicing stack update...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Installing Updates...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB4022730~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Resetting the image base
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Adding updated winre.wim
    ============================================================

    1 file(s) copied.

    ============================================================
    Unmounting install.wim - index 6/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image File : F:\DVD\sources\install.wim
    Image Index : 6
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Mounting install.wim - index 7/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Checking Updates...
    ============================================================


    ============================================================
    Installing servicing stack update...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Installing Updates...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB4022730~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Resetting the image base
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Adding updated winre.wim
    ============================================================

    1 file(s) copied.

    ============================================================
    Unmounting install.wim - index 7/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image File : F:\DVD\sources\install.wim
    Image Index : 7
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Mounting install.wim - index 8/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Checking Updates...
    ============================================================


    ============================================================
    Installing servicing stack update...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Installing Updates...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB4022730~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Resetting the image base
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Adding updated winre.wim
    ============================================================

    1 file(s) copied.

    ============================================================
    Unmounting install.wim - index 8/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image File : F:\DVD\sources\install.wim
    Image Index : 8
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Mounting install.wim - index 9/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Checking Updates...
    ============================================================


    ============================================================
    Installing servicing stack update...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Installing Updates...
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    Processing 1 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_KB4022730~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Resetting the image base
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image Version: 10.0.14393.0

    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Adding updated winre.wim
    ============================================================

    1 file(s) copied.

    ============================================================
    Unmounting install.wim - index 9/9
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Image File : F:\DVD\sources\install.wim
    Image Index : 9
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Rebuilding install.wim
    ============================================================

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.

    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0

    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.

    ============================================================
    Removing temporary extracted files...
    ============================================================


    ============================================================
    Finished
    ============================================================


    Press any key to exit.

    NOTE :

    1.HOST OS : 10 14393.1378 Enterprise 64-bit OS.

    2.SOURCE OS's :
    2.1. An all-in-one iso image containing a total of 9 Anniversary Update 64-bit OS's.

    3.Script used : W10UI_2.1.ZIP .
     
  8. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,007
    956
    90
    Just tied building 1607 myself with W10UI v2.1 & it worked without issue. Took about 1 hour to process Pro and Home.
    My PC has an I7-4770K with 16GB ram & ssd running 15063.413 Pro with no ADK...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,435
    450
    Code:
    
    ============================================================
    Extracting/Copying .cab files to temp folder
    ============================================================
    
    1/6: all-windows10.0-kb4013419-x64_c7ef71ef428fe3d2e105493b8646b8870913f250.cab
    2/6: Windows10.0-KB3150513-v4-x64.cab
    3/6: Windows10.0-KB4022723-x64.cab
    4/6: Windows10.0-KB4022730-x64.cab
    5/6: Windows10.0-KB4023834-x64.cab
    6/6: Windows10.0-KB4025632-x64.cab
    
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/6: all-windows10.0-kb4013419-x64_c7ef71ef428fe3d2e105493b8646b8870913f250.cab
    2/6: Windows10.0-KB3150513-v4-x64.cab
    3/6: Windows10.0-KB4022723-x64.cab
    4/6: Windows10.0-KB4022730-x64.cab
    5/6: Windows10.0-KB4023834-x64.cab
    6/6: Windows10.0-KB4025632-x64.cab
    
    ============================================================
    Mounting install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing Updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 5 - Adding package Package_for_KB4013419~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 5 - Adding package Package_for_KB3150513~31bf3856ad364e35~amd64~~10.0.4.0
    [==========================100.0%==========================]
    Processing 3 of 5 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 4 of 5 - Adding package Package_for_KB4022730~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 5 of 5 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting the image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    [==========================100.0%==========================]
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Updating winre.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing Updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 3 - Adding package Package_for_KB4013419~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 3 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 3 of 3 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image File : C:\Users\vhk\Desktop\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.14393.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting install.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image File : C:\Users\vhk\Desktop\Work\sources\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting install.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Checking Updates...
    ============================================================
    
    
    ============================================================
    Installing servicing stack update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 1 - Adding package Package_for_KB4023834~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing Updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    Processing 1 of 5 - Adding package Package_for_KB4013419~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 2 of 5 - Adding package Package_for_KB3150513~31bf3856ad364e35~amd64~~10.0.4.0
    [==========================100.0%==========================]
    Processing 3 of 5 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1378.1.10
    [==========================100.0%==========================]
    Processing 4 of 5 - Adding package Package_for_KB4022730~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    Processing 5 of 5 - Adding package Package_for_KB4025632~31bf3856ad364e35~amd64~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting the image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    [==========================100.0%==========================]
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding updated winre.wim
    ============================================================
    
            1 file(s) copied.
    
    ============================================================
    Unmounting install.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image File : C:\Users\vhk\Desktop\Work\sources\install.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding install.wim
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
       Finished
    ============================================================
    
    
    Press any key to exit.
    
    
    Something seems to be superseded when i integrate all updates.

    Yes resetbase takes ages to finish on 14393 wim.
     
  10. MUKESH

    MUKESH MDL Junior Member

    Sep 1, 2011
    61
    31
    0
    This is something i am trying to understand.

    Using those six updates(kb3150513, kb4013419, kb4022723, kb4022730, kb4025632 & kb4023834)
    actually works on your end whereas on my pc the whole thing just stops at the resetbase operation.
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,435
    450
    I let it run overnight, so i don't know how long it took to finish on my old testsystem :)

    Will update it manually and see which state the updates get, one by one.
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,435
    450
    One way to get it pre-installed is by going the Audit/Sysprep/Capture route.
     
  13. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,556
    15,642
    270
    :SmallAwesomeSmiley:
     
  14. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,556
    15,642
    270
    That's why I put aside anything related to offline integration. Audit/Sysprep/Capture for the win ! :cool:
     
  15. GOD666

    GOD666 MDL Expert

    Aug 1, 2015
    1,957
    2,059
    60
    Pretend I know nothing and please explain this a bit more into detail if you would, please.
     
  16. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...