Windows line sets the IP address via the DOS command

@rem set a fixed IP address
netsh interface ip set address "local connection" static 192.168.1.200 255.255.255.0 192.168.1.1

Guess you like

Origin www.cnblogs.com/insane/p/12310278.html