Thursday, December 6, 2012

Trick to block sites using command prompt in PC


1. Start run

2. Type
    notepad %windir%\system32\drivers\etc\ hosts

3. Scroll down to below u will see..

# 127.0.0.1 localhost
then
# 127.0.0.1 add ur website address name
eg:

# 127.0.0.1 www.example.com

>now 'example' is blocked..

1 comment:

Post Your Comments Here! Please don't forget to mention your name and e-mail address.