首先,需要查看可用网卡的id,使用命令netsh i i show interface  ;

  再绑定arp地址,netsh -c "i i" add neighbors idx  IP地址  MAC地址 ;

  若要删除绑定,可以使用netsh -c "i i" delete neighbors idx