Computer NetworksNETWORKS

How to Change IP Address Easily Using Batch File Script

Tutorial shows you, How to Change IP Address Easily. Using Batch File Script, to change IP addresses on windows, it is the same process, to change IP from CMD (command prompt), if you copy batch file script into the CMD, you will get same result

Assign a Static IP Address on windows XP, windows 7, and windows 8

Batch File Script to change IP address, example:


@echo off
netsh interface ipv4 set address name=”Local Area Connection” static 192.168.1.229 255.255.255.0 192.168.1.1


Batch File Script to change DNS server IP, example:


@echo off
netsh interface ipv4 set dns name=”Local Area Connection” static 8.8.8.8


Note: you may need to change your Network Adapter Name and IP address that corresponds with your network setup

Subscribe To My Channel and Get More Great Tips:
https://www.youtube.com/subscription_center?add_user=krestsss

Share this Video:

Other videos:

How to Change IP Address on Android Tablet – step by step tutorial

How to change ip address on windows 8 computer

How to change ip address on windows 7 computer

How to Change IP Address on Linux (Terminal Commands)

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 *