Easy Way How to Block Websites Without Software

Here’s the simple tips/trick how to block one or more websites on your computer, no need software to do it.

here’s the step:
Go to C:WINDOWS\system32\drivers\etc, find the file named “hosts“, open the file in Notepad, bellow the line 127.0.0.1 localhost add “127.0.0.2 www.youtube.com” to block youtube, if you want to block more websites, just add 127.0.0.3 site2, 127.0.0.3 site3 and so on andsave the file.

example;

127.0.0.1      localhost
127.0.0.2      www.youtube.com    — blocked
127.0.0.3      www.facebook.com  — blocked
127.0.0.4      www.friendster.com
127.0.0.5      www.yahoo.com
127.0.0.6      www.rapidshare.com

by it-echo under: Tips 'n Trick