Windows 10 Hotfix Repository

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

  1. fch1993

    fch1993 MDL Senior Member

    Mar 14, 2020
    381
    273
    10
    #12421 fch1993, Apr 19, 2021
    Last edited: Apr 19, 2021
    Can you re-upload the patch?

    It says files not found right now.

    PS: I doesn't see the LCU been added to winre.im&boot.wim and I can't add the LCU to boot.wim(From 2016 LTSB MVS Image),Which shouldn't have the problem.
     
  2. fch1993

    fch1993 MDL Senior Member

    Mar 14, 2020
    381
    273
    10
    #12422 fch1993, Apr 19, 2021
    Last edited: Apr 19, 2021
    I still don't get the point.

    I still have two question remained after reading those posts.

    https://forums.mydigitallife.net/posts/1533353/
    https://forums.mydigitallife.net/posts/1532957/


    1.if DisableResetbase=1 && No SupersededActions keyword.

    What happened when I do "Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase" and "Dism.exe /online /Cleanup-Image /StartComponentCleanup"

    What I know is:

    in LTSC/Server 2019, /ResetBase remove the Superseded LCU and other updates. /StartComponentCleanup delta-compress LCU and other updates?
    in 1903 later, /ResetBase remove the Superseded LCU and other updates. /StartComponentCleanup only remove the Superseded LCU and delta-compress other updates?


    2.You said "ResetBase was disabled for offline images since build 16299"

    But in W10UI, "Cleanup=1 wieh ResetBase=1" still got about 300-500MB image size smaller than "Cleanup=1 with ResetBase=0".

    What's the difference between these actions in offline images now?
     
  3. haz367

    haz367 MDL Addicted

    Jan 11, 2020
    805
    1,465
    30
    #12423 haz367, Apr 19, 2021
    Last edited: Apr 19, 2021
    Have some info saved about it :p

    Pls quote/correct it to make it clear for all of us :p


    ====================================

    !! Running /ResetBase afterwards will mark updates as permanent !!





    ==============================================


    adric said: ↑


    Enthousiast wrote:



    =

    REG_DWORD SupersededActions 3

    ??

    Registry File in nxt post, Pls correct mistakes if any....Thx!
     
  4. haz367

    haz367 MDL Addicted

    Jan 11, 2020
    805
    1,465
    30
    Windows 10 RESETBASE Registry Settings:

    Code:
    Windows Registry Editor Version 5.00
    
    ; Windows WinSxS cleanup settings
    
    ; SuperSededActions // ResetBase Settings
    
    ; Credits to abbodi1406 and everyone else :p
    
    
    
    ; Dism /Online /Cleanup-Image /StartComponentCleanup
    ; vs
    ; Dism /Online /Cleanup-Image /StartComponentCleanup /ResetBase
    
    
     ; Version 1607 -- eq 14393 (1607) =  value 0
     
    ;Note: for all under 1903, it will break RESETPC
    
    ; Delta compression of LDR / Superseded Components with these settings:
    
    [HKEY_LOCAL_MACHINE\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration]
    "DisableResetbase"=dword:00000001
    "SupersededActions"=dword:00000000
    
    ;  Use  "Dism /Online /Cleanup-Image /StartComponentCleanup"
    
    
    ; 1607 +ResetBase
    
    [HKEY_LOCAL_MACHINE\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration]
    "DisableResetbase"=dword:00000000
    "SupersededActions"=dword:00000000
    
    ; Use "Dism /Online /Cleanup-Image /StartComponentCleanup /ResetBase"
    
    
    
    
    ; Version 1709 ONLY -- (1709) =  value 1
    
    ; ResetBase breaks ResetPC Feature and /ResetBase has no effect on this build
    
    ; Note for 1709:
    
    ; Online servicing on live OS is not affected, /ResetBase works as expected
    
    ; These settings are the same as ResetBase (without updates permanency)
    
    : Running /ResetBase afterwards will mark updates as permanent
    
    [HKEY_LOCAL_MACHINE\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration]
    "DisableResetbase"=dword:00000000
    "SupersededActions"=dword:00000001
    
    ; Use "Dism /Online /Cleanup-Image /StartComponentCleanup"
    
    
    ; OR
    
    
     ; Version 1709/1809 -- geq 16299 (1709) =  value 1
    : ResetBase breaks ResetPC Feature
    
    [HKEY_LOCAL_MACHINE\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration]
    "DisableResetbase"=dword:00000001
    "SupersededActions"=dword:00000001
    
    ; Use "Dism /Online /Cleanup-Image /StartComponentCleanup"
    
    
    
    ; Version 1903 and up -- geq 18362 (1903) =  value 3
    
    : Partially disabled for build 18362 and later, to avoid breaking future LCU installation
    
    ; It works even with DisableResetbase 1
    
    ; Delta compression of LDR / Superseded Components Settings
    
    [HKEY_LOCAL_MACHINE\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration]
    "DisableResetbase"=dword:00000000
    "SupersededActions"=dword:00000003
    
    ; Use ONLY "Dism /Online /Cleanup-Image /StartComponentCleanup
    
    
    ; Windows Update // Component Store // WinSxs Universal Settings
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Configuration]
    
    ; Disable WinSxS Backup folder
    "DisableComponentBackups"=dword:00000001
    
    ; Remove ManifestCache folder
    "TransientManifestCache"=dword:00000001
    
    ; NTFS Compress CMS log
    "CBSLogCompress"=dword:00000001
    
    ; Limit (or disable) CBSPersist_*.log
    "NumCBSPersistLogs"=dword:00000000
    
    ; Reoffer LCU Updates -- TEST
    "LCUReoffer"=dword:00000000
    "ReofferUpdate"=dword:00000000
    
    PS: If there's a mistake made, pls correct it, thx from all :)
     
  5. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    704
    30

    This is what I call "documentation", i.e. the comments.
    You know what they are and from where they come. :D

    Code:
    
    [Registry]
    HIVE_SYSTEM, ADD, REG_DWORD, Setup, OptimizeWimBoot, 1  ; mark that this image has been optimized
    HIVE_SYSTEM, ADD, REG_DWORD, ControlSet001\Services\EventLog\Application, MaxSize, 10485760  ;  Set the maximum .evtx log sizes
    HIVE_SYSTEM, ADD, REG_DWORD, ControlSet001\Services\EventLog\Security,    MaxSize, 10485760  ; 
    HIVE_SYSTEM, ADD, REG_DWORD, ControlSet001\Services\EventLog\System,      MaxSize, 10485760  ; 
    HIVE_SOFTWARE, ADD, REG_DWORD, Microsoft\Windows\CurrentVersion\SideBySide\Configuration, SupersededActions, 3    ; enable progressive-seal
    HIVE_SOFTWARE, ADD, REG_DWORD, Microsoft\Windows\CurrentVersion\SideBySide\Configuration, LatentActions, 0    ; delta compress LDR updates
    HIVE_SOFTWARE, ADD, REG_DWORD, Microsoft\Windows\CurrentVersion\SideBySide\Configuration, NumCBSPersistLogs, 1 ; keep only one archived cbs.log file
    HIVE_SOFTWARE, ADD, REG_DWORD, Microsoft\Windows\CurrentVersion\SideBySide\Configuration, CBSLogCompress, 1 ; keep the cbs.log file NTFS compressed
    
    [Optional Features]
    RemoveDisabledFeatures=1
    
    [Directives]
    DisableWinSxSComponentBackups=1
    
    
     
  6. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,914
    5,753
    180
    2021-04 Cumulative Update Preview for Windows 10 Version 2004 for x64-based Systems (KB5001391) ?1904X.962
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
  8. bonesz

    bonesz MDL Addicted

    Jun 30, 2013
    644
    371
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Candido

    Candido MDL Novice

    Feb 28, 2020
    19
    9
    0
    Yes it can.
     
  10. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,914
    5,753
    180
    Blog is now Live
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    Yes they can BUT considering the IP RP/Beta state, i would be very careful using them.
     
  12. bonesz

    bonesz MDL Addicted

    Jun 30, 2013
    644
    371
    30
    Ok, however I have already begun the installation process, hope I don't have issues later, ill be kicking myself in the ass. At lease I have a backup :0

    on a side note I have installed all the rp in the past without issue maybe ill be ok. Fingers crossed.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
  14. Candido

    Candido MDL Novice

    Feb 28, 2020
    19
    9
    0
    #12435 Candido, Apr 19, 2021
    Last edited: Apr 19, 2021
    For those "stuck" on .899 because of installation errors, this release installs without errors. Both my PCs (that errored out on earlier updates) updated perfectly!

    Anyone else (not) see the "news and interest" on the taskbar?

    • We are rolling out news and interests on the Windows taskbar to Beta and Release Preview rings. This has been available in the Dev Channel, with on-going improvements based on Insider feedback. News and interests on the taskbar make it easy to stay up to date with information at a glance, and we look forward to hearing what you think.
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    It was only available in the dev channel before, now first time release for beta/rp channels.
     
  16. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,914
    5,753
    180
    News & Interest needs to be rebooted 2X to show up.
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
  18. bonesz

    bonesz MDL Addicted

    Jun 30, 2013
    644
    371
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,306
    450
    #12440 Enthousiast, Apr 19, 2021
    Last edited: Apr 20, 2021