Accessing the blocked website using Notepad
Posted by: capturdivya on: July 6, 2011
Sometimes we get irritated if our favorite website is not opened,it may blocked because of some reasons.Here comes solution for these kind of problems.
Follow these steps:
1.open the Notepad
2.Enter the below
@echo off title web blocked nslookup
3.Save it as in batch file format in desktop
e.g block.bat
4.Then click the batch file(block.bat) it will pop up command prompt.
5.There you type website url
6.After that,command prompt displays some IP address of website you typed.
7.Copy the IP address and enter it into browser tab,then you will be directed to the particular site.
Advertisements
July 6, 2011 at 6:02 AM
Another method also available to access the blocked site.
Steps:
1.Go to Command prompt->type ping website name
i.e ping http://www.gmail.com
2.There you get IP address of the site(here gmail)
3.copy it and paste into web page tab.It wil open.
Try this also