
You can use below methods to get the MAC address in your computer.
Method 1
Open the command prompt and type getmac.
C:\Users\Admin>getmac
Physical Address Transport Name
=================== ==========================================================
74-DE-2B-81-D2-4B \Device\Tcpip_{0F9C243C-2D15-468E-838D-210E65DF9A65}
Method 2
Use the command ipconfig /all. The MAC address = Physical Address.
C:\Users\Admin>ipconfig /all Ethernet adapter Local Area Connection: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller Physical Address. . . . . . . . . : 10-1F-74-F6-C6-57 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes
Method 3
Open the Network Connections page (Start > Control Panel > Network and Internet > Network Connections). Double click on the Network Connection – Wireless / LAN from the list.

Click on Details.

You can get the MAC Address as in Physical Address.


