Windows 10 Hotfix Repository

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

  1. bogol

    bogol MDL Junior Member

    Dec 30, 2009
    60
    60
    0
    Win 10 Education, French, v18363.1198:
    WU just offered me to download KB4584229 (Microsoft Edge)...but 20h1/h2 is still not offered :)
    Priorities...
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    On 20H2 it is already installed.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. bogol

    bogol MDL Junior Member

    Dec 30, 2009
    60
    60
    0
    Oh yeah I forgot about that, thanks
     
  4. armond

    armond MDL Addicted

    Jun 16, 2008
    752
    250
    30
    I guess a new SSU is needed as well.
    I'll let it go for now.
     
  5. Outbreaker

    Outbreaker MDL Senior Member

    Jan 20, 2018
    385
    114
    10
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    I don't think he will, because this has already passed in a private convo long time ago (W10UI = dism only).

    This is what i use to do it for all available indexes inside the targeted wim file:
    Code:
    echo.
    echo Some Date Shifting...
    echo.
    for /f "tokens=3 delims=: " %%i in ('Bin\wimlib-imagex info AiO\x64\Sources\install.wim ^| findstr /c:"Image Count"') do set images=%%i
    for /L %%i in (1,1,%images%) do (
      for /f "tokens=3 delims=<>" %%a in ('Bin\imagex /info AiO\x64\Sources\install.wim %%i ^| find /i "<HIGHPART>"') do set "HIGHPART=%%a"
      for /f "tokens=3 delims=<>" %%a in ('Bin\imagex /info AiO\x64\Sources\install.wim %%i ^| find /i "<LOWPART>"') do set "LOWPART=%%a"
      Bin\wimlib-imagex info AiO\x64\Sources\install.wim %%i --image-property CREATIONTIME/HIGHPART=!HIGHPART! --image-property CREATIONTIME/LOWPART=!LOWPART! >nul
    )
    Code i nicked/got from @abbodi1406

    ps, tutorial i made a long time ago:)
    https://forums.mydigitallife.net/threads/solved-windows-7-modification-date.76871/#post-1443542
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    #11148 Enthousiast, Nov 12, 2020
    Last edited: Nov 12, 2020
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. donmiller

    donmiller MDL Addicted

    Jun 4, 2016
    828
    515
    30
  9. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,924
    5,776
    180
    8 Dec. ?
     
  10. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,770
    1,004
    180
    Do you have changelog ? I don't install update if I don't know what it contain, only to see it in Winver.
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    #11156 Enthousiast, Nov 13, 2020
    Last edited: Nov 13, 2020
    661 is a preview update, expected to be released next week, as optional on WU/preview on catalog.

    It fixes the inplace upgrade problems, next week it will probably be released to the public.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. bonesz

    bonesz MDL Addicted

    Jun 30, 2013
    704
    421
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    #11158 Enthousiast, Nov 13, 2020
    Last edited: Nov 13, 2020
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. bonesz

    bonesz MDL Addicted

    Jun 30, 2013
    704
    421
    30
    #11159 bonesz, Nov 13, 2020
    Last edited: Nov 13, 2020
    Is there a way to install this without error 13? I am currently running Windows 10 19042.630 Enterprise
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,940
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...