How to block any website on your computer system without any software
Steps:
1- go to C:\WINDOWS\system32\drivers\etc
2- Find a file named "HOSTS"
3- Open this file in notepad
4- Under "127.0.0.1 localhost" Add 127.0.0.2 www.xyz.com , Now www.xyz.com site will no longer be accessable.
1- go to C:\WINDOWS\system32\drivers\etc
2- Find a file named "HOSTS"
3- Open this file in notepad
4- Under "127.0.0.1 localhost" Add 127.0.0.2 www.xyz.com , Now www.xyz.com site will no longer be accessable.
you can add as many url of websites under this by increasing last no. of ip
as
127.0.0.3 www.abcxyz.com
127.0.0.4 www.xyzas.com
127.0.0.4 www.xyzas.com
an so on.
To unblock these website only erase the line corresponding to that website
{ 0 comments... read them below or add one }
Post a Comment