熊猫烧香病毒残留物 desktop_ 的清楚方法
你先在桌面打开一个记事本.~复制下面这些.
@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.双击它.自己会清除..