如何用Win10自带chkdsk命令修复磁盘

https://neosmart.net/wiki/chkdsk/

  1. Log into Windows 10
  2. Press the Windows key to open the Start Menu
  3. Select Search
  4. Type-in cmd
  5. Right-click on Command Prompt from the search results list
    cmd
  6. Click Run as administrator
  7. Log in as an Administrator
  8. 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 the C: drive is in use, type Y to run a scan at your PC’s next restart. If so, exit Command Prompt and restart the computer.

方案2:

我的电脑 -> 右键点击D盘 -> 属性 ->

原文地址:https://www.cnblogs.com/bluestorm/p/15260006.html