Hi EMMANUELOMOKHEGBE,
Do you have a backup of your files? If yes, the best option would be to perform a clean install of your machine using the installation media that you have. Kindly refer to this articles as guides:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, i need help with this, I have an Acer swift 314, when I run sfc /scan now, it says :
Windows Resource Protection found corrupt files but was unable to fix some of 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.
then when i try running Dism to fix the component store(which is repairable btw), it says source file not found. what do i do?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi EMMANUELOMOKHEGBE,
Do you have a backup of your files? If yes, the best option would be to perform a clean install of your machine using the installation media that you have. Kindly refer to this articles as guides:
Hi, so while I was waiting for your response, I tried to reset my PC hoping it would solve everything, but it said there was problems resetting this PC, halfway through, and when I try to sign in to my windows, my keyboard no longer works and my fingerprint icon is also gone too. Will I be able to still try those steps you gave me?, if not, what can I do? Would an installation media help?.
Thanks
Hi EMMANUELOMOKHEGBE,
Since you are having issues with the updates, kindly perform the steps below to troubleshoot the issue:
I also suggest that you go through the additional steps on this article: https://support.microsoft.com/windows/troublesh...
However, if the issue still persist, kindly perform a repair install of your Windows. I suggest that you watch the video on this article(https://www.yourwindowsguide.com/2016/06/how-to... or https://www.tenforums.com/tutorials/16397-repai...) for you to have an idea regarding the process of repair install. There should be no worries in performing it since you will select the option to keep your files during the process.
Please let me know how it goes. Thank you.
________________________________________________________
Standard Disclaimer: There are links to non-Microsoft websites. The pages appear to be providing accurate, safe information. Watch out for ads on the sites that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the sites before you decide to download and install it.
Hi, sorry for the late reply, thanks for the info. I did try to update it but it says Windows couldn't update, undoing changes and then my screen shows the bsod(stopcode). Also when I restarted it, it says automatic repairs, diagnosing PC, attempting repairs before starting.
What can i do from here?!
Good day! I'm Raniel, an Independent Advisor and a Microsoft user like you.
First, kindly double-check if your machine doesn't have any pending security patches: Go to Start > Settings > Update & Security > Windows Update > Check for Updates. Also ensure that the necessary drivers for your machine are properly updated by getting them from the manufacturer's website. You may refer to this guide:
https://support.microsoft.com/help/4028443/wind...
Once done, aside from the SFC, run the DISM command as well to repair system files
sfc /scannow then press Enter
Dism.exe /online /cleanup-image /CheckHealth then press Enter
Dism.exe /online /cleanup-image /ScanHealth then press Enter
Dism.exe /online /cleanup-image /RestoreHealth then press Enter
If you have the Windows installation files (either via USB drive or CD), you can also use it as a source file. Here is the command that you can enter using the command prompt:
Dism.exe /online /cleanup-image /RestoreHealth /Source:E:\Sources\install.wim
Note: You need to replace E: with the proper drive letter for your USB or CD
I hope this helps. Good luck!