Computer NetworksNETWORKS

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

source

ip address

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *