13Sep/090
How To Block Websites, Blocking websites using hosts file
I recommend saving a copy of the Hosts file, and hiding it somewhere on the computer,
this will become our back up copy should we ever need one
Ok first off we need to open the correct file. let's do that now.
- open C drive or your designated hard drive, which is D drive for some user's.
- go to the windows folder and open it
- now open the system32 folder
- open the drivers folder
- open the etc folder
- now we see a file called hosts. we need to right click on this file and choose open
- with. choose open with, select from list, and we use notepad to open the file.
- we need to scroll down where we see 127.0.0.1 localhost
- skip a line under 127.0.0.1 localhost.
- this line should be empty, and under this line here, we will start blocking sites.
- now we will enter, 127.0.0.1 www.sitename.com #blocked, do not add http://
- click the close button when your finished and say yes when asked to save changes.

