How do you find your Network adapter?


  1. Posts : 3
    windows 10
       #1

    How do you find your Network adapter?


    HI all,
    I'm trying to change my MAC address and once i am in the 'Device Manager' section, I click on 'Network adapters' and I have at least 10 choices. I have NO idea which one to click on.
    Nobody explains on any tutorial how to do that and I googled for hours but can't find anything.
    Someone said that your network adapter should have 'wireless' on it for those who are using wifi --I am, but I don't have a wireless network adapter option in my list.
    The ones that look the most likely to work have intel(R) .... at the beginning.
    Now is there a way even with the command line to figure that out?
    Thanks!!
      My Computer


  2. Posts : 119
    Windows 11 Home 64 Bit
       #2

    Hi,

    Your MAC address canot be changed. They are hard coded into the device at manufacture.
      My Computer


  3. Posts : 3
    windows 10
    Thread Starter
       #3

    Lottiemansion said:
    Hi,

    Your MAC address canot be changed. They are hard coded into the device at manufacture.
    ARe you serious??
    What about a the 'spoofing your mac address' tutorials? What about Technitium? Are all these useless?
    I'd still like to know what network adapter I am using
      My Computer


  4. Posts : 14,019
    Win10 Pro and Home, Win11 Pro and Home, Win7, Linux Mint
       #4

    Most Desktop computers don't automatically come with Wireless adapters but some did have the option available when assembled, my last OEM had it. Notebooks have it as standard equipment. This is what I usually see when checking a machine, should show a Wired adapter and if installed a Wireless adapter:
    How do you find your Network adapter?-image.png
    This is for a Notebook which also has Bluetooth, another type of short-range wireless for connecting with suitable devices. The number to look for in properties of a Wireless/Wi-Fi adapter is 802.11a/b/g/n/ac or any combination, may show all or only a few or only one of the letters or some variation which mentions make and model like the Intel Dual Band Wireless-AC 7260 on the image.

    There should be a label on the adapter itself which usually is about less than 2" square.
      My Computers


  5. Posts : 3
    windows 10
    Thread Starter
       #5

    Berton said:
    Most Desktop computers don't automatically come with Wireless adapters but some did have the option available when assembled, my last OEM had it. Notebooks have it as standard equipment. This is what I usually see when checking a machine, should show a Wired adapter and if installed a Wireless adapter:
    How do you find your Network adapter?-image.png
    This is for a Notebook which also has Bluetooth, another type of short-range wireless for connecting with suitable devices. The number to look for in properties of a Wireless/Wi-Fi adapter is 802.11a/b/g/n/ac or any combination, may show all or only a few or only one of the letters or some variation which mentions make and model like the Intel Dual Band Wireless-AC 7260 on the image.
    Thank you so much!!
      My Computer


  6. Posts : 14,019
    Win10 Pro and Home, Win11 Pro and Home, Win7, Linux Mint
       #6

    Glad to have helped.
      My Computers


  7. Posts : 1,746
    Windows 10 Pro x64 22H2
       #7

    First get list of physical network adapters:
    Code:
    Get-NetAdapter | Where-Object -Property HardwareInterface -eq True
    Next change MAC address, example:
    Code:
    Set-NetAdapter -Name "Ethernet 1" -MacAddress "00-10-18-57-1B-0D"
    How to Open Windows PowerShell in Windows 10?
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:28.
Find Us




Windows 10 Forums