Check Windows file consistency
Check Windows file consistency
I recently installed a new computer and downloaded the .iso from digitalriver using the provided code. I wanted to confirm the file's authenticity and integrity. I searched for a Windows verification site but couldn't locate one. The sfc tool ran without issues. If the .iso were damaged, would it still detect errors?
If sfc /scannow fails to find anything, it's usually okay—just save the output if you need confirmation there were no issues: http://www.eightforums.com/tutorials/304...s-8-a.html You might also use dism to check for problems, but since sfc doesn't report anything, it's not required unless you suspect corruption: http://www.eightforums.com/tutorials/265...s-8-a.html (assuming Windows 8). It seems the link isn't being clicked.