[PowerShell] Windows下通过命令行自动切换ip地址的脚本 →→→→→进入此内容的聊天室

来自 , 2019-06-28, 写在 PowerShell, 查看 117 次.
URL http://www.code666.cn/view/812469e4
  1.  
  2. netsh interface ip set address name="本地连接" source=static addr=192.168.1.55 mask=255.255.255.0 gateway=192.168.1.1  
  3. rem netsh interface ip set dns "本地连接" source=static addr=8.8.8.8  
  4.  
  5.  

回复 "Windows下通过命令行自动切换ip地址的脚本"

这儿你可以回复上面这条便签

captcha