Find the MAC address on a Windows machine

by
on
September 28, 2008

For whatever reason lets assume you find yourself on a Windows machine and you need to obtain the MAC address of its network adapter. Do the following.

Go to Start -> Run which will bring up a text box. In this box type cmd. A command prompt will appear.

Type this is the terminal.

ipconfig /all

A lot of information will fly by but the MAC address is labeled Physical Address. The number is 6 pairs of hexidecimal numbers separated by dashes. It will look like this.

Physical Address . . . . . . . . . : a1-b2-c3-d4-e5-f6

If the machine has more than one network adapter (wired and wireless), then you will see an address for each one.

This will work with Windows 2000/XP/Vista.

No Comments
windows
,

Related posts:

  1. Creating a Windows Boot Disk with a Linux Machine
  2. Convert text files within a directory from Windows to Unix format
  3. Find your MAC address with ifconfig
  4. How to SSH into Ubuntu LiveCD
  5. Display hostname and IP address in C

Comments (0)

No comments yet

Trackbacks (0)

No trackbacks yet

Leave a Comment

(displayed with your post)
(will not be published)
(optional)

Copyright 2008-2010 WiredRevolution.com. All rights reserved.