How to set MAC address in Windows using the Device Manager?
Tagged: networking, windows
- AuthorPosts
- October 2, 2019 at 11:38 AM #1931
Santhosh Kumar D
Keymaster@santhoshA media access control (MAC) address is a unique address given to your network interface controller (NIC) for communications at the data link layer of a network segment.
It is a string of 12 hexadecimal digits (0 to 9, a to f, or A to F) separated by a colon or dashes. It is your network address for ethernet and Wi-Fi.
A MAC address will look something like this:
GL-84-M3-22-55-HA
Note: This method will not change your actual hardware MAC address. Your new MAC address will only be given preference when there is no other MAC address.
Find MAC address
To find your MAC address, open Command Prompt and enter the command:
ipconfig /all
It will list your IPv4 Address and physical address for your ethernet and Wi-Fi. That physical address is your MAC address.
Change MAC address
Press
Windows
+X
and select Device Manager.In Device Manager, go to Network adapters. Select your wireless adapter,
right-click
and go to Properties.Under Properties, go to the Advanced tab and select Network Address.
Select the radio button and type the new alphanumeric value without the dashes or full colon (For example,
BE81A90117AB
). This will be your new MAC address.Click OK to save and close the dialog box.
To revert back to your original MAC address, in the last step, instead of selecting the radio button for Value, select Not present and click OK.
- AuthorPosts
Advertisement
RECENT TIPS
- How to send email as an alias in Gmail?
- How to stop Google from tracking your location?
- Command to check the Ubuntu version
- How to add a percentage in Excel?
- How to convert currencies in Google Sheets?
- How to voice type on Google Docs?
- What is Django framework?
- How to turn Google Assistant off?
- How to check the Python version?
- How to create a virtual environment in Python?
- How to change the directory in the Command Prompt?
- How to add a shortcode in WordPress PHP template file?
- Useful websites to research stocks
- How to check Linux uptime?
- How to check Linux last reboot time?