Home » Questions » Computers [ Ask a new question ]

Is it possible for IPCONFIG on Vista to display the status of one adapter only?

Is it possible for IPCONFIG on Vista to display the status of one adapter only?

Is it possible for IPCONFIG on Vista to display the status of one adapter only?

Asked by: Guest | Views: 310
Total answers/comments: 3
Guest [Entry]

"It's not as short as ipconfig, but you can use netsh to do this:

> netsh interface ip show addresses ""Local Area Connection""

Configuration for interface ""Local Area Connection""
DHCP enabled: Yes
IP Address: 10.34.46.91
Subnet Prefix: 10.34.46.0/24 (mask 255.255.255.0)
Default Gateway: 10.34.46.254
Gateway Metric: 0
Default Gateway: 10.10.124.14
Gateway Metric: 0
Default Gateway: 139.30.107.176
Gateway Metric: 0
InterfaceMetric: 4245

Replace ""ip"" in the command by ""ipv6"" to get IPv6 information.

Put it into a batch for less typing :-)"
Guest [Entry]

"From your question it sounds like you're not aware that you can change the Screen Buffer Size for the command window in Windows? This gives you a scroll bar at the side of the window that you can use to scroll back up to view info that's scrolled off the top of the window.

On the console window click the icon at the left of the title bar (or just right-click the title bar) select Defaults, click the Layout tab, change the Screen Buffer Size Height to something quite a few times larger than the Window Size Height (mine are currently 25 lines height for the window, but 300 lines for the screen buffer height).

Can't remember if this was on by default for Vista or not, but for XP and prior you definitely had to go in and manually change it to something sensible yourself.

The other very useful option that I always change on a new install are switching on QuickEdit Mode on the first tab. This lets you select text in the command window with the mouse, then just hit Enter to send it to the clipboard, and just right click on the console window to paste (obviously don't switch this on if you use any console apps that use the mouse)."
Guest [Entry]

"You can also view that information in the Network and Sharing Center.

From the Network and Sharing Center, click ""Manage network Adapters"" or similar - this will show the network connections folder. If you double click on a connection, you'll see the same output as ipconfig in a gui."