先进入安全模式打开记事本.复制下面这些
@echo off&cls&color 0d
for %%i in ( c d e f g ) do (
cls&cd /d %%i:\
echo 正在处理%%i盘........
attrib _desktop.ini -s -h -r
attrib indows -s -h -r
attrib desktop_.ini -s -h -r
attrib desktop.ini -s -h -r
attrib auto*.inf -s -h -r
attrib Thumbs.db -s -h -r
attrib command.com -s -h -r
attrib pagefile.pif -s -h -r
attrib logo_1.exe -s -h -r
attrib logo1_.exe -s -h -r
attrib sxs.exe -s -h -r
attrib *sy.exe -s -h -r
attrib sws.dll -s -h -r
attrib kill.exe -s -h -r
attrib rose.exe -s -h -r
del _desktop.ini indows desktop_.ini desktop.ini auto*.inf thumbs.bd Thumbs.db command.com pagefile.pif logo_1.exe logo1_.exe sxs.exe *sy.exe sws.dll kill.exe rose.exe /f/s/a/q
echo 对%%i盘的处理已经完毕...按任意键继续
pause>nul
)
复制完后把扩张名原.TXT的 改为.bat双击后.让他自己删除.
不会是病毒吧?谁解释下下:)
參考答案:这个是不是删除了一些 常见的病毒文件。没什么用。
还是用杀毒软件来做这些事情吧。