A system administrator is troubleshooting a Windows 11 workstation that fails to boot normally after a forced power interruption during a cumulative system update. The machine automatically enters the Windows Recovery Environment (WinRE). Diagnostics indicate both system file corruption and a damaged local Windows Component Store (WinSxS). An external USB flash drive containing clean Windows installation media is attached to the system as drive . Place the following technician actions in the correct logical sequence to repair the operating system integrity offline.
- 1Open the Command Prompt interface from the WinRE Advanced Options menu.
- 2Use command-line tools to identify the drive letter assigned to the offline Windows system partition.
- 3Execute DISM with `/image:`, `/cleanup-image`, `/restorehealth`, and `/source:` flags to repair the offline component store.
- 4Run `sfc /scannow` with `/offbootdir=` and `/offwindir=` flags targeting the offline system volume.
- 5Reboot the workstation into normal Windows mode to verify system boot stability and integrity.
Cevap
The correct execution sequence begins with opening the WinRE Command Prompt, determining the offline system partition drive letter, repairing the local component store using DISM with an external source payload, executing offline SFC to replace corrupted protected system files, and finally restarting the machine to verify stability.
The correct repair workflow requires establishing a shell environment, verifying drive mappings, using DISM to restore the component store from a known-good source, running offline SFC against the repaired store to restore corrupt system files, and restarting to verify operating system health.
Adım Adım Çözüm
Anahtar Kavram
Offline Windows system file repair workflow requiring DISM component store remediation prior to System File Checker execution.
Tahmini Süre:2m 30s