Thanks for getting back! Based on the Error 23 (cyclic redundancy check), it appears data used by the tool is damaged or unusable. We'll need to address this corruption to move forward.
Please close the command prompt and Disconnect from the internet then follow below steps:
- Run offline ChkDsk scan
Open command prompt once more as administrator, type the command below then hit Enter:
chkdsk /offlinescanandfix
Restart your PC then proceed with the next commands: One at a time.
Open command prompt as administrator, type the command below then hit Enter:
dism.exe /image:C: /cleanup-image /revertpendingactions
dism.exe /online /Cleanup-Image /StartComponentCleanup
Restart Windows and boot into safe mode: https://support.microsoft.com/en-us/windows/sta...
Under safe mode, Open command prompt as administrator, type the command below then hit Enter:
sfc /scannow
Restart your PC again and boot your PC normally. Check if you can run below command successfully:
Open command prompt as administrator, type the command below then hit Enter:
dism.exe /online /Cleanup-Image /RestoreHealth
Thank you.