Soru

Zorluk: ZorResolving System File Corruption and Driver Issues

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 E:E:. Place the following technician actions in the correct logical sequence to repair the operating system integrity offline.

  1. 1Open the Command Prompt interface from the WinRE Advanced Options menu.
  2. 2Use command-line tools to identify the drive letter assigned to the offline Windows system partition.
  3. 3Execute DISM with `/image:`, `/cleanup-image`, `/restorehealth`, and `/source:` flags to repair the offline component store.
  4. 4Run `sfc /scannow` with `/offbootdir=` and `/offwindir=` flags targeting the offline system volume.
  5. 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

1
Launch the WinRE Command Prompt.
An elevated recovery command-line environment is available for running repair utilities.
Offline diagnostic and repair commands require access to the recovery shell.
2
Identify the assigned drive letter for the offline OS installation.
The exact volume identifier for the Windows directory is confirmed.
WinRE dynamically assigns drive letters that frequently differ from the live operating system's drive mapping.
3
Run DISM with offline parameters (`/image:`, `/cleanup-image`, `/restorehealth`, `/source:`) pointing to the external media.
The damaged WinSxS component store is restored to a healthy state.
SFC relies on the WinSxS store to source replacement files. If the component store is corrupted, DISM must repair it first.
4
Run `sfc /scannow` using `/offbootdir=` and `/offwindir=` parameters.
Corrupted Windows system files are scanned and replaced using the healthy component store.
Offline SFC scans system file hashes against the healthy WinSxS repository and replaces corrupted binaries.
5
Restart the workstation into the standard Windows operating system.
The machine completes a normal boot sequence without entering crash loops or WinRE automatically.
Validates that system integrity has been fully restored and operating system boot failure is resolved.

Anahtar Kavram

Offline Windows system file repair workflow requiring DISM component store remediation prior to System File Checker execution.
Tahmini Süre:2m 30s
Bu soruyu puanla