How to Block websites on computers
Windows:
- Run 'NotePad' as Administrator.
- go to C:/Windows/System32/drivers/ect/host.file
- Open hosts and add this line to the bottom.
Code:
127.0.0.1 websitename.com
- replace that with your website
Mac:
- Go to "Open" or "search" tab
- and go to open folder tab
- itll open a text box, tpye in "/private"
- right click ect.
- info
- click the little lock sign and put your pass in
- allowed to read and write at the bottom next to your name
- Exit and open the hosts file and add the next line
Code:
127.0.0.1 example.com
Thanks and enjoy.