Skip to main content

Easy Steps to Change the IP Address

Step 1:Click on “Start”—> “Run”

 Then Type in “command” or “cmd” and hit OK or press ENTER.

  Step 2:In the Command Prompt also known as “MS-DOS” prompt just type “ipconfig /release”  Hit Enter.

  Type “exit” and leave the prompt

  Step3 :Right-click on “Network Places” or “My Network Places” —> Click on “properties” .Then Right click on “Local Area Connection”—>Click “properties”

  Step 4:Now click on the “Internet Protocol (TCP/IP)” from the list under the “General” tab

  Step 5: Click on “Use the following IP address” under the “General” tab Now you can type in your own IP address .

  Step 6:Now Press “Tab” and it should automatically fill in the “Subnet Mask” section with default numbers.

  Step 7:Hit the “Ok” button twice and you are now back to the “Local Area Connection” screen.

  Step 8:Now Right-click back on “Local Area Connection” and go to properties again.

  Step 9:Go back to the “TCP/IP” settings Now , Select “Obtain an IP address automatically”

  Step 10:Hit “Ok” twice again


 You now have a new IP address However it only changes your dynamic IP address and not not your ISP/IP address.
 _________________________

Comments

Popular posts from this blog

What is SQL ?

SQL (Structured Query Language) is a standardized programming language used for managing relational databases and performing various operations on the data in them. Initially created in the 1970s, SQL is regularly used by database administrators, as well as by developers writing data integration scripts and data analysts looking to set up and run analytical queries. The uses of SQL include modifying database table and index structures; adding, updating and deleting rows of data; and retrieving subsets of information from within a database for transaction processing and analytics applications.  Queries and other SQL operations take the form of commands written as statements -- commonly used SQL statements include select, add, insert, update, delete, create, alter and truncate. _________________________

Uses of C programming Language:

The C programming language is used for developing system applications that forms a major portion of operating systems such as Windows, UNIX and Linux. Below are some examples of C being used. Database systems Graphics packages Word processors Spreadsheets Operating system development Compilers and Assemblers Network drivers Interpreters _________________________