Windows 7:将流量优先级更改为有线而不是无线连接?
在 Windows 7 客户端上,我必须将有线网络连接的指标更改为低于无线网络的指标,以便流量优先于有线连接。有没有办法通过使用 powershell 的脚本来做到这一点?
要手动执行此操作,我 ->开放网络与共享中心->点击网络有线连接->选择属性-> IPv4->高级->禁用自动指标 ->输入接口 10,然后对无线网络适配器重复此操作,但输入更高的指标(例如 20)
。我找到了有关如何通过 netstat 获取指标的说明,但没有找到如何更改指标的说明。感谢。
On Windows 7 clients I have to change the metric of the wired network connection to a lower metric than the wireless so traffic is prioritized over the wired connection. Is there a way to do this through a script using powershell?
To do this manually i -> Open network and sharing centre -> click the network wired connection -> select properties -> IPv4 -> advanced -> disable automatic metric -> enter a interface of 10 and then repeat for the wireless network adapter but enter a higher metric of say 20.
I've found these instruction on how to get the metric through netstat but not how to change the metric. Thank.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 WMI SetIPConnectionMetric 方法:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa393303(v=vs.85).aspx
Try the WMI SetIPConnectionMetric method:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa393303(v=vs.85).aspx