A desktop technician is troubleshooting a Windows workstation displaying missing file errors and system instability. The technician suspects corruption within both the Windows component store and protected operating system files. In what order should the technician perform the following repair steps to ensure system integrity is fully restored?
- 1Open Command Prompt as an administrator.
- 2Execute `dism /online /cleanup-image /restorehealth` to repair the Windows component store.
- 3Execute `sfc /scannow` to scan and replace corrupted protected operating system files.
- 4Restart the computer to complete the replacement of locked system files.
Cevap
The correct sequence of repair steps is: Open an elevated Command Prompt, execute DISM to repair the component store, execute SFC to repair system files, and restart the computer to complete pending replacements.
To repair corrupted operating system files effectively, administrative elevation must be established first. Executing DISM `/restorehealth` restores the health of the Windows component store image. Once the store is repaired, running `sfc /scannow` allows the System File Checker to successfully extract clean file copies from the component store and repair corrupted OS files. Finally, restarting the workstation applies file updates for core binaries that were locked in active memory during the scan.
Adım Adım Çözüm
Anahtar Kavram
Sequential repair of Windows component store using DISM prior to executing System File Checker (SFC)
Tahmini Süre:1m 30s