Block Websites In Windows Without Using Any Software



Hi! Today I'm posting about blocking websites manually in Windows without using any software, follow these steps: 
  • Go to the path C:\WINDOWS\system32\drivers\etc\hosts 
  • Open it in notepad or wordpad.
  • Below  "127.0.0.1 localhost" add 127.0.0.2 www.example.com 
  • Save it.
  • www.example.com is blocked now.
  • For every site which you want to block, just add site name after 127.0.0.1 as

    127.0.0.1 www.abcd.com
    127.0.0.1 www.xy.com

Sharing is Caring

Related Posts

Previous
Next Post »

4 comments

comments
November 24, 2011 at 10:07 PM delete

why not working?? it must work,, pls mention the error u r facing!!

Reply
avatar
September 6, 2012 at 10:00 AM delete

i hv getting this error ""access denaied"

Reply
avatar
September 6, 2012 at 11:37 AM delete

@jay patel: it happens if u dnt hv write access to hosts file.

Go to security tab and change the permissions for full control for the current user.

Reply
avatar

Thank you for your comment.