Windows 10 Hotfix Repository

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

  1. mehdibleu

    mehdibleu MDL Expert

    Jun 14, 2017
    1,008
    251
    60
    it doesn't matter, i got confused by seeing the link to download win ADK for win8 but not important, now it is clear.
    thank you.
     
  2. ruby2hora

    ruby2hora MDL Novice

    Jul 1, 2010
    16
    7
    0
    #4282 ruby2hora, Jul 20, 2017
    Last edited: Jul 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. armond

    armond MDL Addicted

    Jun 16, 2008
    737
    240
    30
    Yes, I knew that:) Nothing to learn:)
     
  4. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,404
    2,404
    60
    UPDATED 1607 Review - with latest CU KB4025334 including .CABs
    .... will get to 1511 and 1507 a little bit later (Hopefully - ISP engineer due today) ... cheers

    ... paying for 200MB, getting 8MB if i'm lucky .. also lots of dropouts:furious:
     
  5. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,918
    5,758
    180
    What about 1703 ?
     
  6. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,404
    2,404
    60
    Apart from a slight case of dyslexia [KB4025342 not 4025432], what else am I missing?
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,991
    105,044
    450
    Maybe @SAM-R expected a Catalog Update for 1703? Didn't find one, neither an IP CU.
     
  8. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,404
    2,404
    60
    Possibly, and apologies to @SAM-R if i came over a bit terse.. only intended to point out change to 1607 since my last update to both 1703 and 1607, also to confirm I hadn't forgotten about 1511 and 1507.

    .. as regards the latter, you don't happen to have an up to date list of updates required for those (1511, 1507) ..TIA

    as regards my internet connection, seems that it's going to get a lot worse... they need to re-pull all cables, which would be a miracle, currently, as the conduit feeding my road is completely conjested
     
  9. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    I don't get it... For build 1607 - Security Update every second Tuesday ends up slightly bigger in size than the non-security update that follows a week or 2 weeks later! Aren't they completely 100% cumulative???

    Security Update (Previous Cumulative Update) - Windows10.0-KB4025339-x64 - 1139MB
    Non-Security Update (Current Cumulative Update) - Windows10.0-KB4025334-x64 - 1102MB

    Does anyone know whether Update KB4025632 is included in either of the CU's above? Its specific for Windows PE.
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,313
    91,491
    340
    KB4025334 is packed in one internal cab
    KB4025339 is packed in 4 or 5 internal cabs, to ease the express distribution through WU

    yes
     
  11. hb860

    hb860 MDL Expert

    May 7, 2010
    1,012
    1,860
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. hb860

    hb860 MDL Expert

    May 7, 2010
    1,012
    1,860
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,313
    91,491
    340
    For ver 1703, it's been released on 3rd tuesday so far
    xxxxxxxx 2017/07/25
    4022716 2017/06/27
    4020102 2017/05/25
    4016240 2017/04/25
     
  14. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    Now about the /ResetBase command i have find one solution ....so i was thinking if the commands don't work then do it manually .. so i used mine el_windows_10_multiple_editions_version_1703_updated_june_2017_x86_dvd_10725571 and i mounted so i enablet net 3.5 first then integrate the 2 updates and after this i just delete manually from C:\mount\windows\winsxs\ the backup files all of them it was like 200MB and also i delete the 2 files suspend.xml and one more which was inside the C:\Mount\windows\winsxs....so i tested and works..!!ofcorse use take Ownership
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,991
    105,044
    450
    The resetbase command works fine, the problem is after performing it "resetpc" won't work. If you have to use "Taking ownership" your most likely cause file integrity errors.
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,991
    105,044
    450
    Test W10UI_3.2:

    Settings:
    Code:
    rem for updating current os, leave this option as %SystemDrive%
    set "target=d:\W10UI_3.2\Works"
    
    rem updates location, %cd% represent the current script directory
    set "repo=d:\W10UI_3.2\15063_Updates_x86"
    
    rem dism.exe tool path (default is system's if the host os is win10)
    set "dismroot=%windir%\system32\dism.exe"
    
    rem enable .NET 3.5 feature
    set net35=1
    
    rem optional, specify custom path for microsoft-windows-netfx3-ondemand-package.cab
    set "net35source=d:\W10UI_3.2\sxs_enGB_x86"
    
    rem Cleanup OS images to "compress" superseded components (might take long time to complete)
    set cleanup=1
    
    rem Rebase OS images to "remove" superseded components (warning: might break "Reset this PC" feature)
    set resetbase=0
    
    rem 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=1
    
    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 optional, set directory for temporary extracted files
    set "cab_dir=%~d0\W10UItemp"
    
    rem optional, set mount directory for updating wim files
    set "mountdir=c:\mount"
    set "winremount=%SystemDrive%\W10UImountre"
    Code:
    ============================================================
    
    1. Target (x86): "d:\W10UI_3.2\Works"
    
    2. Updates: "d:\W10UI_3.2\15063_Updates_x86"
    
    3. DISM: "C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\AMD64\DISM\dism.exe"
    
    4. Enable .NET 3.5: YES
    
    5. Cleanup System Image: YES      6. Reset Image Base: NO
    
    ============================================================
    0. Start the process
    ============================================================
    
    Change a menu option, press 0 to start, or 9 to exit:
    Code:
    ============================================================
    Extracting/Copying .cab files to temp folder
    ============================================================
    
    1/3: windows10.0-kb4022405-x86_SSTACK.cab
    2/3: windows10.0-kb4025342-x86_CU.cab
    3/3: Windows10.0-KB4025376-x86_FLASH.cab
    
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/3: windows10.0-kb4022405-x86_SSTACK.cab
    2/3: windows10.0-kb4025342-x86_CU.cab
    3/3: Windows10.0-KB4025376-x86_FLASH.cab
    
    ============================================================
    Mounting install.wim - index 1/11
    ============================================================
    
    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.15063.0
    
    Processing 1 of 1 - Adding package Package_for_KB4022405~31bf3856ad364e35~x86~~10.0.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~15063.483.1.13
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Package_for_KB4025376~31bf3856ad364e35~x86~~10.0.1.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Cleaning up OS image
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Adding .NET Framework 3.5 feature
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 2 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~x86~~11.0.15063.0
    [==========================100.0%==========================]
    Processing 2 of 2 - Adding package Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~x86~~10.0.15063.0
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Reinstalling cumulative update...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~15063.483.1.13
    [==========================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.
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_KB4022405~31bf3856ad364e35~x86~~10.0.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~15063.483.1.13
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : D:\W10UI_3.2\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/11
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : d:\W10UI_3.2\Works\sources\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    2/11-->11/11
    
    ============================================================
    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.
    
    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.
    
    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.
    
    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.
    
    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.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting boot.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.15063.0
    
    Processing 1 of 1 - Adding package Package_for_KB4022405~31bf3856ad364e35~x86~~10.0.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~15063.483.1.13
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting boot.wim - index 1/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : d:\W10UI_3.2\Works\sources\boot.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Mounting boot.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.15063.0
    
    Processing 1 of 1 - Adding package Package_for_KB4022405~31bf3856ad364e35~x86~~10.0.1.2
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~x86~~15063.483.1.13
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Resetting WinPE image base
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image Version: 10.0.15063.0
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Unmounting boot.wim - index 2/2
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.15063.0
    
    Image File : d:\W10UI_3.2\Works\sources\boot.wim
    Image Index : 2
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Rebuilding boot.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...
    ============================================================
    
    
    ============================================================
    Creating updated ISO file...
    ============================================================
    
    
    CDIMAGE 2.53m CD-ROM and DVD-ROM Premastering Utility
    Copyright (C) Microsoft, 1993-2007. All rights reserved.
    For Microsoft internal use only.
    
    
    Scanning source tree (1500 files in 55 directories)
    Scanning source tree complete (1627 files in 96 directories)
    
    Computing directory information complete
    
    Image file is 3703799808 bytes (before optimization)
    
    Writing 1627 files in 96 directories to Win10_15063_Updated.iso
    
    100% complete
    
    Storage optimization saved 38 files, 14147584 bytes (1% of image)
    
    After optimization, image file is 3693240320 bytes
    Space saved because of embedding, sparseness or optimization = 14147584
    
    Done.
    
    ============================================================
       Finished
    ============================================================
    
    
    Press any key to exit.