Situatie
Solutie
The chkdsk command is super handy
Storage-related issues can trigger all kinds of erratic behaviour on Windows PCs, such as random crashes and freezes followed by a BSOD, slowdowns, error messages, and more. Check Disk (chkdsk) is the first-aid PowerShell command that can often resolve various storage issues. The base chkdsk command scans your storage drives for errors. If no errors are found, you’re fine. If errors are found, you can run the following command:
chkdsk /r
This will fix errors discovered on the disk as well as locate bad sectors and recover readable data. Since chkdsk needs to lock the drive it’s repairing you can use it to repair secondary drives while the PC is active. However, if you want to repair your boot drive, you’ll need to schedule chkdsk to run the next time your PC reboots.

Leave A Comment?