How to Change IP Address Easily Using Batch File Script
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=S1jq-uwWRIU
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_... • Share this Video: • • How to Change IP Address Easily Using... • • Other videos: • How to Change IP Address on Android Tablet - step by step tutorial • • How to Change IP Address on Android T... • • How to change ip address on windows 8 computer • • How to change ip address on windows 8... • How to change ip address on windows 7 computer • • How to change ip address on windows 7... • • How to Change IP Address on Linux (Terminal Commands) • • How to Change IP Address on Linux (Te...
#############################
