I got exactly the same problem and here‘s how I fixed it. Everything was done from desktop.
1- Create a folder on desktop: mount
2- Copy install.wim to desktop. (used the ISO downloaded from techbench)
Open Admin Command prompt, copy/paste each line and run:
- Dism /mount-wim /wimFile:%USERPROFILE%\Desktop\install.wim /index:1 /MountDir:%USERPROFILE%\Desktop\mount
- Dism /Online /Cleanup-Image /CheckHealth
- Dism /Online /Cleanup-Image /RestoreHealth /Source:%USERPROFILE%\Desktop\mount\windows /LimitAccess
- Dism /unmount-wim /Mountdir:%USERPROFILE%\Desktop\mount /discard
- re-run: sfc /scannow
时间: 2024-10-18 14:42:11