How To Block Particular Websites
Sometimes we want to block certain websites on our system. Here is how we will block certain specific sites. This will block opening of specific sites from any browser. Before you continue, make a restore point. Suppose we want to block www.xxxx.com
1) start -->>my computer-->>C:\ drive (if your windows is installed in c:\ drive)-->>Windows-->>System32-->>Drivers-->>etc-->>right click Hosts file->> open with notepad.
2) Add this line at bottom of the page
127.0.0.1 www.xxxx.com
3) save-->> Done.

