Windows 10 (legacy) — Question 120
You are troubleshooting a Windows 10 device that fails to install updates from Windows Update.
You discover that some files in the component store are corrupt.
You need to resolve the issue to ensure that you can install the updates.
Which command should you run?
Answer options
- A. chkdsk /c c:
- B. Dism /Online /Cleanup-Image /RestoreHealth
- C. Dism /Online /Cleanup-Image /StartComponentCleanup
- D. chkntfs /c c:
Correct answer: B
Explanation
The correct command to run is 'Dism /Online /Cleanup-Image /RestoreHealth', as it repairs the Windows component store, allowing updates to be installed successfully. The other options, while useful for disk checking or cleanup, do not address the corruption in the component store directly, making them ineffective in this scenario.