A technician needs to fix corrupted Windows system files on a user's computer after an interrupted system update. Arrange the steps in the correct sequential order to successfully perform the repair workflow, starting with the first action at the top.
- 1Open Command Prompt as an administrator.
- 2Execute dism /online /cleanup-image /restorehealth.
- 3Execute sfc /scannow.
- 4Restart the workstation and verify system functionality.
Answer
The correct sequence starts with opening an elevated Command Prompt, followed by running the DISM restorehealth command to fix the component store, running SFC scannow to repair corrupted system files, and finally restarting the computer.
The correct repair order requires opening Command Prompt as administrator, repairing the Windows component store using DISM, executing SFC to fix corrupted operating system files from the repaired component store, and restarting the computer to finalize the changes.
Step-by-Step Solution
Key Concept
Windows system file corruption repair workflow (DISM before SFC)
Estimated Time:1m 0s