> For the complete documentation index, see [llms.txt](https://blog.log4think.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.log4think.com/ipx-protocol-for-windows-7-2008.md).

# 2010-11-26  为Windows 7/Windows Server 2008添加IPX协议

Windows 7 或者 Windows Server 2008 默认情况下不支持IPX协议，而在很多需要局域网的游戏中还是经常需要用到IPX协议的。解决办法就是从XP系统中复制出IPX协议的驱动文件，然后在Windows 7的网卡的配置界面中就可以找到IPX协议的添加项了。 相关文件是：

X86版本

```
Windows\inf\netnwlnk.pnf
Windows\inf\netnwlnk.inf
Windows\System32\rtipxmib.dll
Windows\System32\nwprovau.dll
Windows\System32\wshisn.dll
Windows\System32\drivers\nwlnkflt.sys
Windows\System32\drivers\nwlnkfwd.sys
Windows\System32\drivers\nwlnkipx.sys
Windows\System32\drivers\nwlnknb.sys
Windows\System32\drivers\nwlnkspx.sys
```

x64版本

```
Windows\nwlnkipx.sys
Windows\nwlnknb.sys
Windows\nwlnkspx.sys
Windows\inf\netnwlnk.inf
Windows\inf\netnwlnk.PNF
Windows\system32\nwprovau.dll
Windows\system32\wshisn.dll
Windows\system32\drivers\nwlnkipx.sys
Windows\system32\drivers\nwlnknb.sys
Windows\system32\drivers\nwlnkspx.sys
```
