Author: tendy ~!
When your windows instance is shut down (/restarted) illegally, a disk scan will appear when you start it. However, I recommend that you do this, but some friends may not like server scanning. Do you want to enter the system quickly? Come with me ..
Command method: Start → run → cmd input: chkntfs/x drive letter (which is the drive letter to prohibit scanning) such as chkntfs/x c: d: e: f:
OK. The disk scan will not appear at the next startup.
Batch file method: Create a. cmd file with the following content:
@ Acho off
Echo, please wait ..........
Cd % systemroot % system32
Chkntfs.exe/x % * (drive letter, for example, C: D: E :)
Echo disk scan is disabled. Press any key to exit.
Pause
Exit
If you want to enable scanning again. See:
@ Echo off
Echo, please wait ....
Cd % systemroot % system32
Chkntfs.exe/d
Echo disk scan is enabled. Press any key to exit.
Pause
Exit
You can also run a command prompt in Windows to scan the disk.
For example, chkdsk/c/f % * (drive letter D :)