Things You'll Need:
- A Windows Computer
-
Step 1
Double click My Computer and double click the Local Disk your C: Drive
-
Step 2
Browse to the WINDOWS folder and/or WINNT folder which ever one applies and where your Windows install directory is located typically it is C:\Windows
-
Step 3
Browse and double click on the "System32" folder
-
Step 4
Browse and double click on the "drivers" folder
-
Step 5
Browse and double click on the "etc" folder
-
Step 6
Inside the "etc" folder you will see several files such as; hosts, lmhosts.sam, networks, protocol, services
The file which we are going to edit is the "HOSTS" file -
Step 7
Open With Dialog BoxRight Click on the HOSTS file and select Open or Open With. An Open With dialog box will appear. You will now need to select a program to open the HOSTS file, please select Notepad
-
Step 8
Once the file is open you will notice it is a standard text file. On the bottom of the file you will see the following.
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost -
Step 9
Anything with a # before the line is excluded from the file so the only entry that matters in this case is
127.0.0.1 localhost -
Step 10
To add a manual entry see my example below (this is an example)
127.0.0.1 localhost
74.125.19.103 www.google.com
192.168.0.150 MyHouseServer -
Step 11
On Notepad go to File and Select Save and now your HOSTS file is now edited and these settings are applied, you can now close Notepad.











