WindowsUpdateのインストールで問題が発生しました。
コンポーネントストアのイベントログの問題を見つけました。
まず、Deployment Image Servicing and Managementツールを使用してコンポーネントストアを確認します。
Scanhealth
dism /online /cleanup-image /scanhealth
結果
The component store is repairable.
The operation completed successfully.
CheckHealth
dism /Online /Cleanup-Image /CheckHealth
結果
The component store is repairable.
The operation completed successfully.
そこで、repairコンポーネントストアを試しました。
DISM /online /cleanup-image /restorehealth
エラーのある結果
The restore operation failed. Either the repair source was not found or the comp
onent store cannot be repaired.
Error: 0x800f081f
DISM failed. No operation was performed.
For more information, review the log file.
ログを確認しましたC:\Windows\Logs\DISM\DISM.log
しかし、エラーはありません。
Checking System Update Readiness.
Summary:
Operation: Detect and Repair
Operation result: 0x0
Last Successful Step: Entire operation completes.
Total Detected Corruption: 0
CBS Manifest Corruption: 0
CBS Metadata Corruption: 0
CSI Manifest Corruption: 0
CSI Metadata Corruption: 0
CSI Payload Corruption: 0
Total Repaired Corruption: 0
CBS Manifest Repaired: 0
CSI Manifest Repaired: 0
CSI Payload Repaired: 0
CSI Store Metadata refreshed: True
Total Operation Time: 545 seconds.
この問題を解決する方法はありますか?
[〜#〜]編集済み[〜#〜]
私も走りましたsfc / scannow
結果
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations
これはバグであり、私はすでにしばらく前にマイクロソフトに報告しました。
問題はDISMによって修正されていますが、バグが原因でエラーが報告されます。エラーは無視してください。
同じ問題が発生し、Win 8.1 + Update DVDでアップグレードすることで修正しました(MSDNのen_windows_8.1_with_update_x64_dvd_4065090.isoを使用しました)。
これにより、すべてのデータ、設定、アプリが保持されました。