怎么电脑每次开机都自检

来源:百度知道 编辑:UC知道 时间:2024/06/26 01:38:18
checking file system on F the type of the file syetem is NTFS volume label is Adisk check has been sche duled windows will now check the disk
CHKDSK is verifying files(stage 1 of 5)
file verification compceted........
``````````````````````````
无聊的别来....

1、在“运行”对话框中输入“regedit”打开注册表编辑器,依次选择“HKEY_LOCAL_MACHINESYSTE MCurrentControlSetControlSession Manager”子键,然后在右侧窗口中找到“BootExecute”键值项并将其数值清空,最后按“F5”键刷新注册表即可。

2、用文本编辑器打开C盘下的msdos.sys文件(可能是隐藏的),会看到以下内容:
[options]
bootmulti=1
bootgui=1
autoscan=1
如果不想非正常关机后运行磁盘扫描程序,可以把atuoscan=1改为autoscan=0,这样在非正常关机后计算机的启动速度也会快上一些

在CMD下输入命令chkntfs /x c: d: e: f: (有几个盘输几个!)

要关闭扫描就打开注册表编辑器(开始---运行--输入regedit),依次选择“HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager”子键,然后在右侧窗口中找到“BootExecute”键值项并将其数值清空,最后按“F5”键刷新注册表即可。

请在出现后让自检进行一次。不要每次都esc。