博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
在windows 7中禁用media sense
阅读量:4513 次
发布时间:2019-06-08

本文共 1201 字,大约阅读时间需要 4 分钟。

To disable Media Sense, please perform the following steps:

1)     Click on the Start button.
2)     Type cmd in the search bar.
3)     Right click on the cmd.exe and select Run as Administrator.
4)     Run the following commands one by one:
netsh interface ipv4 set global dhcpmediasense=disabled
netsh interface ipv6 set global dhcpmediasense=disabled
5)     After finishing the commands above, please run the following commands to check the results:
netsh interface ipv4 show global
netsh interface ipv6 show global

Please check if the entry “DHCP Media Sense” shows disabled or not. If it is disabled, it means the operations are successful.

However, please also note, the Media Sense depends on the NIC; if the NIC didn’t support the Media Sense, the configurations won’t take effect, either. Therefore, please also check the issue with the technical support of your NIC.
For more information, please refer to the following documents:
DHCP Media Sense
TCP/IP Registry Values for Microsoft Windows Vista and Windows Server 2008

Additional information:

 

当然也可以通过修改注册表来修改

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DisableDHCPMediaSense=1(DWORD)

转载于:https://www.cnblogs.com/slips/p/3364350.html

你可能感兴趣的文章
ELK-Elasticsearch安装
查看>>
Android 模拟器(Emulator)访问模拟器所在主机
查看>>
删除字符串中指定子串
查看>>
day40-socket编程
查看>>
SpringBoot里mybatis查询结果为null的列不返回问题的解决方案
查看>>
为什么留不住优秀的员工
查看>>
Django后台管理admin笔记
查看>>
JavaScript中的变量
查看>>
iptables基本原理和规则配置
查看>>
java调用matlab函数
查看>>
IOS自定义仪表盘
查看>>
第5次作业_078_刘玲志
查看>>
ZOJ 1184
查看>>
spring - aop 使用方式总结
查看>>
最后,我想对你说一句:我爱你
查看>>
使用jndi连接数据库
查看>>
Python---- 函数
查看>>
javascript中的函数作用域和声明提前
查看>>
Xcode10升级项目报错library not found for -lstdc++.6.0.9
查看>>
ZOJ-1129-Erdos Numbers
查看>>