How to Change IP Address Easily Using Batch File Script



How to Change IP Address Easily Using Batch File Script

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:
http://youtu.be/S1jq-uwWRIU

Other videos:

How to Change IP Address on Android Tablet – step by step tutorial
https://www.youtube.com/watch?v=9eLnaWmVyKw

How to change ip address on windows 8 computer
https://www.youtube.com/watch?v=bGSrb0nY3SI

How to change ip address on windows 7 computer
https://www.youtube.com/watch?v=kS7zmN8Is4c

How to Change IP Address on Linux (Terminal Commands)
https://www.youtube.com/watch?v=SnACG4TDqJw

Comments are closed.