Windows 10 Hotfix Repository

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

  1. rentay

    rentay MDL Junior Member

    Dec 30, 2013
    88
    17
    0
  2. oceansalt

    oceansalt MDL Novice

    Mar 26, 2017
    42
    35
    0
    About my the 0x800f0988 - PSFX_E_INVALID_DELTA_COMBINATION update issue:

    Again I restored to 18362.86 disk image. Then, run to
    Code:
    dism /online /add-package /PackagePath:"F:\Windows10.0-KB4503293-x64\update.mum"
    . Same the error. I ran WindowsUpdate itself from Settings. It downloaded and installed KB4495620 ("Cumulative Update for .NET Framework 3.5 and 4.8 for Windows 10, version 1903") before the LCU patch, then the LCD patch (KB4503293 - 18362.175) downloaded and installed successfully.

    I was suprised and learned that need to install released patchs before the Lastest Cumulative Patch. Of course, keep use Win10UI.

    am I do /ResetBase before? Maybe. Accoring to Registry,
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing
    LastResetBase_UTC : 2019/04/27/02:37:29
    After 18362.86 patch installed, I think, I did /ResetBase with Win10UI.

    Officially, /Resetbase already disabled in Registry.
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration
    DisableResetbase 1
    I think, I'll do manually /Resetbase again. :) I have a backup anyway.
     
  3. armond

    armond MDL Addicted

    Jun 16, 2008
    734
    235
    30
    May I ask why not add Intel Microcode updates as well?
    Believe they can be useful. Thanks.
     
  4. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,354
    2,308
    60
    #8224 drew84, Jun 13, 2019
    Last edited: Jun 13, 2019
    .. never requested before, EDIT: 1903, 1809 added
     
  5. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    829
    694
    30

    I think this is wrong.
    Code:
    dism /online /add-package /PackagePath:"F:\Windows10.0-KB4503293-x64\update.mum"
    You need something like
    Code:
    dism /online /add-package /PackagePath:"F:\Windows10.0-KB4503293-x64\update.cab"
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
    @ch100

    dism accept .cab / .esd / .mum or path to extracted folder that contain update.mum

    for offline integration, it accept .msu file as well
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
    W10UI v6.6

    Hopefully this will fix the issue with 18362 LCU
     
  8. armond

    armond MDL Addicted

    Jun 16, 2008
    734
    235
    30
    Oh no. Thank you. Having error installing latest 1903 LCUs this month on 2 laptops.:(
    So it seams there's no way to fix those already effected systems, ever than creating a new updated 1903 ISO without using cleanup/resetbase switchs and doing an upgrade again? Then doing dism /online /Cleanup-Image /StartComponentCleanup /ResetBase
    Or maybe even this cause some problems later!
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,706
    450
    Why are people so addicted to /resetbase? It breaks stuff...
     
  11. Nikos

    Nikos MDL Novice

    Jul 20, 2010
    25
    9
    0
    Why does the /ResetBase switch exist if it causes problems? :confused:
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,706
    450
    MSFT disabled it in the registry a few years ago.

    People can re-enable it.
     
  13. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    307
    235
    10
    Hi all
    I accidentally deleted all updates for windows 10 version 1607 x64 that are saved on my computer.
    Can anybody supply me KB numbers of all updates (cumulative, servicing stack ,flash,dynamic, intel microcode, etc )
    Thank you
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,706
    450
    Use WHD and download the 14393 updates.

    Code:
    51ff317097c854ffc5d9ee5badab6fcf7462d324 *Windows10.0-KB4503267-x64_CU_14393.3025.1.4.msu
    4f8ee4cc9304f340d9d2762728f405799e7d846a *Windows10.0-KB4054590-x64_Dotnet472.msu
    002bdb3ec1738d89a7b41dd565780994e501bf46 *windows10.0-kb4503308-x64_Flash.msu
    e1d7ff3c9dec02c5d2fd8248244e44de6b59db7d *Windows10.0-KB4503537-x64_SSU.msu
    
     
  15. 3zero3

    3zero3 MDL Senior Member

    Apr 26, 2012
    421
    685
    10
    WHD still does not replace KB4132216 SSU.
     
  16. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    307
    235
    10
    #8236 tefor, Jun 14, 2019
    Last edited: Jun 14, 2019
    As far as i remember there were some dynamic updates that were related to boot.wim , winre.wim and setup media for 1607. Does anybody have these files ?
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,262
    94,706
    450
    They probably are superseded by the current CU.
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,209
    84,855
    340
    DU CBS
    KB3176937
    KB3197099
    KB4013419
    KB4073562

    DU Setup
    KB4039556
    KB4492241

    you may search this thread for links, or MU catalog
    all DU CBS updates are superseded, but still valid for upgrades
     
  19. armond

    armond MDL Addicted

    Jun 16, 2008
    734
    235
    30
    #8239 armond, Jun 14, 2019
    Last edited: Jun 14, 2019
    Thanks Pal.
    Probably will go with another upgrade. A bit time consuming but for me it's better than a new install.
    So this time I did not use resetbase options let's see what happen with the next CU.
    Thanks as always.
     
  20. armond

    armond MDL Addicted

    Jun 16, 2008
    734
    235
    30
    #8240 armond, Jun 14, 2019
    Last edited: Jun 14, 2019
    Disk Space.
    Also no break happened to me yet if I do this in a running Windows.
    If Reset This PC is what is breaking, I never use it.