Facebook Twitter Instagram
    WiredRevolution.com
    • Home
    • About
    • Contact Us
    • Essential Linux Commands
    • Sitemap
    Facebook Twitter Instagram
    WiredRevolution.com
    windows

    Find the MAC address on a Windows machine

    RyanBy RyanSeptember 28, 2008Updated:September 28, 20081 Min Read
    Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Email

    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.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Email
    Previous ArticleHow to take a screenshot in Linux using import
    Next Article Speed up Gentoo emerge with “parallel-fetch”

    Related Posts

    Clone a VirtualBox Guest VM

    Convert text files within a directory from Windows to Unix format

    Remove Windows carriage returns with tr

    Most Commented
    March 12, 2009

    Fix blue tinted video in Ubuntu

    September 10, 2010

    Setup SSH access between VirtualBox Host and Guest VMs

    March 8, 2011

    Install GNOME Shell in Ubuntu 10.10 Maverick

    April 4, 2009

    Setup the PS3 Bluetooth Controller on Ubuntu

    October 22, 2008

    How to correctly use LD_LIBRARY_PATH

    Recent Comments
    • Execute command on linux virtual machine (or server) from windows commandline on Setup SSH access between VirtualBox Host and Guest VMs
    • Solved: How to SSH to a VirtualBox guest externally through a host? - Daily Developer Blog on Setup SSH access between VirtualBox Host and Guest VMs
    • How to SSH to a VirtualBox guest externally through a host? [closed] – Code D3 on Setup SSH access between VirtualBox Host and Guest VMs
    • How to copy and paste from VirtualBox? [duplicate] on Setup SSH access between VirtualBox Host and Guest VMs
    • Jackie Laguna on Fix OpenGL: ChoosePixelFormat SketchUp error in WINE
    © 2025 ThemeSphere. Designed by ThemeSphere.

    Type above and press Enter to search. Press Esc to cancel.