开机电脑检测F盘跳不过去

一般就跳出这么一行字,就一直不动了 checking file system on F: The type of the file system is FAT32 one of your disks needs to be checked for consistency You may concel the disk check, but it is strongly recommended that you continue. Windows will now check the disk. Volume serial Number is 7D64-9D2C Windows is verifying files and folders... file and folder verificatiom is complete. window is verifying free space... 0 percent completed.. 基本上处于0状态,等很久也没什么用 求帮助啊!!

第1个回答  2019-06-22
一般性解决方法:
1.如果checking
files
system后有one
of
your
disks
to
be
checked
for
consistency.you
may
cancel
the
disk
check,but
it
is
storngly
recommended
that
you
continue.这句英文,在自检时按键盘上的enter键即可取消,没有这句话就得等待到扫描结束。
2.我们在Windows界面下,通过“磁盘碎片整理”程序来完成。首先打开开始菜单,运行,输入CMD,回车,在窗口中键入“chkdsk
x:
/f”(x为盘符)进行扫描;然后启动“磁盘碎片整理”对相应的磁盘进行碎片整理,可以消除再次的磁盘扫描。
3.我们知道系统之所以要对磁盘进行扫描是因为在注册表中设置了“脏”字节。在注册表中找到以下分支:
“Hkey_local_machine\System\CurrentControlSet\Control\Session
Manager”在注册表右侧的窗口中找到
“BootExecute:REG_MULTI_SZ”键值就是windows关于磁盘扫描的,双击“BootExecute:REG_MULTI_SZ”将其改为:
“autocheck
autochk
*”即可恢复成正常的状态。
4.用windows优化大师休复硬盘中的逻辑错误。再用360杀毒修复电脑。
5.删除被扫描的磁盘并重新建个盘。
终极解决办法(以上方法不成功再用)
以上方法仅供参考,有时能解决问题,有时不能,下面有两个“杀手锏”百分之百能解决此问题,我试过了几十次了,都成功。
1.打开我的电脑,点文件,文件夹选项,点查看,把隐藏文件扩展名的√单击去掉,点确定,再打开系统自带的记事本,输入以下内容:
Windows
Registry
Editor
Version
5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager]
"BootExecute"=hex(7):00,00
注意:保存时类型选择“所有文件”,再命名为
取消自检.reg
(扩展名一定要是reg)
再打开取消自检.reg,再打开的窗口中点是(Y),导入注册表,重启后即可见效。
2.最万不得已的办法:
删除所有磁盘,重新分区,再重装系统。
相似回答