Win 10 updates stopped working

Page 2 of 2 FirstFirst 12

  1. Posts : 100
    Windows 10
    Thread Starter
       #11

    Hi,

    I already did upload the contents of "chkdsk c: /scan" :) (log.txt in my previous post - but I've attached it here as well)

    Please download and install Hard Disk Sentinel (trial) and post a screenshot of its GUI.


    Also already done :)

    https://www.tenforums.com/windows-updates-activation/128738-win-10-updates-stopped-working-post1593674.html#post1593674



    If both of those are ok, suggest you should do an in-place upgrade repair install which keeps all proga and data and most settings.Windows 10 Help Forums that, you will need an iso of the same build as your installed OS.What is your current Windows build? Win key + r, winver.
    Looks like Version 180 (build 17134.345)

    Note - if you are trying to upload large text files - think, who will read that much? - you can zip them (compress them) then upload that much smaller file. You will need to install a (free) program to do that
    True - but it was more in case someone was searching for a term they needed to see in the log (I get that quite a bit when doing CPAN modules in my web servers, and the important bit is sometimes in the middle)

    Cheers

    Andy
    Win 10 updates stopped working Attached Files
      My Computer


  2. Posts : 41,484
    windows 10 professional version 1607 build 14393.969 64 bit
       #12

    Both the operating system and component store may be corrupted.

    Options to possibly fix the problems are:

    a) System restore if there is a viable working restore point that predates the problems
    System Restore Windows 10 | Tutorials

    b) Restoring a backup image
    Backup and Restore with Macrium Reflect | Tutorials

    c) Dism repair using a windows 10 iso
    Use DISM to Repair Windows 10 Image | Tutorials

    d) In place upgrade repair with the identical Windows version
    Repair Install Windows 10 with an In-place Upgrade | Tutorials

    e) If the in place upgrade repair with the identical iso fails you can also attempt an in place upgrade repair with Windows 1809. However the identical iso is often one step less challenging than with an upgrade.

    f) If all in place upgrade repairs fail then options include reset save files, custom install, and clean install
    Reset Windows 10 | Tutorials
    Custom Install Windows 10 | Tutorials
    Clean Install Windows 10 | Tutorials



    With the multiple problems it is probably best to perform an in place upgrade repair with an identical windows 10 iso.
    This is performed with no connection to the internet and does not rely on Windows updates or connections with the Microsoft server until there is a successful in place upgrade repair.

    Code:
    Windows Resource Protection could not perform the requested operation. 
    
    The component store has been corrupted.
    
    Potential Widows database error.
    chkdsk /scan was ok.


    Open administrative powershell and copy and paste:
    get-computerrestorepoint

    When this has completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread


    Open administrative command prompt and copy and paste
    b) findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >%userprofile%\Desktop\sfcdetails.txt

    When this has completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread

    Open file explorer > this PC > C: > in the right upper corner search for: C:\WINDOWS\Logs\DISM\dism.log
    Zip the file and post a share link into the thread using one drive, drop box, or google drive.


    Find a flash drive that you can format ( > or = 8 GB)
    Create a bootable Windows 10 iso with the identical Windows version (1803) (17134)

    Microsoft Windows and Office ISO Download Tool
    TechBench by WZT (v4.1.1)
    Windows 10 ISO • Windows ISO DB

    Download Windows 10 ISO File | Tutorials
    Download Windows 10


    To perform an in place upgrade repair:
    1) Find a flash drive that you can format ( > or = 8 GB)
    2) Create a bootable windows 10 iso version 1803
    3) Power on the problematic computer
    4) Open file explorer
    5) Insert the Windows 10 iso into any USB port
    6) View the Windows 10 iso within file explorer
    7) Click on the Windows 10 iso to launch setup or setup.exe
    8) Follow the text and images in this link:
    Repair Install Windows 10 with an In-place Upgrade | Tutorials
      My Computer


  3. Posts : 100
    Windows 10
    Thread Starter
       #13

    Hi,

    Thanks. The full re-install sounds a bit scary. This is my work PC, and I've got a ton of stuff on here that would be a real bugger to re-configure.

    For this one:
    PS C:\WINDOWS\system32> get-computerrestorepointCreationTime Description SequenceNumber EventType RestorePointType------------ ----------- -------------- --------- ----------------28/02/2019 06:52:59 Installed Swiftpoint Gestur... 117 BEGIN_SYSTEM_C... APPLICATION_INSTALL01/03/2019 18:14:20 Installed Epson Software Up... 118 BEGIN_SYSTEM_C... APPLICATION_INSTALL05/03/2019 07:35:24 Windows Update 119 BEGIN_SYSTEM_C... 1811/03/2019 17:18:16 Windows Update 120 BEGIN_SYSTEM_C... 18

    Unfortunately it goes back to probably the end of last year, so even the oldest one there doesn't look viable.

    Open administrative command prompt and copy and paste
    b) findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >%userprofile%\Desktop\sfcdetails.txt

    When this has completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread
    I just get an error with that:

    PS C:\WINDOWS\system32> findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > %userprofile%\Desktop\sfcdetails.txtout-file : Could not find a part of the path 'C:\WINDOWS\system32\%userprofile%\Desktop\sfcdetails.txt'.At line:1 char:1+ findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > %userprofile%\Desktop\s ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OpenError: (:) [Out-File], DirectoryNotFoundException + FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand

    This machine hasn't been wiped in a very long time (good 3-4 years, maybe more), so maybe it would be worth trying to do a full rebuild of it compared to trying to fix the issue (I've noticed some other annoyances with locking up randomly as well, even though the machine has a big spec).

    With the rebuild - we can make an ISO with a fresh install, that will start from the basics? I can re-install the programs I need and copy all my important files that are not already on the cloud

    Unfortunately I won't have time to do that for a good couple of months though as this is my work PC, and I can't afford for it to be out of action currently. I was hoping it would be a simple fix

    Cheers

    Andy
      My Computer


  4. Posts : 41,484
    windows 10 professional version 1607 build 14393.969 64 bit
       #14

    youradds said:



    I just get an error with that:

    PS C:\WINDOWS\system32> findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > %userprofile%\Desktop\sfcdetails.txtout-file : Could not find a part of the path 'C:\WINDOWS\system32\%userprofile%\Desktop\sfcdetails.txt'.At line:1 char:1+ findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > %userprofile%\Desktop\s ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OpenError: (:) [Out-File], DirectoryNotFoundException + FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.OutFileCommand

    The above step was ran with administrative powershell.
    It should have been run with administrative command prompt.

    The in place upgrade repair should maintain all files and applications.

    You can attempt to perform a system restore to the oldest restore point.
    If the February restore point predates the problems with the component store and operating system then you are set.
    If the February restore point fails then then next step is the in place upgrade repair with the identical iso.

    For posts into the thread from command prompt, powershell, or notepad > post the text then edit and repost the text to get a proper image in the post.
      My Computer


  5. Posts : 100
    Windows 10
    Thread Starter
       #15

    Hi,

    Ah my mistake - I run it in Powershell. In cmd prompt as administrator, it outputs the file but there is no contents

    The in place upgrade repair should maintain all files and applications.
    OK cool. I'll have to try that another day though, as I'm in the middle of several projects, and can't afford to have the machine down for ages. Its all working atm but I just don't get updates.

    You can attempt to perform a system restore to the oldest restore point.
    If the Feburary restore point predates the problems with the component store and operating system then you are set.
    If the January restore point fails then then next steps is the in place upgrade repair with the identical iso.
    I'll give that a go but I'm not holding up much hope, as the problem has been around quite a bit longer than that (I left it as I assumed it was an issue with the Microsoft end with updates, but it seems thats not the case)

    Cheers

    Andy
      My Computer


  6. Posts : 41,484
    windows 10 professional version 1607 build 14393.969 64 bit
       #16

    The in place upgrade repair with the identical iso can be performed overnight.
    It should take a few hours if it works.
    If it fails the Panther logs can be viewed.
    If it works then then Windows updates or Windows upgrades will take significantly more time.


    The component store is corrupted.
    The operating system appears to be corrupted however that would be confirmed with the results of the administrative command prompt command.
      My Computer


  7. Posts : 100
    Windows 10
    Thread Starter
       #17

    OK thanks. I will try and have a look at it over the weekend.
      My Computer


  8. Posts : 41,484
    windows 10 professional version 1607 build 14393.969 64 bit
       #18

    Your welcome.
    The DISM repair options may take time but it is an additional option.
    If you can fix the component store then you may be able to fix the operating system.
    The most efficient option is the in place upgrade repair with the identical iso.
      My Computer


  9. Posts : 1,909
    Windows 11 Home 64-bit
       #19

    I am having the same issue with KB4489899.
      My Computers


 

  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 02:08.
Find Us




Windows 10 Forums