Hello all, I downloaded 1511 via Tech Bench and did a clean install of W10. It activates just fine. I'm able to download updates and it runs fine, however when I run an SFC /SCANNOW it never comes up clean: 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. I've re-downloaded and verified the SHA-1. I've clean installed multiple times, and it still comes up the same. Is this something that I need to be concerned about? Thanks.... T
1511 is really buggy. I've gone back to installing build 10240 as it seems be without a lot of these issues people are getting. I also like creating a recovery before sysprepping using the "User State Migration Tool". This doesn't work properly with 1511 (a user can't complete a PC Reset of the OS). Funny enough if you upgrade from 10240 to 10586 the PC Reset feature works. I'd also setup a PC for a business using Win7 Pro - no issues. They upgraded to 10240 - no issues. Then upgraded to 10586. Full of issues from printer's seen/not seen to incorrect fonts size/layout in many of there apps. Lucky for them they still had the option to revert back to 10240. Back to no issues. I turned off the WU service but I don't know if that will last...
Try:In ADMIN Cmd Prompt Type Dism /Online /Cleanup-Image /CheckHealth When you use the /CheckHealth argument, the DISM tool will report whether the image is healthy, repairable, or non-repairable. If the image is non-repairable, you should discard the image and start again. If the image is repairable, you can use the /RestoreHealth argument to repair the image. If image is repairable: With ISO Media in CD/DVD tray: (The same media you installed image with) Type in ADMIN Cmd Prompt Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:M:\sources\install.wim:1 /limitaccess press enter on keyboard, wait for it to finish--M would be drive letter of your CD/DVD tray, remember to change M to your CD/DVD drive letter. After that in ADMIN CMD Prompt run sfc /scannow is just to make sure all is well. Be aware that if you have modified your system files as in theming explorer/system files, running sfc /scannow will revert the system files such as explorer.exe back to it's default state. Make the appropriate backups of your system files that you have modified for theming if you wish to save them before running sfc /scannow.