[SOLVED] need to manually fix sfc erros from CBS.log

Even if you query it specifically?

rONW46K.png
Search for a Windows Update - Command Prompt
Follow the instructions below to search a Windows Update manually via the command prompt.
  • On Windows Vista & 7, click on the Windows Start Menu, then enter cmd in the search box, right-click on the cmd icon and select Run as Administrator
  • On Windows 8, drag your cursor in the bottom-left corner, and right-click on the metro menu preview, then select Command Prompt (Admin);
  • On Windows 8.1, right click on the Windows logo in the bottom-left corner and select Command Prompt (Admin);
  • Enter the command below (you can copy/paste it, to paste in the command prompt, right-click inside it and select Paste):
    Code:
    wmic qfe | find "KB$NUMBER"
  • If the update is found, this command will return a line with the installation KB name, installation and Microsoft Support link for it. If it's not, nothing will appear;
  • Let me know if the update was found or not;
Change the $NUMBER for the KB number.
 
That's weird. Alright, try to install your Adobe Flash Player update again and upload the logs if it fails. I want to see if it fails with the same error related to the KB3097617.
 
Follow the instructions below and try to install the update again.

EndqYRa.png
SoftwareDistribution - Rename
Follow the instructions below to rename the folders in SoftwareDistribution.
  • On Windows Vista & 7, click on the Windows Start Menu, then enter cmd in the search box, right-click on the cmd icon and select
    Spcusrh.png
    Run as Administrator
  • On Windows 8, drag your cursor in the bottom-left corner, and right-click on the metro menu preview, then select Command Prompt (Admin);
  • On Windows 8.1, right click on the Windows logo in the bottom-left corner and select Command Prompt (Admin);
  • Enter the commands below one at the time (press Enter to send it);
    Code:
    net stop wuauserv
    ren %SystemRoot%\SoftwareDistribution\Download DL.bak
    ren %SystemRoot%\SoftwareDistribution\DataStore DS.bak
    net start wuauserv
 
When an update install fails, I need both the CBS.log and WindowsUpdate.log please. Can you try again?
 
Sorry about that. Can you try to reset your Internet Explorer settings (under the Advanced tab), restart your computer and try to install the update again. If it fails, upload the logs again please.
 
Try to uninstall the KB3087040.

rONW46K.png
Uninstall a Windows Update - Command Prompt
Follow the instructions below to uninstall a Windows Update manually via the command prompt.
  • On Windows Vista & 7, click on the Windows Start Menu, then enter cmd in the search box, right-click on the cmd icon and select Run as Administrator
  • On Windows 8, drag your cursor in the bottom-left corner, and right-click on the metro menu preview, then select Command Prompt (Admin);
  • On Windows 8.1, right click on the Windows logo in the bottom-left corner and select Command Prompt (Admin);
  • Enter the command below (you can copy/paste it, to paste in the command prompt, right-click inside it and select Paste):
    Code:
    wusa /uninstall /KB:3087040
  • Let me know the outcome of the command: either it uninstall the update or either it says that the update isn't installed on the system;
 
Can you try to install the failing update again now? If it fails, upload both logs again for me to review please.
 
Back
Top