How can I block websites in Windows 8 without additional software?

Solution 1:

You can add them to the HOSTS file.

  1. Type note in the Start Screen and press Ctrl + Shift + Enter to run Notepad as Administrator.

  2. Open Windows\System32\drivers\etc\hosts

  3. Add 127.0.0.1 somedomain.com to the end of the file.

  4. Save.

Solution 2:

If you are admin on a windows pc, and want to limit internet access to another user on your pc, you can look into internet explorer's Content Advisor feature. It allows you to block specific sites, unless a supervisor password is entered. But, one flaw this method has is, if the user has other browsers installed, s/he can access the blocked sites with out a problem. But, you can almost prevent installation of software by putting some more limitations.

See this for FAQ on content advisor.

Solution 3:

This HowToGeek article explains how you can make Windows Defender block certain host files.

It uses Windows Defender's option to Exclude files and locations:

enter image description here

and editing the hosts-file in your C:\Windows\Systerm32\Drivers\etc\hosts folder

enter image description here

Check the article for more details