Windows 10 Hotfix Repository

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

  1. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    307
    235
    10
    Abbodi1406 thanks for your help
    I applied your solution and it worked , now installing windows without any problem
    I want to ask whether the same problem exists for 1809 LTSC or not ?
    thank you again
     
  2. tefor

    tefor MDL Senior Member

    Apr 5, 2017
    307
    235
    10
    Thanks usro
    A lot of nice solutions for this issue
    I already applied abbodi's solution and everything seems good so far
    Actually all solutions basically have the same logic
    Thank you and Cheers !
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,194
    84,727
    340
    boot.wim from official ISO/ESD
    files in \sources\ are protected by TrustedInstaller, they cannot be replaced without taking ownership, and they should not be replaced manually

    boot.wim from UUP ISO
    files in \sources\ can be replaced (because they are added manually in the first place during uup conversion)

    Yes, DU KB4601389 contain setup.exe
    it could be the same version for setup.exe from LCU, but it's recommended to follow the same steps
     
  4. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,681
    1,929
    60
    #12044 KleineZiege, Mar 3, 2021
    Last edited: Mar 3, 2021
    I would let it be young man

    Code:
    \Windows\WinSxS\Backup\
    \Windows\WinSxS\Temp\PendingDeletes\
    \Windows\Assembly\NativeImages_v4.0.30319_32\
    \Windows\Assembly\NativeImages_v4.0.30319_64\
    \Windows\WinSxS\Temp\TransformerRollbackData\
    \Windows\CbsTemp\
    
    Aus diesem Ordner alle .bin Dateien
    \Windows\WinSxS\ManifestCache\*.bin
    
    Aus diesem alle .log Dateien
    \Windows\inf\*.log“
    
    Und diese Ordner werden komplett gelöscht
    \$Recycle.Bin
    \PerfLogs
    so long ago, i don't do this anymore

    In the past I always wanted to use iso finish under 4 GB, today that is no longer relevant
     
  5. fch1993

    fch1993 MDL Senior Member

    Mar 14, 2020
    367
    267
    10
    What if some OSs don't have Safe OS update such as Windows 10 1709 / Windows 10 2015 LTSB ?
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,194
    84,727
    340
    LCU will be added then

    KB4055994 = Safe OS update for 1709
     
  7. Gladwin

    Gladwin MDL Member

    Dec 20, 2012
    232
    111
    10
    some question for the safe os , if i use the LCU (e.g. KB4601382) to update winre.wim is it no need the KB4586858 ? or the winre.wim is just need the KB4586858 ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. usro

    usro MDL Novice

    May 5, 2018
    10
    11
    0
    They can be replaced, either by taking ownership, using nsudo etc. But yes, they shouldn't be replaced manually. Unfortunately most of the advanced users here tend to use and also recommend the UUP ISO as the base rather than the official ISO/Techbench ISO/MVS refresh ISO/MCT ISO-ESD
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,194
    84,727
    340
    No need
     
  10. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    870
    30
    #12053 KedarWolf, Mar 4, 2021
    Last edited: Mar 4, 2021
    If I'm using W10UI to add updates to a UUP Dump 19042.1 extracted ISO, do I need to enable the:

    :: update winre.wim if detected inside install.wim
    set WinRE=0

    @Enthousiast @abbodi1406
     
  11. d5aqoëp

    d5aqoëp MDL Addicted

    Jan 19, 2017
    788
    578
    30
    @abbodi1406
    I used W10UI 9.6 to create 19043.844 image from vanilla 19041.1. Installed and runs like a dream. However, Windows Update downloads the complete KB4601382 (LCU 844) and installs it again even if it was integrated using your script.. Any solution for this?
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,194
    84,727
    340
  13. donmiller

    donmiller MDL Addicted

    Jun 4, 2016
    719
    444
    30
    #12056 donmiller, Mar 4, 2021
    Last edited: Mar 4, 2021
    Windows Update (WU), for various Windows 10 installs, has been re-offering the last LCU for a long time (months). I recently installed the latest MVS ISO and WU offered the last LCU! So if you install 19042.804, don't be surprised if WU offers you 804. Sorry, I don't know why it does this, but it seems harmless.
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,233
    94,615
    450
    For setup purposes it's only needed/mentioned for the setup index (#2) but best to integrate it into both indexes.
     
  15. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    870
    30
    If I'm using W10UI to add updates to a UUP Dump 19042.1 extracted ISO, do I need to enable the:

    :: update winre.wim if detected inside install.wim
    set WinRE=0
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,233
    94,615
    450
    It's enabled by default:
    Code:
    :: update winre.wim if detected inside install.wim
    set WinRE=1
    When you don't want to update winre.wim set it to 0.