Friday, June 25

Restrict a Website in Windows

Open Windows Explorer.

Browse to C:\WINDOWS\system32\drivers\et…

Find the file named “HOSTS”.

Open the file in notepad.

Under “127.0.0.1 localhost” add 127.0.0.2 www.name_of_the_site_to block.com. So, if you’d like to block www.youtube.com, the code will look like this:
127.0.0.1 localhost
127.0.0.2 www.youtube.com

No comments:

Post a Comment