%set_IP.bat%
%修改windows IP和DNS 批处理脚本%
@echo off
netsh interface ip set address 本地连接 static 192.168.60.19 255.255.255.0 192.168.60.254
netsh interface ip set dns 本地连接 static 202.206.32.1echo Change success!!
Pause
@echo on
%set_IP.bat%
%修改windows IP和DNS 批处理脚本%
@echo off
netsh interface ip set address 本地连接 static 192.168.60.19 255.255.255.0 192.168.60.254
netsh interface ip set dns 本地连接 static 202.206.32.1Pause
@echo on