D610的网卡驱动没有自带可以在配置-高级里修改网卡mac的选项,对比了下原来系统的注册表,修改了下实现。
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlClass{4D36E972-E325-11CE-BFC1-08002bE10318}0016]
"NetworkAddress"="001676e33855"
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlClass{4D36E972-E325-11CE-BFC1-08002bE10318}0016NdiParams]
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlClass{4D36E972-E325-11CE-BFC1-08002bE10318}0016NdiParamsNetworkAddress]
"ParamDesc"="Network Address"
"Default"=""
"LimitText"="12"
"optional"="1"
"Type"="edit"
"UpperCase"="1"
付上导出的reg,直接导入就ok,注意修改0016为自己网卡所在项
