Cumulative Update KB4058258 Windows 10 v1709 Build 16299.214 - Jan. 31

Page 8 of 12 FirstFirst ... 678910 ... LastLast

  1. Posts : 873
    Windows 11 x64 23H2 (22631.3447)
       #70

    bumboola said:
    Anybody else showing some content remaining in "Windows Update Cleanup" after doing a full cleanup? It's only 46 MB but it refuses to delete fully after several runs of cleanup (ran as administrator) and a couple of restarts, never happened before until after this CU. Showed 1.35 GB before cleanup.
    Yes, on my computer also.
      My Computer


  2. Posts : 31,603
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #71

    bumboola said:
    Anybody else showing some content remaining in "Windows Update Cleanup" after doing a full cleanup? It's only 46 MB but it refuses to delete fully after several runs of cleanup (ran as administrator) and a couple of restarts, never happened before until after this CU. Showed 1.35 GB before cleanup.
    Polo6RGTI said:
    Yes, on my computer also.
    Yes, and on mine too (x64 Home 16299.124). Using DISM to Analyze Component Store (WinSxS folder) in Windows 10 says:
    Code:
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    Image Version: 10.0.16299.214
    [==========================100.0%==========================]
    Component Store (WinSxS) information:
    Windows Explorer Reported Size of Component Store : 6.86 GB
    Actual Size of Component Store : 6.77 GB
        Shared with Windows : 5.91 GB
        Backups and Disabled Features : 680.00 MB
        Cache and Temporary Data : 180.89 MB
    Date of Last Cleanup : 2018-02-04 11:48:23
    Number of Reclaimable Packages : 1
    Component Store Cleanup Recommended : Yes
    The operation completed successfully.
    C:\WINDOWS\system32>
    Attempting to Clean Up Component Store (WinSxS folder) in Windows 10 counts up to 20% then immediately jumps to 'The operation completed successfully' - patently not true, as /AnalyzeComponentStore still reports 1 reclaimable package and recommends a clean up.

    Code:
    C:\WINDOWS\system32>Dism.exe /online /Cleanup-Image /StartComponentCleanup
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    Image Version: 10.0.16299.214
    [===========                20.0%                          ]
    The operation completed successfully.
    C:\WINDOWS\system32>
      My Computers


  3. Posts : 2
    Windows 10
       #72

    bumboola said:
    Anybody else showing some content remaining in "Windows Update Cleanup" after doing a full cleanup? It's only 46 MB but it refuses to delete fully after several runs of cleanup (ran as administrator) and a couple of restarts, never happened before until after this CU. Showed 1.35 GB before cleanup.
    I have the exact same issue (same 46 MB "undeletable" from WU) together with kb4058258 that fails with error 0x80070bc2 (after reboot).
    I tried almost whatever I could imagine except update from ISO...
      My Computer


  4. Posts : 15,480
    Windows10
       #73

    When I use disk cleanup now it gets stuck on windows update cleanup and I have to manually close it down. Somthing is not quite right.
      My Computer


  5. Posts : 197
    Win10 Pro x64 / WinServer 2016 Essentials
       #74

    Dism.exe ComponentCleanup - ends prematurely error free


    Windows PowerShell
    Copyright (C) Microsoft Corporation. All rights reserved.

    PS C:\Windows\system32> dism /Online /Cleanup-Image /AnalyzeComponentStore

    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15

    Image Version: 10.0.16299.214

    [==========================100.0%==========================]

    Component Store (WinSxS) information:

    Windows Explorer Reported Size of Component Store : 6.85 GB

    Actual Size of Component Store : 6.75 GB

    Shared with Windows : 6.01 GB
    Backups and Disabled Features : 563.95 MB
    Cache and Temporary Data : 179.84 MB

    Date of Last Cleanup : 2018-02-02 19:42:11

    Number of Reclaimable Packages : 1
    Component Store Cleanup Recommended : Yes

    The operation completed successfully.
    PS C:\Windows\system32> Dism.exe /online /Cleanup-Image /StartComponentCleanup

    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15

    Image Version: 10.0.16299.214

    [=========== 20.0% ]
    The operation completed successfully.
    PS 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 did not find any integrity violations.
    PS C:\Windows\system32>


    Same here with x64 PRO version 10.0.16299.214
      My Computer


  6. Posts : 31,603
    10 Home x64 (22H2) (10 Pro on 2nd pc)
       #75

    Win7ine said:
    Same here with x64 PRO version 10.0.16299.214
    Ooops :) Mistyped - did I say .124? It was of course x64 Home 16299.214 (as the dism results show).
      My Computers


  7. Posts : 629
    windows 10
       #76

    tried all week to get update but kept saying it was up to date.
    so manually downloaded it with no problem
    did a sfc /scannow and had a few problems which were fixed so ran it again and no problems this time
      My Computer


  8. Posts : 3,453
       #77

    Dism failing at 20% has to do with missing dll's in C:\Windows\System32\Dism folder

    Those highlited here (all the other dll's it uses are present in that folder from which it copies to Temp)

    Code:
    2018-02-04 08:20:11, Warning               DISM   DISM Provider Store: PID=7552 TID=7392 Failed to load the provider: C:\Users\Craig\AppData\Local\Temp\A8ECB294-4605-4CAE-8AE2-8EF6124103F3\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2018-02-04 08:20:11, Info                  DISM   DISM Provider Store: PID=7552 TID=7392 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    ....
    
    2018-02-04 08:20:13, Warning               DISM   DISM Provider Store: PID=7552 TID=7392 Failed to load the provider: C:\Users\Craig\AppData\Local\Temp\A8ECB294-4605-4CAE-8AE2-8EF6124103F3\EmbeddedProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    The error code refers to "The specified module(dll) could not be found. (Exception from HRESULT: 0x8007007E)"

    The former error in the snippet above from Dism.log is handled by assuming not in PE and continuing, however, the second error is left unhandled. There are no stop errors and it executes to completion however.

    FYI - It only appears to happen when there is nothing to cleanup as an instance (with /ResetBase) completed correctly for me initially.
    Code:
    PS C:\Windows\system32> Dism.exe /online /Cleanup-Image /AnalyzeComponentStore
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.214
    
    [==========================100.0%==========================]
    
    Component Store (WinSxS) information:
    
    Windows Explorer Reported Size of Component Store : 8.24 GB
    
    Actual Size of Component Store : 7.80 GB
    
        Shared with Windows : 5.82 GB
        Backups and Disabled Features : 1.78 GB
        Cache and Temporary Data : 197.31 MB
    
    Date of Last Cleanup : 2018-01-22 21:01:54
    
    Number of Reclaimable Packages : 0
    Component Store Cleanup Recommended : No
    
    The operation completed successfully.
    PS C:\Windows\system32> Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.214
    
    [===========================98.0%========================  ]
    [==========================100.0%==========================]
    The operation completed successfully.
    PS C:\Windows\system32> Dism.exe /online /Cleanup-Image /AnalyzeComponentStore
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.214
    
    [==========================100.0%==========================]
    
    Component Store (WinSxS) information:
    
    Windows Explorer Reported Size of Component Store : 6.68 GB
    
    Actual Size of Component Store : 6.57 GB
    
        Shared with Windows : 5.81 GB
        Backups and Disabled Features : 563.81 MB
        Cache and Temporary Data : 197.31 MB
    
    Date of Last Cleanup : 2018-02-04 20:24:07
    
    Number of Reclaimable Packages : 0
    Component Store Cleanup Recommended : No
    
    The operation completed successfully.
    PS C:\Windows\system32> Dism.exe /online /Cleanup-Image /StartComponentCleanup
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.214
    
    [===========                20.0%                          ]
    The operation completed successfully.
    PS C:\Windows\system32> Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.16299.214
    
    [===========                20.0%                          ]
    The operation completed successfully.
      My Computer


  9. Posts : 384
    Windows 10-Pro 64bit
       #78

    Won't manually update on any of my 64-bit machines.
    Cumulative Update KB4058258 Windows 10 v1709 Build 16299.214 - Jan. 31-image.png
      My Computers


  10. Posts : 671
    Win 10 21H1 (OS Build 19043.1151)
       #79

    Comp Cmndo said:
    Won't manually update on any of my 64-bit machines.
    Cumulative Update KB4058258 Windows 10 v1709 Build 16299.214 - Jan. 31-image.png
    Have you tried updating using the Windows Update MiniTool.
    You can pick it up at majorgeeks.com, using the link below.
    It's a portable application, so you can put it on a flash drive and use it on other machines.

    Download Windows Update MiniTool - MajorGeeks
    Last edited by Geosammy; 05 Feb 2018 at 11:57.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 16:00.
Find Us




Windows 10 Forums