我使用的是 Windows 8.1 x64,构建 6.3.9600.16384,使用具有管理员权限的命令提示符。
sfc /scannow
返回:
...found corrupt files but was unable to fix some of them.
Run Code Online (Sandbox Code Playgroud)
和
dism /online /cleanup-image /restorehealth
返回:
Error: 0x800f0906
The source files could not be downloaded.
Run Code Online (Sandbox Code Playgroud)
(并且 Windows 更新服务无法启动,因为这些文件丢失。)
也试过
dism /online /cleanup-image /restorehealth /source:wim:F:\sources\install.wim:1 /limitaccess
并返回:
Version: 6.3.9600.16384
Image Version: 6.3.9600.16384
Error: 0x800f081f
The source files could not be found.
Run Code Online (Sandbox Code Playgroud)
我安装了图像,并从那里开始尝试。
dism /mount-image /imagefile:F:\sources\install.wim /index:1 /mountdir:C:\offline
dism /online /cleanup-image /restoreHealth /source:c:\offline /limitaccess
也返回:
Error: 0x800f081f
Run Code Online (Sandbox Code Playgroud)
如何修复损坏的系统文件?
我可以告诉 DISM 使用 Windows 安装光盘作为源吗?