A help desk technician is servicing a Windows system that continuously displays blue screen errors following a failed feature update and an unverified graphics driver installation. Initial diagnostics indicate that both critical operating system binaries and the local component store have suffered data corruption. Which of the following troubleshooting steps should the technician take to repair the component store, replace damaged system files, and restore driver stability? (Select TWO.)
- Execute dism /online /cleanup-image /restorehealth from an elevated command prompt prior to running system file scans.Answer
- Boot the system into Safe Mode and use Device Manager to roll back the display driver to its previously installed version.Answer
- CRun sfc /scannow to fix damaged operating system files before repairing the WinSxS component store.
- DRun chkdsk /r /f to download replacement system DLLs and driver binaries directly from Microsoft servers.
Answer
The technician must first execute DISM with the RestoreHealth switch to repair the local component store, and use Safe Mode along with Device Manager to roll back the unstable graphics driver.
Executing DISM with the RestoreHealth switch repairs the Windows Component Store image using online or local repair sources, ensuring System File Checker has valid file payloads available. Additionally, booting into Safe Mode allows the technician to bypass active driver crashes and use Device Manager to roll back to a known-working device driver.
Step-by-Step Solution
Key Concept
Windows Repair Sequence and Driver Recovery