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:
-
Open the Run dialog: Hold down the Windows Key and press 'r'. This will open the Run dialog box.
-
Open Command Prompt: Type
cmd
in the Run dialog box and press Enter. This will open the Command Prompt window. -
Enter the
getmac
command: Typegetmac
at the command prompt and press Enter. -
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.