How to Change IP address of Windows Computer by Batch File or using Command ?
In this video I am explaining how to change the IP address of your windows computer easily by creating batch files.
You can also use the commands directly on command prompt to change the IP address .
For Static IP:
netsh interface ip set address “LAN” static “static.ip.address” “subnet.mask.xxx” “default.gateway.xxx”
For Dynamic IP or DHCP:
netsh int ip set address name = “LAN” source = dhcp
ip address