如何以编程方式执行网络设置向导并使用 C# 配置具有静态 ip 的 LAN 连接

发布于 2024-08-28 11:21:54 字数 115 浏览 6 评论 0原文

我正在创建一个通过 XP 中的以太网电缆连接到另一台计算机的应用程序。我需要执行网络设置向导来设置本地连接(文件共享打开),然后设置静态 ip 和默认网关;所有这些都使用 C# 以编程方式进行。如何才能实现这一目标?

I am creating an application that is connecting to another computer through an Ethernet cable in XP. I need to execute the network setup wizard to setup a local area connection (with File sharing Turned On) and then set static ips and the default gateway; all this programmatically using C#. How can this be achieved?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

物价感观 2024-09-04 11:21:54

您应该能够按照此处所述使用 INetCfg 执行此操作。它是一个 Win32 API,因此您必须使用 PInvoke,如此处所述,并且您应该能够通过搜索 INetCfgC# 或类似内容找到从 C# 调用它的示例。

You should be able to do this with INetCfg as described here. It's a Win32 API so you'd have to use PInvoke, as discussed here, and you should be able to find samples for calling it from C# by a search for INetCfg and C# or similar.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文