1.改动 ip地址 子网掩码 默认网关

netsh interface ip set address "本地连接" static 192.168.1.23 255.255.255.0 192.168.1.1

2.改动DNS

netsh interface ip set dns "本地连接" static 192.168.1.1 primary

3.自己主动获取ip地址

netsh interface ip set address name="本地连接" source=dhcp

相关文章:

  • 2021-11-18
  • 2021-12-04
  • 2021-12-25
  • 2022-01-07
  • 2022-01-07
  • 2021-05-01
  • 2022-01-14
猜你喜欢
  • 2022-02-05
  • 2022-02-22
  • 2022-02-13
  • 2021-06-09
  • 2021-11-28
  • 2021-05-19
  • 2022-12-23
相关资源
相似解决方案