Windows 10 Hotfix Repository

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

  1. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,166
    990
    60
    #6021 rpo, Jun 12, 2018
    Last edited: Jun 12, 2018
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,166
    990
    60
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Next time first verify the date of release ;):D Or download from the links published here :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. UndertakerBen

    UndertakerBen MDL Member

    Mar 3, 2016
    144
    500
    10
    They screwed up the integration of the updates in the boot.wim again. On Win 10 1803.
     

    Attached Files:

  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    No problems here, did you update boot.wim and install.wim as i've showed a few posts back and how did you create the iso?

    Make sure that setup.exe from "boot.wim\index2\sources" is the same as the one in "iso:\sources\".
    Copy over the one from "boot.wim\index2\sources" to "iso:\sources" and save the iso.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. UndertakerBen

    UndertakerBen MDL Member

    Mar 3, 2016
    144
    500
    10
    Yes, I did it as shown.
    I use CDIMAGE.exe to create the ISO
    Code:
    %CDIMAGE% -bootdata:2#p0,e,b"DVD\boot\etfsboot.com"#pEF,e,b"DVD\efi\Microsoft\boot\efisys.bin" -o -m -u2 -udfver102 -lCCSA_%arch%FREV_%LANG%_DV5 DVD "%build%.%SLevel%.%Mod%_%EDITION%_%arch1%_%LANG%.ISO
    The x86 version has no problems only the x64 version has this problems.

    And a Big thanks, the copy of Setup.exe solves the problem.
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    I always use @abbodi1406 W10UI scripts and let it create the iso after updating, it does all by itself, always a correct iso :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    533
    415
    30
    I install ADK with Deployment Tools and Windows Preinstallation Environment (Windows PE), run from the Start Menu, Windows Kits, Windows ADK, 'Deployment And Imaging Tools Environment' and use this command.

    Code:
    oscdimg.exe -m -o -u2 -udfver102 -bootdata:2#p0,e,bd:\2\boot\etfsboot.com#pEF,e,bd:\2\efi\microsoft\boot\efisys.bin d:\2 d:\Win10MultiEN-US.iso -l17134.112
    from the extracted and W10UI updated ISO in D:\2 folder and makes the ISO in my D:\ drive directly. Works perfectly. :)
     
  10. ananhaid

    ananhaid MDL Member

    Oct 16, 2017
    224
    207
    10
    every time integration i decide not dism patch the boot.wim.

    i think it's waste time to patch that. im correct?
     
  11. ColdZero

    ColdZero MDL Addicted

    Nov 9, 2009
    680
    3,073
    30
    Does the June update damage the start menu?
    is it ok to install?
     
  12. ColdZero

    ColdZero MDL Addicted

    Nov 9, 2009
    680
    3,073
    30
  13. MELERIX

    MELERIX MDL Expert

    Nov 7, 2011
    1,163
    614
    60
    for sure you had (previously, before update) some damaged system files or files/folders/registry permissions, that why after the update you started to noticed these issues.

    so, check your system using… "dism /online /cleanup-image /restorehealth" and then… "sfc /scannow".
     
  14. armond

    armond MDL Addicted

    Jun 16, 2008
    673
    219
    30
     
  15. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    629
    523
    30
  16. Satoshi19

    Satoshi19 MDL Member

    Jun 15, 2017
    169
    20
    10