Windows 8 Seems to Have Too Many Updates Prior to January 2016

Discussion in 'Windows 8' started by LonghornXP, Aug 26, 2022.

  1. LonghornXP

    LonghornXP MDL Novice

    Mar 3, 2022
    9
    4
    0
    I tried using windows update, but it scans too many updates, I think there must be a superseded update. But I can't find out. In less than four years (2012-2016), Windows 8 has scanned more updates than Windows 7 and Windows 8.1, This is not normal. So I want you to provide updates before 2016.


    I integrated all updates into x64 install.wim, file size 6GB+, it's too large. ... The same way integrated into win7 x64 install.wim only 4GB+, win8.1 5GB+

    I downloaded the latest wsusscn2.cab and used the Windows update mini tool to scan out about 100 updates in offline mode. But online mode scans out over 200 updates. Why does this problem occur?

    Do I trust the wsusscn2.can database or the online Windows Update? Although I believe more in online windows update. But I prefer less updates. So it's contradictory.
     
  2. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    303
    123
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    303
    123
    10
    Bad luck, deleted.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. kkhww

    kkhww MDL Member

    Mar 15, 2021
    119
    111
    10
    #5 kkhww, Jan 12, 2023
    Last edited: Jun 1, 2023
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. asdddsa101

    asdddsa101 MDL Member

    Feb 11, 2021
    121
    41
    10
    Well, can you take a long screenshot? I want to see all 142 updates KBs, and then I can download them myself. Thanks. :)

     
  6. kkhww

    kkhww MDL Member

    Mar 15, 2021
    119
    111
    10
    #7 kkhww, Jan 13, 2023
    Last edited: Jul 20, 2023
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,301
    450
    Why are you interested in an OS that reached EOS 1-2 years after it was released and replaced by 8.1?
     
  8. asdddsa101

    asdddsa101 MDL Member

    Feb 11, 2021
    121
    41
    10
    I like to collect, I started from Windows 95, to the current discontinued Windows 8.1, each Windows uses the latest hotfixes and updates. :)
     
  9. kkhww

    kkhww MDL Member

    Mar 15, 2021
    119
    111
    10
    The rollups from 2012 to 2014 have different files that are not exist in the rollups after 2016.09, so they are necessary to install to fix several security issues.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. asdddsa101

    asdddsa101 MDL Member

    Feb 11, 2021
    121
    41
    10
    @kkhww
    I mount Windows 8, do offline Integration using the DISM command.
    After installing SSU (KB2981685 or KB5016263), all subsequent updates cannot be integrated.
    Installing either of these two, or both, will give this error. I changed to another version of DISM, the same error occurs.
    The dism.log is too long, I figured out what I think is the critical error, it's below. I don't know what to do.
    Code:
    DISM Failed. ERROR: 0x800f082f
    CBS    Failed to unload offline registry
    CBS    Exec: Cannot finalize session because an exclusive session is pending. [HRESULT = 0x800f082f - CBS_E_EXCLUSIVE_WOULD_MERGE]
     
  11. kkhww

    kkhww MDL Member

    Mar 15, 2021
    119
    111
    10
    You need to install kb2771431 ssu update First in order to install other updates. But this update needs online operation and can't be intergrated offline, so I'LL provide you the one which can be installed offline later.
    And remember that you should install other later SSUs (except kb2771431) after the installation of other updates and before the installation of the latest LCU ROLLUPS.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. asdddsa101

    asdddsa101 MDL Member

    Feb 11, 2021
    121
    41
    10
    Thanks for your help!
    I found a vbs script on the Internet to modify the update.mum of KB2771431 to support offline integration.
    Follow your steps:
    1. Integrate KB2771431 (Success)
    2. Integrate other updates (Success)
    3. Integrate other SSU (Only one SSU is integrated, I guess it will be wrong to install more than one SSU)
    4. Integrate RollupFix (The problem still persists, cannot be integrated)
     
  13. kkhww

    kkhww MDL Member

    Mar 15, 2021
    119
    111
    10
    After installing any ssu, stop first.
    Use Nsudo Launcher, open registry in TRUSTEDINSTALLER.
    Mount your mounted OS's SOFTWARE registry hive,
    turn to
    HKEY_LOCAL_MACHINE\OS's SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\SessionsPending
    Set the value of Exclusive to 0.
    Unmount the registry.
    THIS CAN SOLVE YOUR PROBLEM.
    AFTER INSTALLING OTHER UPDATES, SET THE value of EXCLUSIVE to 3 again.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. asdddsa101

    asdddsa101 MDL Member

    Feb 11, 2021
    121
    41
    10
    Thank you so much for your help, this problem is finally solved! :)
     
  15. asdddsa101

    asdddsa101 MDL Member

    Feb 11, 2021
    121
    41
    10
    Set the Exclusive value to 0 in the registry, can this value be kept forever, without changing it to 3 ?
     
  16. ruslanshchur

    ruslanshchur MDL Senior Member

    Sep 13, 2020
    417
    95
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. ruslanshchur

    ruslanshchur MDL Senior Member

    Sep 13, 2020
    417
    95
    10
    @kkhww Could you update .NET Framework 4.8 update to the latest one (KB5022506)?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...