https://neosmart.net/wiki/chkdsk/
- Log into Windows 10
- Press the Windows key to open the Start Menu
- Select Search
- Type-in
cmd
- Right-click on Command Prompt from the search results list
- Click Run as administrator
- Log in as an Administrator
- When Command Prompt launches, type the command:
chkdsk C: /f /r /x ---这里C:代表你要扫描修复的磁盘盘符
The parameters for this command are:
/f
option will attempt to fix any found errors/r
option will locate for bad sectors and recovery any readable information/x
option will force the volume you’re about to check to be dismounted before the utility begins a scan If theC:
drive is in use, typeY
to run a scan at your PC’s next restart. If so, exit Command Prompt and restart the computer.
方案2:
我的电脑 -> 右键点击D盘 -> 属性 ->