“Windows命令行Cmd下网络及账户设置更改”的版本间的差异
(创建页面,内容为“category:IS netsh interface ip set dns "本地连接" dhcp netsh interface ip set dns "本地连接" static 192.168.x.xxx”) |
小 (Aker移动页面Cmd的网络及账户设置更改至Windows命令行Cmd下网络及账户设置更改) |
||
(未显示同一用户的3个中间版本) | |||
第1行: | 第1行: | ||
[[category:IS]] | [[category:IS]] | ||
− | netsh interface ip set dns "本地连接" dhcp | + | # netsh interface ip set dns "本地连接" dhcp |
− | netsh interface ip set dns "本地连接" static 192.168.x.xxx | + | # netsh interface ip set dns "本地连接" static 192.168.x.xxx |
+ | # ipconfig /flushdns,刷新本地的DNS缓存数据 | ||
+ | # netsh interface set interface "xxxxxx" enabled/disable | ||
+ | # ipconfig /release 本地连接 关闭网卡 | ||
+ | # ipconfig /renew 本地连接 启动网卡 |
2020年6月17日 (三) 13:42的最新版本
- netsh interface ip set dns "本地连接" dhcp
- netsh interface ip set dns "本地连接" static 192.168.x.xxx
- ipconfig /flushdns,刷新本地的DNS缓存数据
- netsh interface set interface "xxxxxx" enabled/disable
- ipconfig /release 本地连接 关闭网卡
- ipconfig /renew 本地连接 启动网卡