Advertise

Saturday, January 21, 2017

How to Fix Corrupted Files in Windows 10


Fixing Corrupted Windows System Files in Windows 10. While working on Windows 10 operating system, it is possible that you may face problem with your operating system and one or more of the system files may be corrupted. What to do in such situations ? How to Fix Corrupted Files ? Often it is not very easy to rectify such problems but yes there are already some built in utilities in the system which can be used to get rid of such agonies. System file check is such a built in utility into the Operating System that is used to check for corruption in system files.

How to Fix Corrupted Files by Running System File Check (SFC) Utility ?

You can follow step by step the following procedure to run the SFC utility.
1.  Go to Start search option and Type CMD
2.  Right click on CMD prompt and run as Administrator. This is called an elevated command.
3.  To verify and repair the corrupted operating system just type the following.
1-1

Fixing Corrupted Windows System Files in Windows 10

While working on Windows 10 operating system, it is possible that you may face problem with your operating system and one or more of the system files may be corrupted. What to do in such situations ? How to Fix Corrupted Files ? Often it is not very easy to rectify such problems but yes there are already some built in utilities in the system which can be used to get rid of such agonies. System file check is such a built in utility into the Operating System that is used to check for corruption in system files.
How-to-Fix-Corrupted-Files

How to Fix Corrupted Files by Running System File Check (SFC) Utility ?

You can follow step by step the following procedure to run the SFC utility.
1.  Go to Start search option and Type CMD
2.  Right click on CMD prompt and run as Administrator. This is called an elevated command.
3.  To verify and repair the corrupted operating system just type the following.
sfc /scannow
4.  It is always advisable to run this utility up to 3 times to fix all the problems.
When you have finished it may show you up one of the three things
  • Windows did not find any integrity violations (a good thing)
  • Windows Resource Protection found corrupt files and repaired them (a good thing).
  • Windows Resource Protection found corrupt files but was unable to fix some (or all) of them (not a good thing)  If you get this message run DISM as described below
  • If SFC utility did not find any problems it is still prudent to run DISM Restorehealth.
Though release of Windows 10 has consumed quite bit of time and by now with various updates the OS is stabilized by far, still it is advisable to know various Windows 10 Problems and Bugs which were noticed days after its release. It will help you to get rid of those problems by using various utilities and updates.

How to Fix Corrupted Files by Running DISM Utility ?

You can follow step by step the following procedure to run the DISM utility.
1.  Go to Start search option and Type CMD
2.  Right click on CMD prompt and run as Administrator. This is called an elevated command.
3.  To verify and repair the corrupted operating system just type the following.
DISM /Online /Cleanup-Image /RestoreHealth
After you have finished running DISM, it is always a good idea to re-run SFC /scannow command to make double sure that all the problems have been resolved.
If you get an error message saying that “cannot find source files”you will be required to get an ISO file of the OS. You can just load the ISO disk or the file into the CD/ DVD drive and use the following command to run on the command prompt.
DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:SourcesInstall.wim:1 /LimitAccess  
Remember in the above command “X” is the drive letter where the ISO file is located.  Simply change the “X” with the drive letter.
Now the DISM utility will repair and substitute the corrupted files from the ISO disc.
Hope the above tips will find an answer to your question,  How to Fix Corrupted Files and your system will be finally restored. If still you are facing the problem try to used the repair and restore utility of Windows 10 by running the Windows 10 installation disc.
All the Best 🙂

No comments:

Post a Comment