netsh -c interface ipv4 add neighbors “Network Card Name” “IP Address” “MAC Address” store=persistent
Example:
netsh -c interface ipv4 add neighbors “Ethernet” “192.168.10.10” “00-1d-71-83-6c-00” store=persistent
netsh -c interface ipv4 add neighbors “Network Card Name” “IP Address” “MAC Address” store=persistent
Example:
netsh -c interface ipv4 add neighbors “Ethernet” “192.168.10.10” “00-1d-71-83-6c-00” store=persistent
Comments
Post a Comment