如何以编程方式打开“网络发现”在 Windows 操作系统中?
我的项目使用 UPnP 协议打开端口。 Windows默认禁用UPnP设备发现,需要在网络和共享中心中打开网络发现才能启用UPnP设备发现。
有没有办法以编程方式执行此操作?
My project open ports using UPnP protocol. Windows disables UPnP device discovery by default, one needs to turn on Network Discovery in Network and Sharing Center to enable UPnP device discovery.
Is there a way to do this programatically?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 cmd 命令启用网络发现
,然后将该命令作为代码的参数提供。
如果该命令不起作用,请根据您的系统查找另一个命令来启用网络发现。
You can use cmd command for enable network discovery
then give that command as parameter to code
If that command doesnt work find another command to enable network discovery acording to your system.