Windows 10 Hotfix Repository

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

  1. armond

    armond MDL Addicted

    Jun 16, 2008
    737
    240
    30
    #11141 armond, Nov 12, 2020
    Last edited: Nov 12, 2020
    Online. Current running OS.
    I just hope my system is fine.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,844
    104,326
    450
    #11142 Enthousiast, Nov 12, 2020
    Last edited: Nov 12, 2020
    Same error here too:
    Code:
    ============================================================
    [1] Target (x64): Current OS
    
    [2] Updates: "D:\share\19042.661"
    
    [3] DISM: "Windows 10 ADK"
    
    [4] Enable .NET 3.5: NO
    
    [5] Cleanup System Image: NO
    
    [E] Extraction Directory: "D:\W10UItemp_31982"
    
    ============================================================
    Change a menu option, press 0 to start the process, or 9 to exit:
    Code:
    ============================================================
    Running W10UI v8.9
    ============================================================
    
    ============================================================
    Extracting files from update cabinets (.cab)
    *** This will require some disk space, please be patient ***
    ============================================================
    
    1/1: Windows10.0-KB4586853-x64_LCU_661.cab [LCU]
    
    ============================================================
    Checking Updates...
    ============================================================
    
    ============================================================
    Installing updates...
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19042.630
    
    Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.661.1.7
    [==========================100.0%==========================]
    An error occurred - Package_for_RollupFix Error: 0x8007000d
    
    Error: 13
    
    The data is invalid.
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\DismLCU.log
    
    ============================================================
    Removing temporary extracted files...
    ============================================================
    
    
    ============================================================
       Finished
    ============================================================
    
    
    Press 9 to exit.
    
    Code:
    Microsoft Windows [Version 10.0.19042.630]
    (c) 2020 Microsoft Corporation. All rights reserved.
    
    C:\WINDOWS\system32>sfc /scannow
    
    Beginning system scan.  This process will take some time.
    
    Beginning verification phase of system scan.
    Verification 100% complete.
    
    Windows Resource Protection found corrupt files and successfully repaired them.
    For online repairs, details are included in the CBS log file located at
    windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
    repairs, details are included in the log file provided by the /OFFLOGFILE flag.
    
    C:\WINDOWS\system32>findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"
    
    C:\WINDOWS\system32>
    Maybe best to wait using it till next week, when the quality only updates get released:)
     

    Attached Files:

  3. bogol

    bogol MDL Junior Member

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

    Enthousiast MDL Tester

    Oct 30, 2009
    49,844
    104,326
    450
    On 20H2 it is already installed.
     
  5. bogol

    bogol MDL Junior Member

    Dec 30, 2009
    58
    56
    0
    Oh yeah I forgot about that, thanks
     
  6. armond

    armond MDL Addicted

    Jun 16, 2008
    737
    240
    30
    I guess a new SSU is needed as well.
    I'll let it go for now.
     
  7. Outbreaker

    Outbreaker MDL Senior Member

    Jan 20, 2018
    336
    86
    10
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,844
    104,326
    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
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,844
    104,326
    450
  10. donmiller

    donmiller MDL Addicted

    Jun 4, 2016
    800
    490
    30
  11. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,918
    5,758
    180
    8 Dec. ?
     
  12. 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...
  13. cuteee

    cuteee MDL Guru

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

    Enthousiast MDL Tester

    Oct 30, 2009
    49,844
    104,326
    450
    #11158 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.
     
  15. bonesz

    bonesz MDL Addicted

    Jun 30, 2013
    645
    373
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,844
    104,326
    450
    #11160 Enthousiast, Nov 13, 2020
    Last edited: Nov 13, 2020