欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Autorun病毒免疫與免疫解除器 提供下載

 更新時(shí)間:2007年06月11日 00:00:00   作者:  
一、運(yùn)行Autorun.bat進(jìn)行盤符免疫(包括U盤)

二、運(yùn)行de-Autorun.bat解除盤符免疫(包括U盤)

三、Autorun.bat與de-Autorun.bat兩個(gè)文件的第四行代碼中的in (c d e f g h i j)表示盤符,
可以根據(jù)自己電腦盤符情況添加與刪減。

歡迎到我的博客:http://hi.baidu.com/ycosxhack。

By 余弦函數(shù)
復(fù)制代碼 代碼如下:

@echo off
echo autorun免疫……
pause
for %%a in (c d e f g h i j) do md %%a:\autorun.inf & md %%a:\autorun.inf\hack..\ & attrib +h +r +s +a %%a:\autorun.inf
@echo 免疫完成,聯(lián)系我:http://hi.baidu.com/ycosxhack
pause


復(fù)制代碼 代碼如下:

@echo off
echo 解除autorun免疫……
pause
for %%a in (c d e f g h i j) do rd %%a:\autorun.inf\hack..\ & attrib -h -r -s -a %%a:\autorun.inf & rd %%a:\autorun.inf
@echo 解除免疫完成,聯(lián)系我:http://hi.baidu.com/ycosxhack
pause

打包文件下載

相關(guān)文章

最新評論