Translate

Monday, September 26, 2011

How To Block Websites in Computer


Steps:
[1] Browse C:\WINDOWS\system32\drivers\etc
[2] Find the file named "hosts"
[3] Open it in notepad
[4] Under "127.0.0.1 localhost" Add 127.0.0.2 www. yourblockedwebsite.com , and that site will no longer be accessable.
[5] Done!
Example-
127.0.0.1 localhost
127.0.0.2 www. yourblockedwebsite.com
{www. yourblockedwebsite.com is now inaccessible}
For every site after that you want to add, just add "1" to the last number in the
internal IP (127.0.0.2) and then add websites like-

127.0.0.3   www.yourblockedwebsite1.com
127.0.0.4   www.yourblockedwebsite2.com
127.0.0.5   www.yourblockedwebsite3.com
.
.
.
.
.
etc
------------------------------------------------------------------------------------------------------

No comments:

Post a Comment