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
Win 10 Education, French, v18363.1198: WU just offered me to download KB4584229 (Microsoft Edge)...but 20h1/h2 is still not offered Priorities...
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
Do you have changelog ? I don't install update if I don't know what it contain, only to see it in Winver.
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.