技术分享 手工卸载净网先锋的方法 [复制链接]

sc1123
三国LV2
技术中心 26061 0 2010-11-23 09:25:30
手工解除Windows2000下的净网先锋
原理:净网先锋在电脑启动时,启动了一个服务,只要删掉服务,再把Run项直接删掉,重启后再恢复Run就可以了。细则如下:
1、直接删除HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\SysDrvStart这项
2、先备份下HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run中的键
3、直接删除HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run
4、重新启动电脑
5、新建HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run
6、恢复HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run中的键
7、删除HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run中含有MainPro.exe AnnexPro.exe的键

这样就可以解除净网先锋
若要彻底删除干净,可以连以下文件一起删除:
C:\\WINNT\\SYSTEM\\MainPro.exe
C:\\WINNT\\SYSTEM\\AnnexPro.exe
C:\\WINNT\\SYSTEM\\cnk_kx.dat
C:\\WINNT\\SYSTEM\\UlSd.exe
C:\\WINNT\\SYSTEM\\UnPack.exe
C:\\WINNT\\SYSTEM32\\DRIVERS\\Drvstart.sys

================================================================================
去除净网的方法: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_文件吧!别忘了注册表里也要删的! ================================================================================手工解除Windows2000下的净网先锋:
原理:净网先锋在电脑启动时,启动了一个服务,只要删掉服务,再把Run项直接删掉,重启后再恢复Run
就可以了。细则如下:
1、直接删除HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\SysDrvStart这项
2、先备份下HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run中的键
3、直接删除HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
4、重新启动电脑
5、新建HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
6、恢复HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run中的键
7、删除HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run中含有
MainPro.exe AnnexPro.exe的键

这样就可以解除净网先锋

若要彻底删除干净,可以连以下文件一起删除:
C:\WINNT\SYSTEM\MainPro.exe
C:\WINNT\SYSTEM\AnnexPro.exe
C:\WINNT\SYSTEM\cnk_kx.dat
C:\WINNT\SYSTEM\UlSd.exe
C:\WINNT\SYSTEM\UnPack.exe
C:\WINNT\SYSTEM32\DRIVERS\Drvstart.sys
=================================================================================我这样卸载净网先锋:
重新启动进 maxdos(别告诉我说没装),用第一项,按ESC键到命令提示符下,如果用了ntfs分区,就先
运行ntfsdos,
假设在maxdos下你的windows所在的盘号是C,进C:\\Windows\\System32\\文件夹,用 del 命令删除
main*.exe 和 ann*.exe, 重新启动后清除注册表中无效的启动项目,ok
=================================================================================
     在网上搜索查找后,终于找到了方法:
     1、 在启动后进安全模式,在安全模式下,净网先锋不启动,在c:\windows\system32\下删除
mainpro.exe,annexpro.exe,cnksetup.exe,cnk_kx.dat四个文件后,重起机器就可以了。
     2、进DOS ,输入以下命令
        c:\
         cd windows\\system32
         del  mainpro.exe
         del  annexpro.exe
         del cnksetup.exe
          ddel cnk_kx.dat
          cd \\
          win
     呵呵,终于搞定。
=================================================================================
你们说什么梦话呢。净网之不过是加了几个东西你们就搞不定啦?
复制如下字节到autoexec.bat里,启动的时候2是不启动净网。

@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

您需要登录后才可以回帖 立即登录
高级模式
返回
统计信息
  • 会员数: 29041 个
  • 话题数: 9629 篇
  • 巅峰数: 5500 人