发布网友 发布时间:2024-10-23 18:08
共5个回答
热心网友 时间:2024-11-09 10:09
可能是系统文件,也不排除病毒的可能,你下个卡巴杀一下,不行的话你就下个360的文件粉碎工具http://www.360.cn/down/soft_down12.html
热心网友 时间:2024-11-09 10:09
用360安全卫士去杀 应该可以的
热心网友 时间:2024-11-09 10:08
不是病毒,是免疫文件。 建议你不要删除。 如果想去掉的话,在CMD 输入 "rd d:\autorun.inf " ?本例删除D盘? 其他的 对应改掉就行
热心网友 时间:2024-11-09 10:04
输入下面内容到记事本并保存为任意文件名.BAT
@echo off
title U盘免疫消除工具
echo -------------------------------------
echo autorun.inf文件夹消除工具
echo -------------------------------------
echo 霞浦一中 李小阳 2008-10-2
echo -------------------------------------
:question
echo 请输入要取消文件盘符。如 h (注意须小写,并回车)
set /p ans=
if "%ans%"=="a" (goto a)
if "%ans%"=="b" (goto b)
if "%ans%"=="c" (goto c)
if "%ans%"=="d" (goto d)
if "%ans%"=="e" (goto e)
if "%ans%"=="f" (goto f)
if "%ans%"=="g" (goto g)
if "%ans%"=="h" (goto h)
if "%ans%"=="i" (goto i)
if "%ans%"=="j" (goto j)
if "%ans%"=="k" (goto k)
if "%ans%"=="l" (goto l)
if "%ans%"=="m" (goto m)
if "%ans%"=="n" (goto n)
if "%ans%"=="o" (goto o)
if "%ans%"=="p" (goto p)
if "%ans%"=="q" (goto q)
if "%ans%"=="r" (goto r)
if "%ans%"=="s" (goto s)
if "%ans%"=="t" (goto t)
if "%ans%"=="u" (goto u)
if "%ans%"=="v" (goto v)
if "%ans%"=="w" (goto w)
if "%ans%"=="x" (goto x)
if "%ans%"=="y" (goto y)
if "%ans%"=="z" (goto z)
echo 输入错误 请重试
goto question
:a
attrib -r -a -s -h a:\autorun.inf /s /d
rmdir a:\autorun.inf
goto exit
:b
attrib -r -a -s -h b:\autorun.inf /s /d
rmdir b:\autorun.inf
goto exit
:c
attrib -r -a -s -h c:\autorun.inf /s /d
rmdir c:\autorun.inf
goto exit
:d
attrib -r -a -s -h d:\autorun.inf /s /d
rmdir d:\autorun.inf
goto exit
:e
attrib -r -a -s -h e:\autorun.inf /s /d
rmdir e:\autorun.inf
goto exit
:f
attrib -r -a -s -h f:\autorun.inf /s /d
rmdir f:\autorun.inf
goto exit
:g
attrib -r -a -s -h g:\autorun.inf /s /d
rmdir g:\autorun.inf
goto exit
:h
attrib -r -a -s -h h:\autorun.inf /s /d
rmdir h:\autorun.inf
goto exit
:i
attrib -r -a -s -h i:\autorun.inf /s /d
rmdir i:\autorun.inf
goto exit
:j
attrib -r -a -s -h j:\autorun.inf /s /d
rmdir j:\autorun.inf
goto exit
:k
attrib -r -a -s -h k:\autorun.inf /s /d
rmdir k:\autorun.inf
goto exit
:l
attrib -r -a -s -h l:\autorun.inf /s /d
rmdir l:\autorun.inf
goto exit
:m
attrib -r -a -s -h m:\autorun.inf /s /d
rmdir m:\autorun.inf
goto exit
:n
attrib -r -a -s -h n:\autorun.inf /s /d
rmdir n:\autorun.inf
goto exit
:o
attrib -r -a -s -h o:\autorun.inf /s /d
rmdir o:\autorun.inf
goto exit
:p
attrib -r -a -s -h p:\autorun.inf /s /d
rmdir p:\autorun.inf
goto exit
:q
attrib -r -a -s -h q:\autorun.inf /s /d
rmdir q:\autorun.inf
goto exit
:r
attrib -r -a -s -h r:\autorun.inf /s /d
rmdir r:\autorun.inf
goto exit
:s
attrib -r -a -s -h s:\autorun.inf /s /d
rmdir s:\autorun.inf
goto exit
:t
attrib -r -a -s -h t:\autorun.inf /s /d
rmdir t:\autorun.inf
goto exit
:u
attrib -r -a -s -h u:\autorun.inf /s /d
rmdir u:\autorun.inf
goto exit
:v
attrib -r -a -s -h v:\autorun.inf /s /d
rmdir v:\autorun.inf
goto exit
:w
attrib -r -a -s -h w:\autorun.inf /s /d
rmdir w:\autorun.inf
goto exit
:x
attrib -r -a -s -h x:\autorun.inf /s /d
rmdir x:\autorun.inf
goto exit
:y
attrib -r -a -s -h y:\autorun.inf /s /d
rmdir y:\autorun.inf
goto exit
:z
attrib -r -a -s -h z:\autorun.inf /s /d
rmdir z:\autorun.inf
goto exit
:exit
echo MyVar = MsgBox ("已完成 请重新启动计算机!",, "完成") >c:\windows\b.vbs
start c:\windows\b.vbs
exit
热心网友 时间:2024-11-09 10:08
开始 运行 输入 cmd 回车
如果是要删除C盘的autorun.inf文件夹
输入 rd \\?\c:\autorun.inf /s /q
如果是要删除D盘的autorun.inf文件夹
输入 rd \\?\d:\autorun.inf /s /q
以此类推
或者用维希u保软件,直接用删除免疫功能或者删除文件夹功能,输入路径回车就可以了