亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

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

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

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

三、Autorun.bat與de-Autorun.bat兩個文件的第四行代碼中的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)文章

最新評論