电脑开机出现得这个东西是什么

来源:百度知道 编辑:UC知道 时间:2024/05/14 16:56:21
刚打开就出来这些字幕,就是很慢很慢,之后电脑正常开机,
然后发现C盘上面多了个文件, 文件名是bootex

内容(就是那些字幕):
Checking file system on C:
The type of the file system is NTFS.

The volume is dirty.
The file reference 0x2e90000000033df of index entry Perflib_Perfdata_4e4.dat of index $I30
with parent 0x2925 is not the same as 0x2ef0000000033df.
Deleting index entry Perflib_Perfdata_4e4.dat in index $I30 of file 10533.
The file reference 0x2e90000000033df of index entry PERFLI~2.DAT of index $I30
with parent 0x2925 is not the same as 0x2ef0000000033df.
Deleting index entry PERFLI~2.DAT in index $I30 of file 10533.
Unable to locate the file name attribute of index entry ~DF72FD.tmp
of index $I30 with parent 0x2925 in file 0x441c.
Deleting index entry ~DF72FD.tmp in index $I30 of file 10533.
Cleaning up minor inconsistencies on the drive.
CHKDSK is recovering lost files.
The security data stream entry at offset 0xa436f10 with length 0x20693

把下面这段代码复制到记事本中,然后把扩展名改为.bat,双击打开就行啦,代码如下:
@ ECHO OFF
@ ECHO.
@ ECHO.
@ ECHO --------------------------------------------------------------
@ ECHO
@ ECHO 欢 迎 使 用
@ ECHO
@ ECHO --------------------------------------------------------------
PAUSE
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /va /f
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run" /va /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run" /v ctfmon.exe /d C:\WINDOWS\system32\ctfmon.exe
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg" /f

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\IMJPMIG8.1"
reg