In day to day routine sometimes it becomes necessary to block particular website(s) in our PCs. There is a process to make it happen -
Steps:
Steps:
- First of all open the directory "C:\Windows\System32\Drivers\etc"
- Open hosts file using notepad
- Type IP Address 127.0.0.1 "WebsiteName" separated by one Space or Tab
- If more than one website to be blocked use the IP incremented by one in next line i.e. 127.0.0.2 "WebsiteName2" 127.0.0.3 "WebsiteName3" and so on in distinct line.
- Save the Hosts File & Close it.
- Now the Website is blocked.
Note: Revert the changes made in hosts file to unblock the websites
No comments:
Post a Comment