My employees are spending way too much time on Facebook — is there a way in which I can block them from it?
There sure is:
- Go to C:\Windows\System32\drivers\etc\
- Right-click on the "hosts" file and select "Properties".
- Make sure the "Read only" block is not ticked.
- Click "OK".
- Double-click on the "hosts" file.
- A screen will pop up, asking you which program to open the file with. Scroll down and select Notepad.
- Click "OK".
- A Notepad window now opens, showing lines of what looks like code.
- The following should show in one of the lines: "127.0.0.1 localhost" (If it doesn't, just type it in a new line).
- After this line, press the "Enter" key to make a new line and type "127.0.0.1 www.facebook.com"
- The two lines should look like this:
127.0.0.1 localhost
127.0.0.1 www.facebook.com
- To block any other websites, just add a new line below it, e.g.:
127.0.0.1 localhost
127.0.0.1 www.facebook.com
127.0.0.1 www.website.com
- Click on "File" and then on "Save".
- Close the Notepad document.
Facebook — and any other websites that you've added — should now be blocked. If, however, it doesn't work, try rebooting the computer.