[SOLVED] SFC/Scannow keeps Failing at 30%

tlavanway3

Distinguished
Jan 7, 2014
237
3
18,695
Hello I'm having a problem with windows 10 failing to check for corrupted files, SFC/Scannow will Start and Scan to 30% then it will Fail and say "Windows Resource Protection could not perform the requested operation" i have tried doing it in safe mode (same outcome) i have tried running Chkdsk to fix problems then run SFC (Same outcome) I have tried doing a Advanced Startup Repair with CMD and running SFC this time it would get to 100% then it would display "Windows Resource Protection could not perform the requested operation". I have tried many other "fixes" that people on the forms of other sites tell me to do (same outcome) i'm at my wits end on this one and i have no idea how to fix this and to top it all off This is a BRAND NEW Windows 10 install. the only thing i have installed was a couple of Motherboard drivers.
 
Solution
why are you running SFC on a brand new install?

Have you got all the windows updates?

I have seen it fail on new installs in the past.
Did you run DISM?
right click start button
choose powershell (admin)
copy/paste this command into window:
Repair-WindowsImage -Online -RestoreHealth and press enter
SFC fixes system files, second command cleans image files, re run SFC if it failed to fix all files and restart PC
why are you running SFC on a brand new install?

Have you got all the windows updates?

I have seen it fail on new installs in the past.
Did you run DISM?
right click start button
choose powershell (admin)
copy/paste this command into window:
Repair-WindowsImage -Online -RestoreHealth and press enter
SFC fixes system files, second command cleans image files, re run SFC if it failed to fix all files and restart PC
 
Solution