A technician is troubleshooting a Windows 11 workstation where a graphic design application repeatedly crashes whenever a rendering task is initiated. In Event Viewer, the Application log records an Event ID 1000 entry identifying the faulting module as d3d11.dll. Which of the following command-line tools should the technician run FIRST to scan and repair this protected operating system file?
- sfc /scannowAnswer
- Bchkdsk C: /r
- Cdism /online /cleanup-image /analyzecomponentstore
- Dperfmon /sys
Answer
The technician should execute sfc /scannow from an elevated command prompt.
Executing System File Checker (sfc /scannow) scans all protected Windows system files and replaces corrupted binaries, such as d3d11.dll, with clean copies from the local cached repository.
Step-by-Step Solution
Key Concept
System File Corruption Resolution using System File Checker