CRC errors occur when there’s a bad sector or scratch on the CD/DVD/Bluray disk. However the data can be recovered using command prompt ignoring some losses.
- Run ‘command prompt’
- Browse to the location of the files using ‘cd’ command
<drive letter (e.g. D)>:
cd <location of file (e.g. temp\video)>
- Enter the following command to copy to the desired location
xcopy /c <filename> <location>
<filename> either mention the filename with extension (e.g. doc1.txt) or to copy all files in that folder use *.* for filename
<location> enter the location where the files has to be copied (e.g. C: , C:\files\)
- The files may or may not be 100% recovered.









