“Windows命令行Cmd下网络及账户设置更改”的版本间的差异

来自DeerGrove Wiki
跳转至: 导航搜索
第4行: 第4行:
 
# netsh interface ip set dns "本地连接" static 192.168.x.xxx
 
# netsh interface ip set dns "本地连接" static 192.168.x.xxx
 
# ipconfig /flushdns,刷新本地的DNS缓存数据
 
# ipconfig /flushdns,刷新本地的DNS缓存数据
 +
# netsh interface set interface "xxxxxx" enabled/disable

2020年6月17日 (三) 10:36的版本


  1. netsh interface ip set dns "本地连接" dhcp
  2. netsh interface ip set dns "本地连接" static 192.168.x.xxx
  3. ipconfig /flushdns,刷新本地的DNS缓存数据
  4. netsh interface set interface "xxxxxx" enabled/disable