永发信息网

哪位好心人可以给我发个Windows XP里面的Windows目录下的netnwlnk.inf文件,QQ499625022 谢谢~~

答案:1  悬赏:0  手机版
解决时间 2021-08-15 13:27
谢谢了 有的朋友加好友发过来
最佳答案

以下内容保存为netnwlnk.inf  一次字数太多 分两次复制 也可以留下邮箱 我发给你


;-------------------------------------------------------------------------
; NWLINK IPX/SPX -- Microsoft NWLink Services
;
; Copyright (c) 1993-1999, Microsoft Corporation
;-------------------------------------------------------------------------


[Version]
Signature   = "$Windows NT$"
Class    = NetTrans
ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
Provider    = %Msft%
LayoutFile  = layout.inf
DriverVer=07/01/2001,5.1.2535.0


[Manufacturer]
%Msft%=MSFT


[MSFT]
%NwlnkIpx_Desc%=Install_Ipx, MS_NWIPX
%NwlnkNb_Desc%=Install_Nb, MS_NWNB
%NwlnkSpx_Desc%=Install_Spx, MS_NWSPX


[ControlFlags]
ExcludeFromSelect=MS_NWNB,MS_NWSPX


;=========================================================================
; NWLINK IPX Section
;=========================================================================


;-------------------------------------------------------------------------
; Base Entry Point for NWLINK IPX Installation
;-------------------------------------------------------------------------
[Install_Ipx]
Characteristics=0x80    ; NCF_HAS_UI
AddReg=Inst_Ndi_Ipx    ; Specify the [N]etwork [d]evice [i]nstaller


;-------------------------------------------------------------------------
; Specify the Network Device Installer
;-------------------------------------------------------------------------
[Inst_Ndi_Ipx]
HKR, Ndi, ClsID,,"{c59938da-9b20-11d0-9ce3-00c04fc9bcc4}"
HKR, Ndi, Service,,"NwlnkIpx"
HKR, Ndi, CoServices,0x10000,"NwlnkIpx","NwlnkNb","NwlnkSpx"
HKR, Ndi, HelpText,,"@netcfgx.dll,-50013"
HKR, Ndi\Interfaces, UpperRange,,"ipx"
HKR, Ndi\Interfaces, LowerRange,,"ndis5,ndis4,ndiswanipx,ndis5_ipx"


;-------------------------------------------------------------------------
; Base Entry Point for NWLINK IPX Service Installation
;-------------------------------------------------------------------------
[Install_Ipx.Services]
AddService=NwlnkIpx,,NwlnkIpx_Service_Inst


;-------------------------------------------------------------------------
; Entry Point for the NWLINK IPX Service's SNMP Dependency Installation
;-------------------------------------------------------------------------
[Install_Ipx.SNMPAgent]
    AddAgent    = Install_Ipx.AddIpxSNMPAgent


[Install_Ipx.Remove.SNMPAgent]
    DelAgent    = Install_Ipx.DelIpxSNMPAgent


[Install_Ipx.AddIpxSNMPAgent]
    ServiceName = "nwlnkipx"
    AgentName   = "IPXMibAgent"
    AgentPath   = "%SystemRoot%\System32\rtipxmib.dll"


[Install_Ipx.DelIpxSNMPAgent]
    AgentName   = "IPXMibAgent"


;-------------------------------------------------------------------------
; Entry Point for the NWLINK IPX Service's Winsock Dependency Installation
;-------------------------------------------------------------------------
[Install_Ipx.Winsock]
AddSock=Inst_Ipx_Winsock_Dependency


[Inst_Ipx_Winsock_Dependency]
TransportService=nwlnkipx
HelperDllName="%SystemRoot%\System32\wshisn.dll"
MaxSockAddrLength=0x10
MinSockAddrLength=0xe
LibraryPath="%SystemRoot%\System32\nwprovau.dll"
DisplayString=%NwlnkIpx_Desc%
SupportedNameSpace=1
Version=1
ProviderId="{e02daaf0-7e9f-11cf-ae5a-00aa00a7112b}"


;-------------------------------------------------------------------------
; IPX Service Definitions and Settings
;-------------------------------------------------------------------------
[NwlnkIpx_Service_Inst]
DisplayName=%NwlnkIpx_Desc%
ServiceType=1
StartType=2
ErrorControl=1
ServiceBinary=%12%\nwlnkipx.sys
LoadOrderGroup="PNP_TDI"
AddReg=AddReg_NwlnkIpx_Service_Inst
Description=%NwlnkIpx_Desc%


;-------------------------------------------------------------------------
; IPX Service Installation Registry Settings
;-------------------------------------------------------------------------
[AddReg_NwlnkIpx_Service_Inst]
HKLM,"System\CurrentControlSet\Control\ServiceProvider\Order","ExcludedProviders",0x2,""
HKLM,"System\CurrentControlSet\Control\ServiceProvider\Order","ProviderOrder",0x1000A,"NwlnkIpx"
HKR,"ServiceProvider","Class",0x10001,0x8
HKR,"ServiceProvider","Name",,%NwlnkIpx_Desc%
HKR,"ServiceProvider","ProviderPath",0x20000,"%SystemRoot%\System32\nwprovau.dll"
HKR,"Performance","Library",,"perfctrs.dll"
HKR,"Performance","Open",,"OpenIPXPerformanceData"
HKR,"Performance","Close",,"CloseIPXPerformanceData"
HKR,"Performance","Collect",,"CollectIPXPerformanceData";
HKLM,"System\CurrentControlSet\Services\EventLog\System\NwlnkIpx","EventMessageFile",0x20000,"%%SystemRoot%%\system32\netevent.dll"
HKLM,"System\CurrentControlSet\Services\EventLog\System\NwlnkIpx","TypesSupported",0x10001, 0x00000007
HKR,"Parameters","RipRoute",0x10001,0x0


;-------------------------------------------------------------------------
; Section for driving removal of static IPX registry settings
;-------------------------------------------------------------------------
[Install_Ipx.Remove]
DelReg=DelReg_Remove_Static_Ipx


[Install_Ipx.Remove.Services]
DelService=NwlnkIpx


;-------------------------------------------------------------------------
; Entry Point for the NWLINK IPX Service's Winsock Dependency removal
;-------------------------------------------------------------------------
[Install_Ipx.Remove.Winsock]
DelSock=Del_Ipx_Winsock_Dependency


[Del_Ipx_Winsock_Dependency]
TransportService=nwlnkipx
ProviderId="{e02daaf0-7e9f-11cf-ae5a-00aa00a7112b}"


;-------------------------------------------------------------------------
; Specify IPX static registry entries to remove
;-------------------------------------------------------------------------
[DelReg_Remove_Static_Ipx]
HKLM,"Software\Microsoft\Rpc\Protocols","ncacn_nb_ipx"
HKLM,"Software\Microsoft\Rpc\ClientProtocols","ncacn_nb_ipx"
HKLM,"System\CurrentControlSet\Services\EventLog\System\NwlnkIpx"



;=========================================================================
; NWLINK NetBIOS Section
;=========================================================================


;-------------------------------------------------------------------------
; Base Entry Point for NWLINK NetBIOS Installation
;-------------------------------------------------------------------------
[Install_Nb]
Characteristics=0x2020    ; NCF_HIDE_BINDING | NCF_NOT_USER_REMOVABLE
AddReg=Inst_Ndi_Nb


;-------------------------------------------------------------------------
; Specify the Network Device Installer
;-------------------------------------------------------------------------
[Inst_Ndi_Nb]
HKR,Ndi,ClsID,,"{050da15f-9f13-11d0-9ce5-00c04fc9bcc4}"
HKR,Ndi,Service,,"NwlnkNb"
HKR,Ndi,HelpText,,"@netcfgx.dll,-50014"
HKR,Ndi\Interfaces,UpperRange,,"netbios"
HKR,Ndi\Interfaces,LowerRange,,"ipx"


;-------------------------------------------------------------------------
; Base Entry Point for NWLINK NetBIOS Service Installation
;-------------------------------------------------------------------------
[Install_Nb.Services]
AddService=NwlnkNb,,NwlnkNb_Service_Inst


;-------------------------------------------------------------------------
; NetBIOS Service Definitions and Settings
;-------------------------------------------------------------------------
[NwlnkNb_Service_Inst]
DisplayName=%NwlnkNb_Desc%
ServiceType=1
StartType=2
ErrorControl=1
ServiceBinary=%12%\nwlnknb.sys
LoadOrderGroup="PNP_TDI"
AddReg=AddReg_NwlnkNb_Service_Inst
Description=%NwlnkNb_Desc%

我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
谁有dnf连发工具的,发给我!不要网址,只要工具
爱一个人的短语一句话,我很爱一个人希望她以
如何恢复不在线QQ好友?
苏何酒吧招聘
开通会员和超级QQ等级可以叠加吗?
麦根达斯烘焙学苑路店地址在什么地方,想过去
苏仙区郴州力佳房产地址在哪里啊
问问通过提出问题每天最多上限多少积分和经验
卫戍区驻京老干部服务管理局在哪里。有第一到
CF有的区跟新程度不一样我要玩老的那个怎么办
蝗虫的外骨骼,蝗虫的外骨骼是干什么的?
阴历1974年6月24日阳历是多少
我的诺基亚E71 短信怎么看不到?
广东有多少个民族?那个比较多?
扶沟县周口扶沟县吕潭乡农资配送中心在什么地
推荐资讯
谁能帮我看看这个字是什么字?
空间图标怎样隐藏?
北京周末两天郊区游玩去哪?
为什么用迅游网游加速器玩CF会掉?
谁能帮我做一个头像?
为什么语言栏分的很开
潜江市公安局交通管理支队兴隆中队这个地址在
压力等于重力吗?
让胡路区大庆夜时尚歌厅我想知道这个在什么地
霸道总裁宠溺台词,一个演员的演技能烂到什么
怎么能让自己开心
神兵传奇是什么类型的游戏?
正方形一边上任一点到这个正方形两条对角线的
阴历怎么看 ?