Body
Question
How do I find my MAC or physical address of my Network card on a PC from the command line in Windows 10?
Overview
- Right-click the Windows button in the lower left corner.
- Select Windows PowerShell or Command Prompt.
- Note: Either Windows PowerShell or Command Prompt will display depending on what version of Windows 10 you are running.
- Type ipconfig /all at the command prompt and press enter.
- The MAC address and IP address are listed under the appropriate adapter as Physical Address and IPv4 Address. Ignore the items with descriptions similar to Microsoft Wi-Fi Direct Virtual Adapter or WAN Miniport.
- To copy to all of this information to the clipboard, type ipconfig /all | clip. You can also left-click and highlight the text you wish to copy and right-click to copy.