QUESTION:
1. How to BLOCK & UNBLOCK website on a computer?
ANSWER:
TO BLOCK:
Step 1: Go to the location mentioned in your computer “C:\Windows\System32\drivers\etc”, copy “hosts” file and paste it on your desktop
Step 2: Now open it with “NOTEPAD”, you’ll get codes like this😦 and I made an example in it, so watch it carefully)
//code starts here
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to hostnames. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding hostname.
# The IP address and the hostname should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a ‘#’ symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
127.0.0.1 http://www.wikihow.com #here WIKIHOW is blocked, so you can’t use it
//code ends here
STEP 3: After editing, press “CTRL+S” and COPY & REPLACE it to the SOURCE location
Step 4: When you enter “WIKIHOW” website the site will be blocked for your computer
TO UNBLOCK:

Leave a comment