Block a particular website
If you want to block a particular website normally parents block sites from their kids. Open My Computer then go to C drive and open the folder Windows then go to System32 then go to drivers then go to etc
Your path will be look like this
C:\\windows\system32\drivers\etc
in this folder search the file Hosts and open that file in notepad
then go to 127.0.0.1 localhost
then type the name of your web site for example you want to block Google.
127.0.0.1 localhost you can change it like this
127.0.0.1 www.google.com then save the file. You can block many web sites, for every site you need to block it must be prefix with “127.0.0.1”
In every browser these web sites will not be work.