The results of the scan are this:
Windows Resource Protection found corrupt files but was unable to fix some of them. Details are included in the CBS.log windir\logs\CBS\CBS. log. For example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not supported in offline servicing scenarios.
Okay. I don't know what that means
IF you have again, reverted back to Windows 7, it might be a good time to retry the native System File Checker on that installation and see if it produces the same results.
IF it does then you might try
DISM /Online /Cleanup-Image /RestoreHealth
AND see if that produces the same results
Crap, now it's telling me:
The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. Then it gives a web site address to go to and look for a specific log. Then I need to go to another website to find the specific log???
Error: 0x800f081f
At this point, I'm wondering if I should revert back to Windows 7 and then try upgrading again.
IF it does then.... You'll need to specify the install.wim location in the sources directory of the installation media, such as
Code:
Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:D:\sources\install.wim:1 /limitaccess
Where D:\ is the drive on which your installation media is located.
Afterwards, IF it completes successfully, reboot
Then open another admin command prompt and run
sfc /scannow
again and see if this time it reports that it was in fact able to repair the problem