批
-
设置ip地址和dns bat
是一个简单的设置 IP 地址和 DNS 的 bat 文件示例:,“bat,@echo off,netsh interface ip set address name=”本地连接” static 192.168.1.100 255.255.255.0 192.168.1.1,netsh interface ip set dns name=”本地连接” static 8.8.8.8,netsh interface ip add dns name=”本地连接” 114.114.114.114 index=2,“。