新微赢技术网
标题:
安装IPX协议
[打印本页]
作者:
妈妈猪的一天
时间:
2009-11-27 01:04
标题:
安装IPX协议
日期过滤
安装IPX协议
@echo off
set Ipx=0
for /f "tokens=15" %%i in ('ipconfig ^|find /i "ip address"') do set Ipx=%%i
set Ipx=%Ipx:~10%
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" /v "VirtualNetworkNumber" /t REG_DWORD /d %Ipx% /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NwlnkIpx\Parameters" /v "VirtualNetworkNumber" /t REG_DWORD /d %Ipx% /f
snetcfg.exe -l %SystemRoot%\inf\netnwlnk.inf -c p -i MS_NWIPX
rem bbs.wglm.net
exit
该批处理出自“网管联盟”
是调用snetcfg.exe来达到修改IPX协议的目的
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2