发新话题
打印

手把手教你啥掉移动硬盘或U盘上的双击病毒哈[申精]

手把手教你啥掉移动硬盘或U盘上的双击病毒哈[申精]

转自MOTO手机论坛
点击开始-运行  输入cmd
会弹出命令提示符,输入你的U盘或别的中毒的盘符(如 f:)回车
注:英文的大小写无所谓的;双击无法的U盘只输入前5行就好了
path c:\windows\system32

attrib autorun.inf -h -r -s
del autorun.inf
attrib Iexplores.exe -h -r -s
del Iexplores.exe


attrib pagefile.pif -h -s
del pagefile.pif
attrib _desktop.ini -h -s
del _desktop.ini


cd recycler
cd recycler
attrib autorun.exe -h -r -s
attrib desktop.ini -h -r -s
attrib _desktop.ini -h -s
del autorun.exe
del desktop.ini
del _desktop.ini
cd..
attrib recycler -h -r -s
rd recycler
attrib INFO2 -h
attrib desktop.ini -h -s
del INFO2
del desktop.ini
cd..
attrib recycler -h -r -s
rd recycler

echo kill other
attrib Thumbs.db -h -s
del Thumbs.db

TOP

楼主麻烦把字放大点

TOP

楼主麻烦把字放大点

TOP

曾经苦恼过很长时间

我曾经就是这个双击打不开的,晚上回家试试!

TOP

收藏了!

很好,我晚上回去试下!

TOP

提示: 作者被禁止或删除 内容自动屏蔽

TOP

不错,顶一下

TOP

发新话题