A technician is troubleshooting a Windows 11 workstation where a local database indexing tool crashes during file export operations. Performance Monitor displays an Avg. Disk Queue Length of on the drive, with Task Manager indicating Disk Active Time while CPU and Memory utilization remain below . Additionally, Event Viewer logs multiple Event ID 51 (paging operation warning) entries. Which of the following actions should the technician take first to resolve the application crashes?
- Run chkdsk C: /r to check for and repair bad physical sectors on the storage drive.Cevap
- BLaunch System Configuration (msconfig) to perform a clean boot by disabling non-Microsoft services.
- COpen Indexing Options in Control Panel and select the option to rebuild the search index.
- DModify the application's executable properties to run in Windows 8 compatibility mode.
Cevap
Run chkdsk C: /r to check for and repair bad physical sectors on the storage drive.
An Avg. Disk Queue Length continuously above per drive, combined with Disk Active Time and low CPU/RAM usage, indicates that the storage sub-system is the primary bottleneck. Event ID 51 in Windows Event Viewer explicitly warns of paging operation errors during data transfers between physical RAM and pagefile.sys on disk. Running the command to check and repair bad sectors on the disk identifies bad storage clusters, relocates data, and fixes disk-level read/write failures causing the application crash.
Adım Adım Çözüm
Anahtar Kavram
Troubleshooting Storage Bottlenecks and Virtual Memory Paging Errors