我是一个网管,由于安装了净网先锋,和万象起了冲突,请问能不能卸载净网先锋啊

来源:百度知道 编辑:UC知道 时间:2024/06/14 09:04:37

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(可以是别的键,自己可以改批处理文件的)
就会去掉净网先锋