@setlocal @echo off echo 20200930_0007 netsh interface ip show config netsh interface ip set address "Ethernet" static 192.168.1.99 255.255.255.0 192.168.1.1 netsh interface ip set dns "Ethernet" static 1.1.1.1 rem netsh interface ip set address "Ethernet" dhcp