A technician is troubleshooting a Windows 11 workstation where a critical line-of-business application crashes immediately upon opening. Event Viewer records Event ID 1000 in the Application log, specifying ntdll.dll as the faulting module. Hardware diagnostics for memory and storage report no errors. Which of the following commands should the technician execute FIRST from an elevated command prompt to verify and repair corrupted system files?
- sfc /scannowAnswer
- Bchkdsk C: /r
- CPerform a clean reinstallation of the Windows operating system
- DOpen Disk Management and extend the system partition volume
Answer
The technician should execute sfc /scannow from an elevated command prompt to repair corrupted system files.
Executing sfc /scannow is the standard non-destructive troubleshooting step to repair corrupted system files when Event Viewer indicates a core Windows library like ntdll.dll is the faulting module.
Step-by-Step Solution
Key Concept
Using System File Checker (sfc /scannow) to resolve Windows application crashes caused by corrupted system binaries.