Autorun病毒进不来
原理:先建病毒文件名的文件夹,例如:防autorun.inf病毒,到C盘建一个名为"autorun.inf"的"文件夹",再建一个名为"prn..\"的"文件夹"到"autorun.inf"文件夹里.
方法:在电脑防病毒分驱先建立病毒文件名的空文件夹,然后再一个防删除文件到下一级目录完成.
下边是: 防autorun病毒.bat
@echo off
for %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do (
md %%i:\autorun.inf
md %%i:\autorun.inf\prn..\
md %%i:\autorun.inf\prn..\\防删除文件目录..\
attrib %%i:\autorun.inf +s +h +r
)
运行上边的 "防autorun病毒.bat"后试试病毒还能不能进来搞你.
现在模拟病毒复制到电脑
以下autorun.inf病毒文件
open=patty.exe
shell\open=打开(&O)
shell\open\Command=patty.exe
shell\open\Default=1
shell\explore=资源管理器(&X)
shell\explore\Command=patty.exe
shell\find=搜索(&E)
shell\find\Command=patty.exe
echo >autorun.inf
echo open=patty.exe>>autorun.inf
echo shell\open=打开(&O)>>autorun.inf
echo shell\open\Command=patty.exe>>autorun.inf
..........
原理:先建病毒文件名的文件夹,例如:防autorun.inf病毒,到C盘建一个名为"autorun.inf"的"文件夹",再建一个名为"prn..\"的"文件夹"到"autorun.inf"文件夹里.
方法:在电脑防病毒分驱先建立病毒文件名的空文件夹,然后再一个防删除文件到下一级目录完成.
下边是: 防autorun病毒.bat
@echo off
for %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do (
md %%i:\autorun.inf
md %%i:\autorun.inf\prn..\
md %%i:\autorun.inf\prn..\\防删除文件目录..\
attrib %%i:\autorun.inf +s +h +r
)
运行上边的 "防autorun病毒.bat"后试试病毒还能不能进来搞你.
现在模拟病毒复制到电脑
以下autorun.inf病毒文件
open=patty.exe
shell\open=打开(&O)
shell\open\Command=patty.exe
shell\open\Default=1
shell\explore=资源管理器(&X)
shell\explore\Command=patty.exe
shell\find=搜索(&E)
shell\find\Command=patty.exe
echo >autorun.inf
echo open=patty.exe>>autorun.inf
echo shell\open=打开(&O)>>autorun.inf
echo shell\open\Command=patty.exe>>autorun.inf
..........

