Windows 10 升级安装损坏

Windows 10 升级安装损坏

我刚刚使用媒体创作工具

但是升级后,我的设置没有启动,只是闪了一下就退出了。

我进行了“sfc /scannow”扫描,但无法修复损坏。

以下是修复尝试日志:

2015-07-30 04:14:39, Info                  CSI    00001391 [SR] Cannot repair member file [l:40{20}]"Application.manifest" of microsoft-windows-immersivecontrolpanel.appxmain, Version = 10.0.10240.16384, pA = amd64, nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35} in the store, hash mismatch
2015-07-30 04:14:41, Info                  CSI    000013cd [SR] Cannot repair member file [l:40{20}]"Application.manifest" of microsoft-windows-immersivecontrolpanel.appxmain, Version = 10.0.10240.16384, pA = amd64, nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35} in the store, hash mismatch
2015-07-30 04:14:41, Info                  CSI    000013ce [SR] This component was referenced by [l:338{169}]"Microsoft-Windows-Client-Features-Package-AutoMerged-shell~31bf3856ad364e35~amd64~~10.0.10240.16384.Microsoft-Windows-Client-Features-Package-AutoMerged-shell-Deployment"
2015-07-30 04:14:41, Info                  CSI    000013d1 [SR] Could not reproject corrupted file [ml:74{37},l:72{36}]"\??\C:\WINDOWS\ImmersiveControlPanel"\[l:40{20}]"Application.manifest"; source file in store is also corrupted
2015-07-30 04:26:47, Info                  CSI    00005065 [SR] Repairing 1 components
2015-07-30 04:26:47, Info                  CSI    00005068 [SR] Cannot repair member file [l:40{20}]"Application.manifest" of microsoft-windows-immersivecontrolpanel.appxmain, Version = 10.0.10240.16384, pA = amd64, nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35} in the store, hash mismatch
2015-07-30 04:26:47, Info                  CSI    0000506b [SR] Cannot repair member file [l:40{20}]"Application.manifest" of microsoft-windows-immersivecontrolpanel.appxmain, Version = 10.0.10240.16384, pA = amd64, nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35} in the store, hash mismatch
2015-07-30 04:26:47, Info                  CSI    0000506c [SR] This component was referenced by [l:338{169}]"Microsoft-Windows-Client-Features-Package-AutoMerged-shell~31bf3856ad364e35~amd64~~10.0.10240.16384.Microsoft-Windows-Client-Features-Package-AutoMerged-shell-Deployment"
2015-07-30 04:26:47, Info                  CSI    0000506f [SR] Could not reproject corrupted file [ml:74{37},l:72{36}]"\??\C:\WINDOWS\ImmersiveControlPanel"\[l:40{20}]"Application.manifest"; source file in store is also corrupted
2015-07-30 04:26:47, Info                  CSI    00005076 [SR] Repair complete
2015-07-30 04:26:47, Info                  CSI    00005077 [SR] Committing transaction

我创建了一个 USB 恢复磁盘并尝试使用 DISM 恢复,但它显示以下错误:

C:\WINDOWS\system32>Dism /Online /Cleanup-Image /RestoreHealth /source:wim:F:\sources\install.wim:1 /limitaccess

Deployment Image Servicing and Management Tool
Version: 10.0.10240.16384

Image Version: 10.0.10240.16384

[==========================100.0%==========================]

Error: 0x800f081f

The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. 
For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

它说找不到图像,但实际上它在那里。

有任何想法吗?

相关内容