# 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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.log4think.com/ipx-protocol-for-windows-7-2008.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
