网络安全 频道

净网先锋去除的方法

去除净网的方法:

windows98se例:找到c:/Autoexec.bat文件
编辑c:/AUTOEXEC.bat文件:



@echo off

choice /c:1,2 /n /t:1,4
if errorlevel 2 goto no
if errorlevel 1 goto yes


:yes
if exist c:\windows\system\MainPro.exe goto end
ren C:\WINDOWS\SYSTEM\annexpro.ex_ annexpro.exe
ren C:\WINDOWS\SYSTEM\cnk_kx.da_ cnk_kx.dat
ren C:\WINDOWS\SYSTEM\cnksetup.ex_ cnksetup.exe
ren C:\WINDOWS\SYSTEM\mainpro.ex_ mainpro.exe
goto end

:no
if exist c:\windows\system\MainPro.ex_ goto end
ren C:\WINDOWS\SYSTEM\annexpro.exe annexpro.ex_
ren C:\WINDOWS\SYSTEM\cnk_kx.dat cnk_kx.da_
ren C:\WINDOWS\SYSTEM\cnksetup.exe cnksetup.ex_
ren C:\WINDOWS\SYSTEM\mainpro.exe mainpro.ex_
goto end

:end
@echo on


这样,只要开机什么键也不按就会把净网加载上来,开机按住2(可以是别的键,自己可以改批处理文件的)
就会去掉净网先锋。然后再进入windows里面删除mainpro.ex_文件吧!别忘了注册表里也要删的!

http://www.cnxhacker.com/Article/other/art/200612/7013.html 

0
相关文章