askvity

How to check MAC address in boss pc?

Published in MAC Address Lookup 1 min read

You can find the MAC address of your boss's PC (assuming you have access) using the command prompt in Windows.

Steps to Find the MAC Address

Here's how to check the MAC address on a Windows PC:

  1. Open the Run dialog: Hold down the Windows Key and press 'r'. This will open the Run dialog box.

  2. Open Command Prompt: Type cmd in the Run dialog box and press Enter. This will open the Command Prompt window.

  3. Enter the getmac command: Type getmac at the command prompt and press Enter.

  4. View the MAC address: The MAC address (also called the physical address) will be displayed in the Command Prompt window. You might see multiple MAC addresses if the computer has more than one network adapter (e.g., Ethernet and Wi-Fi).

For example, the output may look something like this:

Physical Address    Transport Name
=================== ==========================================================
00-1A-2B-3C-4D-5E   \Device\Tcpip_{...}

In this example, 00-1A-2B-3C-4D-5E is the MAC address.

Related Articles