answersLogoWhite

0

There are several different ways to find the IP Address of a Windows based computer.

1. Click Start > Run. In the box that pops up, type the letters CMD and click OK. This will open the command prompt. Type cd\ and then press enter. This will make the screen a little easier to read. Then type ipconfig and press enter. This will display the IP Addresses for all network adapters on your computer.

2. Click Start > Control Panel (or Start > Settings > Control Panel if it is not directly on your start menu. Look for network places or network connections and open it. This will list all the network adapters on your computer. Right click the adapter you want to know the IP address of. Select properties. In the list of protocols, locate internet Protocol [TCP/IP]. Click to highlight it and then click the properties button.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

C program to find address of variable?

// Use the & operator (Sometimes called the "address of" operator int variable = 7; printf("Address of variable = %d\n", &variable); printf("Value of variable = %d\n", variable);


How do you find the address of Three dimenesional array?

let the array be "int a[10][10][10];" the address of this multidimensional array can be extracted by the following codes in printf statement. 1. printf("%p", &a[0][0][0]); 2. printf("%p",a); "a" gives the base-address of array


What is meant by an address operator in c plus plus?

The address-of operator is a unary operator which returns the address of its operand: int x = 42; // instantiate a variable of type int std::cout << "Value of x: " << x << std::endl; // e.g., 42 std::cout << "Address of x: " << &x << std::endl; int* p = &x; // store the address of x in a pointer variable std::cout << "Value of p: " << p << std::endl; // e.g., the address of x std::cout << "Address of p: " << &p << std::endl; std::cout << "Value referred to by p: " << *p << std::endl; // e.g., 42


What is the web address of the William P. Hall House in Lancaster Missouri?

The web address of the William P. Hall House is: www.schuylerhistory.com


What is the web address of the P Buckley Moss Museum in Waynesboro Virginia?

The web address of the P Buckley Moss Museum is: http://www.pbuckleymoss.com


What is the web address of the Walter P Chrysler Museum in Auburn Hills Michigan?

The web address of the Walter P Chrysler Museum is: http://www.wpchryslermuseum.org


What is the web address of the P T Barnum Museum in Bridgeport Connecticut?

The web address of the P T Barnum Museum is: http://www.barnum-museum.org


Write a program in c plus plus that will convert an integer pointer into an integer and viceversa?

You cannot physically convert variables of one type to another type, you can only cast them to create a new type (a new variable), providing the new type is covariant with the existing type. int i = 100; // int variable int* p = &i; // pointer to int The indirect value of p is i (100) while the direct value of p is the address of i. And because p is a variable, it has an address of its own. Thus converting the pointer p to an int can be done in one of three ways: int j = *p; // assign indirect value of p to j (thus j==100). int k = (int) p; // cast the address stored in p and assign to k (k==address of i) int l = (int) &p; // cast the address of p and assign to l (l==address of p)


What is the web address of the Thomas P Stafford Airport - Oja - in Weatherford Oklahoma?

The web address of the Thomas P Stafford Airport - Oja - is: http://www.staffordmuseum.com


How to find someones P O box address?

P O Box means it is just a box at the local post office in that zip code. Only phone number you would find searching that is for the US Postal Service. They cannot give out the information of who is owning a P O Box. For regular addresses, try www.WhitePages.com Anthony


What is a good email address for Calvin Van P?

calvinvanp@buyhotnewmusic.com Calvin Van P


What is a ips address?

I P Address means : internet Protocol ServiceIt is used for Internet and IntranetFor example: \\192.168.1.143