Windows 7 Forums Search
Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.


Windows 7 - Hosts File : Use in Windows 7 / Vista



 

Hosts File : Use in Windows 7 / Vista

How to Access and Use the Windows Hosts File in Windows 7 and Vista
Published by Bare Foot Kid
04-14-2010
Default Hosts File : Use in Windows 7 / Vista

How to Access and Use the Windows Hosts File in Windows 7 and Vista
This will give you the basics on how to use the Windows Hosts File, it's not very complicated but it's up to each individual to find additional information and put it to good use to suite your needs.

Note   Note
To block a site this "127.0.0.1 localhost" (without the quotes) must be the first entry in the Hosts File, you can add any comments to the file using this ( # ) symbol at the front of the comment; each entry needs its own line and there must be at least 1 space between the IP address and the host name; this info can be viewed in the #1 snip below of the default Windows 7 Hosts File.
Some sites have more than one IP address so to completely block a specific site you may need to add more than one entry to completely block such sites.
Tip   Tip
As any additions / changes to the Hosts File can / will be removed using a System Restore point dated before the work was done with the file, it may be a good idea to create Restore Points before and after any changes are made to the Hosts File, see the tutorial at the link below.

System Restore Point - Create

It would also be advisable to clear the DNS Resolver Cache whenever you finish working with the Hosts File, open an elevated command window and type "ipconfig /flushdns" (without the quotes) and hit enter.
Let's get started!



Option One

Block a Site

1) In the Windows start menu search box type "notepad" (without the quotes) right click the entry and select "Run as Administrator" then enter your user credentials for the UAC prompt and click yes to open notepad. In notepad at "File" select "Open" then browse to C:\Windows\System32\drivers\etc in the window that opens select "All Files" then "hosts" then click "Open" to open the default Windows Hosts File location.
Hosts File : Use in Windows 7 / Vista-notepad-runas.jpg
Hosts File : Use in Windows 7 / Vista-uac_notepad.jpg
Hosts File : Use in Windows 7 / Vista-notepad_open.jpg
Hosts File : Use in Windows 7 / Vista-browse.jpg
Hosts File : Use in Windows 7 / Vista-select.jpg
2) The #1 snip below is the default Windows 7 Hosts File that opens, as you can see with the use of this ( # ) symbol, Windows does not "read" any of the default information in the file, so it's up to you whether to delete it all or not but it may be useful to leave it there for future reference.
Hosts File : Use in Windows 7 / Vista-hosts_info.jpg
3) If I wanted to block access to ebay.com, the first entry in the file would need to be 127.0.0.1 localhost on its own line, on the next line I would add 127.0.0.1 ebay.com with at least 1 space between the IP address and the host name; then back at "File" select "Save" then "Exit" to close notepad.
Hosts File : Use in Windows 7 / Vista-hosts_block.jpg
Hosts File : Use in Windows 7 / Vista-hosts_save.jpg
Hosts File : Use in Windows 7 / Vista-ebay.jpg



Option Two

Re-direct a Site

If I wanted to re-direct ebay.com to sevenforums.com I would add the IP address for sevenforums.com on its own line seperated by at least 1 space then ebay.com, and if I wanted to add comments I would put them after the # symbol; then at "File" select "Save" then "Exit" to close notepad.
Hosts File : Use in Windows 7 / Vista-hosts-re-direct.jpg



Option Three

Ping a Site

To ping a site to get the IP address, open a command window (it doesn't have to be elevated) type "ping ebay.com" then hit enter, as you can see in the snip there's one of the IP addresses for ebay.com; those are common ping commands in the "Code" box below.
Hosts File : Use in Windows 7 / Vista-ping_ebay.jpg
Code:
 
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
 
C:\Users\Bare Foot Kid>ping /?
 
Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
            [-r count] [-s count] [[-j host-list] | [-k host-list]]
            [-w timeout] [-R] [-S srcaddr] [-4] [-6] target_name
 
Options:
    -t             Ping the specified host until stopped.
                   To see statistics and continue - type Control-Break;
                   To stop - type Control-C.
    -a             Resolve addresses to hostnames.
    -n count       Number of echo requests to send.
    -l size        Send buffer size.
    -f             Set Don't Fragment flag in packet (IPv4-only).
    -i TTL         Time To Live.
    -v TOS         Type Of Service (IPv4-only. This setting has been deprecated
                   and has no effect on the type of service field in the IP Head
er).
    -r count       Record route for count hops (IPv4-only).
    -s count       Timestamp for count hops (IPv4-only).
    -j host-list   Loose source route along host-list (IPv4-only).
    -k host-list   Strict source route along host-list (IPv4-only).
    -w timeout     Timeout in milliseconds to wait for each reply.
    -R             Use routing header to test reverse route also (IPv6-only).
    -S srcaddr     Source address to use.
    -4             Force using IPv4.
    -6             Force using IPv6.
Enjoy
Published by
Original Team Member

Join Date: Jun 2008
Location: The Lowcountry
Posts: 23,809
Bare Foot Kid has disabled reputation

Tutorial Tools
04-14-2010   #1
Capt.Jack Sparrow


Windows 7 Ultimate, Ubuntu 10.04 LTS - the Lucid Lynx
 
 


Great Work Jr. Brink

My System SpecsSystem Spec
04-14-2010   #2
garysgold


Vista Ult 64 bit Seven Ult RTM x64
 
 


Good info Ted. Thanks.
My System SpecsSystem Spec
04-14-2010   #3
Bare Foot Kid


W 7 64-bit Ultimate
 
 


Quote   Quote: Originally Posted by Capt.Jack Sparrow View Post
Great Work Jr. Brink
Quote   Quote: Originally Posted by garysgold View Post
Good info Ted. Thanks.


Hello Cap'n and Gary, thanks!
My System SpecsSystem Spec
.


04-14-2010   #4
CarlTR6


Windows 7 Ultimate 32 bit
 
 


Very good instructions, Ted. Great job.
My System SpecsSystem Spec
04-14-2010   #5
Bare Foot Kid


W 7 64-bit Ultimate
 
 


Thanks Carl!
My System SpecsSystem Spec
04-14-2010   #6
whs


Vista and Windows7, sometimes Ubuntu and Fedora
 
 


Very nice, thank you. That merits some reps.
My System SpecsSystem Spec
04-14-2010   #7
Bare Foot Kid


W 7 64-bit Ultimate
 
 


Thank you very much!
My System SpecsSystem Spec
04-14-2010   #8
mvnsnd


Windows 7 Professional
 
 


Thanks for doing this. You may want to add that you can also 'tab' the IP/Hostname entries to make neat looking columns.
My System SpecsSystem Spec
04-14-2010   #9
Bare Foot Kid


W 7 64-bit Ultimate
 
 


Hello Jeff, you're welcome.
My System SpecsSystem Spec
Comment

Hosts File : Use in Windows 7 / Vista problems?



Tutorial Tools



Similar Threads for: Hosts File : Use in Windows 7 / Vista
Windows 7 Tutorial Category
How to edit the Hosts file in 7 Network & Sharing
HOSTS File - Create a "Edit HOSTS file" Shortcut Tutorials
HOSTS file Network & Sharing
how to set etc/hosts file in windows 7 Network & Sharing


All times are GMT -5. The time now is 10:22 PM.



Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30