Windows 10 Hotfix Repository

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,725
    340
    #8381 abbodi1406, Jun 29, 2019
    Last edited: Jul 1, 2019
    ResetBase was disabled for offline images since build 16299 (even if you changed the registry DisableResetbase)
    but was working for online system after changing the registry

    apparently in 18362 it's disabled for both
    even regular behavior is disabled (delta-compress old components)

    for full ResetBase (remove files), set this registry
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration]
    "DisableResetbase"=dword:00000000
    "SupersededActions"=dword:00000001
    and run cleanup without /ResetBase
    Code:
    Dism /Online /NoRestart /Cleanup-Image /StartComponentCleanup
    for regular Cleanup (delta-compress)
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration]
    "DisableResetbase"=dword:00000001
    "SupersededActions"=dword:00000003
     
  2. tavrez

    tavrez MDL Addicted

    Sep 28, 2015
    512
    345
    30
    Your latest version of WINUI is slightly different with what you described here, will you gonna change it?
     
  3. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    704
    30
    Is this needed even if we are supposed to run the command without ResetBase?
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,725
    340
    No, i just copied the previous code :D
     
  5. KTac

    KTac MDL Novice

    Oct 26, 2009
    29
    2
    0
    Does anyone know what the source is for the 18362.175 ISOs? It's not listed on MVLSC site.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,421
    450
  7. KTac

    KTac MDL Novice

    Oct 26, 2009
    29
    2
    0
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,421
    450
    Do you have a subscription to MVS?
     
  9. KTac

    KTac MDL Novice

    Oct 26, 2009
    29
    2
    0
    No, but I would think that anything that is on MVS would also show up in the MVLSC if it's a product I've purchased. Whenever a product I've purchased gets updated it gets added to MVLSC. New ISOs get added for every Windows 10 feature update. I just figured that if MS felt that a whole new ISO was warranted for this update that they would put it on the MVLSC as well.
     
  10. rayleigh_otter

    rayleigh_otter MDL Expert

    Aug 8, 2018
    1,121
    933
    60
    #8390 rayleigh_otter, Jul 1, 2019
    Last edited: Jul 1, 2019
    W10 1809 LTSC (.107),
    I am skipping resetbase with the registry switch enabled(incase it is breaking a captured/deployed image) so i just used the 2 below,

    Dism /Online /Cleanup-Image /CheckHealth (no component store damage)
    Dism /Online /Cleanup-Image /StartComponentCleanup

    Do i need to use "Dism.exe /online /Cleanup-Image /SPSuperseded" aswell, if yes, then what order should i do them in?

    Do i need to run "Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore" ?
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,421
    450
    #8391 Enthousiast, Jul 1, 2019
    Last edited: Jul 1, 2019
    This is the only one that is needed for the intended purposes of cleaning up superseded components.

    Is this even still applicable to win >7?
     
  12. rayleigh_otter

    rayleigh_otter MDL Expert

    Aug 8, 2018
    1,121
    933
    60
    Enabling the full reset reg tweak and using /resetbase may be breaking redployment of a captured image giving the oobekeyboard error. Just installed the captured image(without an answer file) and it installs perfectly. Im not bothering to check if its the reg tweak, resetbase, or a combination of the 2 that is the problem.
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,421
    450
  14. toyo

    toyo MDL Senior Member

    Aug 14, 2009
    472
    313
    10
    So it's just a CU?
    Alright seen the other topic.
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,421
    450
  16. toyo

    toyo MDL Senior Member

    Aug 14, 2009
    472
    313
    10
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,421
    450
    They already hinted about this when 19H1 was released, backporting new features and fixes from 20H1 into 19H2.
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,725
    340
    Now we have the answer for changing 1903 CU format to service pack alike
     
  19. 600415

    600415 MDL Member

    Aug 31, 2015
    223
    268
    10
    #8400 600415, Jul 2, 2019
    Last edited: Jul 3, 2019
    Since installing the 19H2 service pack, activex controls (flash, shockwave, silverlight) stopped loading in IE.
    Thanks Enthousiast. After resetting IE settings, issue seems fixed.