In this post, nosotros volition come across how to manually supersede a corrupted unmarried Windows organisation file amongst a known adept re-create of the file, if the System File Checker is non working. The built-in System File Checker is a tool which you lot tin conveniently run to supersede potentially corrupted or missing organisation files amongst adept ones. But it may locomote on that SFC is unable to supersede the corrupted file as well as throws upwards an fault message. In this post nosotros volition come across how to manually supersede a unmarried corrupted Windows organisation file amongst a known adept re-create of the file, if the SFC is non working.
Read: How to piece of job System File Checker to supersede a unmarried corrupted file.
How to railroad train a corrupted organisation file inwards Windows 10
First of all, you lot need to opened upwards the next log files as well as position which especial file has been corrupted:
- %userprofile%\Desktop\sfcdetails.txt
- CBS.Log %WinDir%\Logs\CBS\CBS.log
You volition endure able to come across the details there.
Once you lot know the advert as well as path of the file, you lot volition stimulate got to Take ownership of this corrupted file.
To create that, open an elevated command prompt,and execute the next command:
takeown /f FileNameAndPath
Here, FileNameAndPath represents the path as well as the file advert of the corrupted file. For example, it it is wuapi.dll that has been corrupted as well as then type:
takeown /f C:\Windows\System32\wuapi.dll
Next you lot stimulate got to grant administrators amount access & control to this file.
To create that, opened upwards an elevated command prompt,and execute the next command:
icacls FileNameAndPath /GRANT ADMINISTRATORS:F
In our event it volition be:
icacls C:\Windows\System32\wuapi.dll /grant administrators:F
How to supersede a corrupted Windows organisation file amongst a adept copy
Now, you lot need to supersede the corrupted file amongst a adept copy. To create this, opened upwards an elevated command prompt, as well as execute the next command:
copy NewFileLocation FileNameAndPath
Here, NewFileLocation is the place where you lot stimulate got saved the adept file. So if you lot stimulate got saved it to your Desktop, inwards our event it volition be:
copy C:\Users\<username>\Desktop\wuapi.dll C:\windows\system32\wuapi.dll
This should help!
Related reads:
- System File Checker SFC cannot repair corrupted fellow member file
- Windows Resource Protection flora corrupt files merely was unable to railroad train to a greater extent than or less of them
- System File Checker non working, volition non run or could non repair
- Windows Resource Protection could non start the repair service
- Run System File Checker inwards Safe Mode, Boot Time or Offline
- Repair the Windows Component Store using DISM
- DISM vs SFC first? What should I run get-go on Windows 10?
comment 0 Comments
more_vert