查看并复制无线网卡名称 ipconfig /all win + R,regedit 打开注册表编辑器 搜索无线网卡名称 直到到达 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\00xx (这里的xx是无线网卡对应的编号,记下此数值) 新建 mac.reg,将00xx换成上面搜到的编号 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\00xx\Ndi\params\NetworkAddress] "Default"="" "LimitText"="12" "optional"="1" "ParamDesc"="Network Address" "type"="edit" "UpperCase"="1" 导入 mac.reg 到注册表,去网络连接属性页面就可以修改Mac地址了(第二位必须是2、6、A、E,xp系统下无此限制) 查看是否修改成功 ipconfig /all