I am unable to locate the MAC address in a new computer with Windows 7. I've tried ipconfig /all in the console to which I got no items match your search. I also tried getmac. A screen flashed very briefly with what appeared to be the information, but it was not there long enough to read.
|
|
||||
|
|
|
You have probably typed that into the Start Menu search dialog, which does execute the command but doesn't show it as the command prompt window disappears as soon as the command has been executed. This is the normal bahavior of command prompt applications, they close as soon as it is done. In order for the command prompt to stay, you have to run those commands through the command prompt. The command prompt doesn't disappear after execution of a program; so, you can see the output as a result.
Note:
to use
if you use |
||||
|
|
|
A simple way to get the MAC address(es) of your network adapter(s): On a command prompt type
Example:
|
|||||||||||
|
|
For Windows Vista and Windows 7, in the control panel: Open the Network and Sharing Center > Local Area Connection > Details > Physical Address.
|
||||
|
|
|
You can also locate the MAC address using VBScript:
|
|||||||||||||||||
|
protected by Jeff Atwood♦ Jun 7 '10 at 4:38
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.


