A laboratory systems specialist is troubleshooting a Windows 11 workstation that experiences recurring system crashes following an ungraceful power loss during a feature update. Attempting to execute System File Checker results in an error indicating that Windows Resource Protection could not perform the requested operation due to a corrupted local image payload. Which of the following actions should the specialist perform to successfully repair the component store and verify system file integrity? (Select TWO.)
- Execute DISM with the /restorehealth parameter from an elevated Command Prompt.Answer
- Execute SFC with the /scannow parameter after the servicing image repair finishes successfully.Answer
- CRun CHKDSK with the /r switch to locate and replace corrupted operating system binaries in System32.
- DUse Device Manager to initiate a driver rollback on the system bus controller.
Answer
Executing DISM with the /restorehealth parameter to repair the component store, followed by executing SFC with the /scannow parameter to restore system file integrity.
When Windows Resource Protection fails to complete an SFC scan due to payload corruption, the Windows Component Store (WinSxS) must be repaired first. Executing DISM with the /restorehealth parameter repairs the component store. Once DISM finishes repairing the store, running SFC with the /scannow parameter allows System File Checker to successfully scan and replace corrupted operating system binaries.
Step-by-Step Solution
Key Concept
Sequential repair of corrupted Windows component store (DISM) before system file verification (SFC)