Wednesday, April 24, 2013

Block a website in local PC

How to block a website in local PC

The location of the hosts file depends on your operation system.
Windows XP, Vista and Windows 7 C:\WINDOWS\system32\drivers\etc\hosts
Windows 2000  C:\WINNT\system32\drivers\etc\hosts

Note! Make a backup of the hosts file and put it somewhere safe, in case you mess up.
1. Open the hosts file using Notepad or other plain text editor.
2. Find the line 127.0.0.1 localhost
3. To block, for example, the website youtube.com, add this text under 127.0.0.1 localhost:
   127.0.0.1 youtube.com

4. Save and close the Hosts file.
5. Reboot your computer to apply the changes.
6. Try to open www.youtube.com into a browser.



1 comment: