How to find MAC address of your computer ?

In this simple tutorial we will learn how to find the MAC address of a computer in Windows operating system. Many times you need the MAC address to validate a license or to enable networking related stuff.

  1. First of all find the Computer name for which you want to find the MAC address. You can find the name of your computer by right clicking on my computer and selecting properties or by going to the path Control Panel\System and Security\System
    finding-mac-address-with-computer-name
    find mac address in system through control panel
  2. Now go to command prompt(you can do this by pressing Windows+R and then typing cmd in the box and press enter )
    windows-run-command
    goto RUN and type cmd to goto command prompt
  3. Now type nbtstat -a YOUR_COMPUTER_NAME . For example if my computer name is geekybrains then type nbtstat -a geekybrains
    windows-mac-address-in-command-prompt
    Find the MAC address below the NETBIOS remote machine name table
Congrats ! you now know your systems MAC address.

0 comments :

Post a Comment

Please comment here if you have any question regarding the article.