There was a failure in preparing the backup image of one of the volumes in the backup set.
The process cannot access the file because it is being used by another process.
All I can tell you folks is what worked for me.
- Try and shutdown the computer (not a restart).
- Turn on your computer and try again.
- If that don’t work, run these command in an elevated (administrator) command prompt.
- DISM.exe /Online /Cleanup-image /Scanhealth
- DISM.exe /Online /Cleanup-image /Restorehealth
- Shutdown the computer (not a restart).
- Turn on your computer and try again.
- If that doesn’t work, in an elevated (administrator) command prompt, run:
- sfc /scannow
- If that checks out okay, in the same windows, run a chkdsk:
- chkdsk [Drive:] [parameters] “Example:” chkdsk c: /f /r /x
- Enter Y in order to have this process run the next time the system restarts.
- Restart your system.
- If this doesn’t work, browse the web and find another solution.