Find MAC address of any computer in your network in windows
Open command prompt and run following commands...
net view
it will list all computers in your workgroup
ping -4 Computer_Name
it will send ICMP echo request to remote computer
and note down the IP address
arp -a
this will list IP and corresponding MAC
Now look for that IP in this list, the MAC address will be under Physical Address column..
Open command prompt and run following commands...
net view
it will list all computers in your workgroup
ping -4 Computer_Name
it will send ICMP echo request to remote computer
and note down the IP address
arp -a
this will list IP and corresponding MAC
Now look for that IP in this list, the MAC address will be under Physical Address column..
No comments:
Post a Comment
Feel Free to Share issues with me....