Hard disk bad sector via to the windows diskscan “ chkdsk c: / r / x “
The `chkdsk` command is a Command Prompt command used to check a specified disk and repair or recover data on the drive if necessary. It can diagnose and repair problems with your drives.
`Chkdsk` has many functions but running `chkdsk /f /r` in an elevated Command Prompt is a good catch-all command.
Any time you have hard drive errors—or even strange behavior you might not at first associate with a hard drive—Check Disk can be a lifesaver.
The `chkdsk c: /r /x` command checks the `C: ` drive for bad sectors and attempts to recover any readable information from them.
The `/r` parameter tells `chkdsk` to locate bad sectors and recover any readable information from them. The `/x` parameter forces the volume to dismount if necessary.