Windows 10 Hotfix Repository

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

  1. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,440
    1,420
    60
    @abbodi1406
    In some cases it could be usefull to get splitted install.wim files if one wants to copy the ouput generated by W10UI on a fat32 formatted USB stick and the install.wim is over GB.
    Just include the following statement after line 431 of W10UI.cmd version v4.4.
    Code:
    rem start creating split files
    :: Set to y|Y if SWMfiles desired
    set "split=y"
    
    if /i %split%==Y if /i %~nx1==install.wim (
    echo.
    echo ============================================================
    echo Split install.wim if size ^> 4 GB
    echo ============================================================
    "%dismroot%" /Split-Image /ImageFile:"%~dp0temp.wim" /SWMFile:"%~dp1install.swm" /FileSize:4000  >nul 2>&1
    if exist "%~dp1install2.swm" (
    echo.
    echo Split image files created, install.wim deleted
    echo.
    del %1 >nul
    del "%~dp0temp.wim" >nul
    ) else (
    echo.
    echo No split image files created, install.wim kept
    echo.
    del "%~dp1install.swm" >nul 2>&1
    move /y "%~dp0temp.wim" %1 >nul
    )
    goto :eof)
    rem end creating split files
    BTW I find unconvenient that the target directory is deleted at line 749. Delete its content could be preferable (but this is only a detail).
     
  2. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    go it thanks done!
     
  5. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,822
    573
    60
    Microsoft has a weird logic for KB numbers (CU)
    409xxxx at the beginning of the month and 408xxxx now
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. tavrez

    tavrez MDL Senior Member

    Sep 28, 2015
    484
    315
    10
    @Enthousiast

    Is this month Flash update completely replace all the previous ones? Or it's weird again like previous one
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,873
    450
    I have to test that too, will start a test run asap :)
     
  8. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    note for people download adobe 1703 x64 accidently i added wrong link. now i have add the right one.!
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,873
    450
  10. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    870
    30
    Any idea what the Feature Update that installs on a clean install is?

    Last time I used the exact same settings as you and still a 'Feature Update For Windows 1709' installed with no KB number or details in Settings or Control Panel.

    It's not a huge issue, just triggers my tech OCD.:eek:
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,873
    450
    There was no update on WU after integrating all known and needed ones, on my previous test.
     
  12. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    870
    30
    #5558 KedarWolf, Mar 13, 2018
    Last edited: Mar 13, 2018
    Yeah, it's weird, exact same settings and updates as you used, and immediately after a clean install it installs.

    Could it be my chipset drivers or something? I don't think so as it's a Feature Update. :confused:

    Edit: And i tried three different ISOs. Official 16299.15 ISO, UUP made ISO and an ISO made from the OEMRET 16299.15 Full Consumer ESD file.
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,873
    450
    Why don't you post the progress of the integration?

    No updates offered after installing: https://forums.mydigitallife.net/threads/windows-10-hotfix-repository.57050/page-278#post-1417990
     
  14. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    870
    30