People these days love their Gadgets, Even if we go to our office or being at our residence, we prefer to use the same device.
Usually due to security reasons Organisations have static IPs in their network, and if we are using internet at home, The IP address is different at both the locations.
Here’s a an option for all who need to change their IP Addresses frequently
1 – COPY THE BELOW CODE
========================================
ECHO OFF
Color 79
CLS
:MENU
ECHO.
ECHO ………………………………………..
ECHO PRESS 1, 2, 3 to select your task, or 4 to EXIT.
ECHO ………………………………………..
ECHO.
ECHO 1 – INTERNET FOR Terminal 3
ECHO 2 – INTERNET FOR Terminal 2 HIGH SPEED
ECHO 3 – INTERNET FOR TERMINAL 2 LOCAL
ECHO 4 – EXIT
ECHO.
SET /P M=Type 1, 2, or 3, then press ENTER:
IF %M%==1 GOTO Intranet
IF %M%==2 GOTO InternetII
IF %M%==3 GOTO IntranetI
If %M%==4 GOTO EOF
:Intranet
ECHO PLEASE WAIT……..
netsh interface ip set address name=”Local Area Connection” static IP ADDRESS SUBNET MASK DEFAULT GATEWAY 1
GOTO EOF
:InternetII
ECHOPLEASE WAIT………
netsh interface ip set address name=”Local Area Connection” static IP ADDRESS SUBNET MASK DEFAULT GATEWAY 1
:IntranetI
ECHOPLEASE WAIT………
netsh interface ip set address name=”Local Area Connection” static IP ADDRESS SUBNET MASK DEFAULT GATEWAY 1
GOTO EOF
========================================
Make the following Changes
IP ADDRESS to Eg: 127.0.0.1
SUBNET MASK to 255.0.0.0
DEFAULT GATEWAY to 127.0.0.1
Enter your IP Address Accordingly
2 – Open NOTEPAD and paste
3 – Go to FILE , Save AS ,
4 – Save the File as IP Changer.Bat (Extension should be “.BAT”)
Execute the File
This is what u’ll SEE
Enter Your Selection
NOTE – FOR WINDOWS 7 AND NEWER VERSIONS RUN THE IP Changer BATCH FILE AS ADMINISTRATOR
You may contact if you need an option for Enabling DHCP