Change the computer's network card MAC address

In Windows10 systems modify the network card physical address (MAC) process (a) described in:

❶ modify the physical address of the network card in the advanced settings of the network card properties;

❷ with third-party software to modify the physical address of the network card, but some of the physical address of the network card ❶ method, it is ❷ can not change.

Method The method described below ❸ new string value NetworkAddress Registry Editor change card physical address, using general method to solve the problem can not change the MAC address.

(This article was written in Windows10-14393 version of the system) 

Tools / materials

  • Hardware: PC
  • Operating System: Windows10

Method / Step

  1. 1

    Windows10 systems, using general method can not change the computer's MAC address, may be provided to modify the network card MAC address Registry Editor.

    Method a: direct access to a registry editor NetworkAddress new string value, the value of the data NetworkAddress change to the new MAC address.

    Registry Path:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}

    step:

    Right-click on the lower left corner of the desktop system [Start], click the Start menu [Run];

    I can not change the computer's network card MAC address, how to do?
  2. 2

    In the Run dialog box, type: regedit command, click OK or enter into the registry editor;

    I can not change the computer's network card MAC address, how to do?
  3. 3

    In the Registry Editor window, expand: HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Class;

    I can not change the computer's network card MAC address, how to do?
  4. 4

    Locate and expand in the expansion terms in Class: {4D36E972-E325-11CE-BFC1-08002bE10318};

    I can not change the computer's network card MAC address, how to do?
  5. 5

    在{4D36E972-E325-11CE-BFC1-08002bE10318}展开项中有0000~0014项,这时必须确定本机的网卡。进入设备管理器,展开网络适配器,查看到本机网卡为:Reaktek PCle GBE Family Controller;

    I can not change the computer's network card MAC address, how to do?
  6. 6

    在{4D36E972-E325-11CE-BFC1-08002bE10318}展开项中点击0000~0014项,找到右侧窗口中DriverDesc数值数据为Reaktek PCle GBE Family Controller的键项,0001项的DriverDesc数值数据为Reaktek PCle GBE Family Controller;

    I can not change the computer's network card MAC address, how to do?
  7. 7

    右键点击0001 - 新建 - 字符串值;

    I can not change the computer's network card MAC address, how to do?
  8. 8

    我们把新建#1命名为:NetworkAddress,左键双击:NetworkAddress,在弹出的编辑字符串值对话框中,把NetworkAddress的数值数据更改为:56DE608E58 EB(注意MAC地址之间不能有空格),再点击:确定,退出注册表编辑器;

    I can not change the computer's network card MAC address, how to do?
  9.  

    进入网络共享中心 - 更改适配器设置,右键点击【以太网】,在右键菜单中点击【禁用】;

    I can not change the computer's network card MAC address, how to do?
  10.  

    点击禁用以后,我们再右键点击【以太网】,在右键菜单中点击【启用】;

    I can not change the computer's network card MAC address, how to do?
  11.  

    在管理员命令提示符窗口中输入ipconfig/all命令,回车,验证本机的Realtek PCIe GBE Family Controller网卡物理地址是否已经更改为:56DE608E58EB;

    I can not change the computer's network card MAC address, how to do?
  12.  

    方法二:制作一个NetworkAddress字符串值添加到注册表中,将NetworkAddress的数值数据更改为新的MAC地址。

    把下面的内容复制到记事本中:

    ————————————————————————————————

    Windows Registry Editor Version 5.00

     

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0001]

     

    "NetworkAddress"="56DE608E58EB"

    ————————————————————————————————

    其中【56DE608E58EB】可根据自己的需要进行设置;

    I can not change the computer's network card MAC address, how to do?
  13.  

    点击记事本左上角的【文件】,在下拉菜单中点击【另存为】;

    I can not change the computer's network card MAC address, how to do?
  14.  

    在打开的另存为窗口,点击【桌面】,在文件名栏输入:MAC.reg,再点击:保存;

    I can not change the computer's network card MAC address, how to do?
  15.  

    系统桌面上显示一个【MAC.reg】注册表文件图标,左键双击【MAC.reg】注册表文件图标,弹出一个注册表编辑器对话框:

    添加信息可能会在无意中更改或删除值并导致组件无法继续正常工作。如果你不信任 C:\Users\xyz75\Desktop\MAC.reg 中此信息的来源,请不要将其添加到注册表中。

    确定要继续吗?

    点击:是(Y),紧接着弹出一个注册表编辑器对话框:

    C:\Users\xyz75\Desktop\MAC.reg 中包含的项和值已成功添加到注册表中。

    点击:确定;

    I can not change the computer's network card MAC address, how to do?
  16.  

    在管理员命令提示符窗口中输入ipconfig/all命令,回车,验证本机的Realtek PCIe GBE Family Controller网卡物理地址是否已经更改为:56DE608E58EB;

    I can not change the computer's network card MAC address, how to do?
  17.  

    在网络连接的详细信息窗口,我们也可以看到:

    物理地址为:56-DE-60-8E-58-EB 。

    本机已经多次更改Realtek PCIe GBE Family Controller网卡物理地址,都没有出现任何问题。

    I can not change the computer's network card MAC address, how to do?
  18.  

    以上即:Windows10系统,使用一般方法不能更改电脑网卡的MAC地址,可以在注册表编辑器中设置以修改网卡的MAC地址,在注册表编辑器中修改网卡物理地址的方法亲测有效,供朋友们参考使用。

Guess you like

Origin www.cnblogs.com/Qmin/p/12114678.html
Recommended