对于当前活动的网络,要怎么打开设置页,比如设置静态 IP, 自定 DNS 等
1
id7368 2020-06-22 08:03:26 +08:00 via iPhone
设备管理器 网络适配器 整一下驱动
|
2
lxk11153 OP @id7368 #1 整啥驱动?
ps: 发现家里台式电脑 win10 也是,"访问类型:Internet"下面的连接右侧是空白 但买的腾讯云 WindowsServer2012,是显示”以太网“,可以点开那个设置页 |
3
fensou 2020-06-22 08:45:38 +08:00 via iPhone 1
netsh 命令
|
4
lxk11153 OP @fensou # 感谢
1. netsh interface ipv4 show dnsservers "接口名" 2. netsh interface ipv4 set dnsservers "接口名" dhcp 3. netsh interface ipv4 set dnsservers "接口名" static 8.8.8.8 netsh interface ipv4 add dnsservers "接口名" 8.8.4.4 |
5
lxk11153 OP #4 append
0. netsh interface show interface |