Skip to main content

How to find MAC address on windows 7 & 8 in 2 ways.

Hi guys in this session we are going to talk about MAC address and how to find it in windows 7 & 8.So lets see . A MAC Address (commonly known as Media access control address) is a number or address which is associated to your Network adapters(Hardware) or it is the address which you need to provide to a router in order to connect to a network.It is also known as Hardware address(since it is associated to Network adapter),Physical address or BIA(Burned in address).Normally MAC address compose of 6 characters which are separated by colons and sometimes '-'.In order to find the MAC address of a particular Network adapter on your PC or laptops follow the 2 ways which are provided below.
Finding the mac address on your pc

Methods:

Method-1:

1.Open RUN using Administrative rights(Recommended) and type "cmd" in it.
2.Now in the cmd type "ipconfig /all" and hit enter.Now a list of network address will be shown.
3.From the list find "Physical address" under network adapters.The physical address is nothing but your MAC address which is associated to the network adapters.
Enter "ipconfig /all" command in the cmd and you will find the physical address under the network adapters.
4.In order to save the list on your desktop enter the following command in the CMD.
ipconfig /all > %UserProfile%\Desktop\yashwanthMAC.txt
in order to view or use the address in future we are going to save the file on desktop.

File containing list of Mac,ip address and network adapters.
(OR)
1.In order to get only list of "Physical address" type "getmac" in the cmd and hit enter and you will see the list as shown below.
Enter the getmac command in cmd to get only physical addresses.
2.In order to save the list of physical address enter the below command in the cmd.
getmac > %UserProfile%\Desktop\yashwanthmac.txt

Method-2: 

1.Click on network icon in the taskbar and then click on "Open network and sharing center" or click on 
start button>Control Panel>Network and Internet>Network and Sharing Center
click on network icon in the task bar and then on "open network and sharing center".
2.Now click on the network for which you want to find the MAC address or physical address.
Click on the network to know the MAC address.
3.After clicking on the network a window will pop up.From the pop up window click on "details".Now a window will pop up named "Network connection status".In that window you can find the physical address associated to that network.
browse to the network connection details by click on the details button and then you will find the physical address in the network connection details.
That's it friends i hope you enjoyed this article,If you have any queries regarding any topic feel free to ask us through comments and have a nice day.

Comments

Popular posts from this blog

How to make an Installation file(setup file) using Iexpress.

Hi guys welcome to worldtech360. In this tutorial or article I  am going to show you how to create an installation file(setup file) for the .EXE file which you have created using an inbuilt option in windows 7 named ‘ iexpress ’. So let’s see how to do this. Note: You can also create an installation file for .bat file files or .VBS files or any other files which are executable. Steps: 1. Choose an .EXE file or any other file for which you want to create a setup file or installation file. In this I am going to use .VBS file 2. Open Run and type “ iexpress ” or “ iexpress.exe ” and hit enter. 3. After hitting enter, iexpress wizard window will popup. On the screen you will see two options i.e. “ create new self-extracting directive file ” and the other is “ open existing self-extracting directive file ”. I recommend you to choose the first option as you are going to create a self-extracting file and click next. 4. In the next window select “ Extract files on...

How to install Backtrack 5 R3 on Oracle VM virtual box

Hi guys in this tutorial i am gonna show you how to install Backtrack 5r3 using virtual box.This tutorial is only for Educational purpose,Don't try to use it in a wrong way.Before going into the discussion let see what exactly backtrack means?Backtrack is an operating system which is developed especially for hackers and other security professionals.Mostly if we want to hack a wifi password i.e WEP or WPA or if we want to do phishing we need certain tools to do it.But Backtrack reduces this burden as it contains a bag full of hacking software's like gerex,Social engineering tools and many more.So lets install backtrack 5 r3 using virtual box. Steps:  Requirements: Backtrack( CLICK HERE ). Virtualbox( CLICK HERE ). 1.Install the Virtual box and open it. 2.Now we see a screen like below. 3.Click on New button and a window will up asking to type the name,Type and version.Select the type as 'linux' and version as 'oracle' as shown below and hit next...

How to Make Invincible folders using Charmap.

Every one of us have our confidential data residing on our desk and we try to be protect it by using various Folder locks (Paid and free version).But have you ever tried to protect it without using any software’s, if not in this tutorial i am gonna show you how to make a folder invincible and it works perfectly. This post will be useful for those who are not in a stage to buy the folder lock software’s. So let’s see how to do this. You can also check : How to lock a folder using notepad   Video Tutorial: Steps: 1. Open Run and type " charmap "(Run with Administrator rights). 2. Browse to the blank character in it as shown below and click on select and Copy the selected character. 3. Now select the folder which you want to make invincible and click F2 to rename it. Now paste the character which you have selected in the CHARMAP and press enter. Now you will see a folder without a name. 4. Right click on the nameless folder and click on properties and br...