Monthly Archives: August 2017

Useful network command on Windows

1. Use the command “netsh interface show interface” to get a list of valid interfaces (network card names). 2. Use “arp -s 169.254.123.20 aa-bb-cc-bb-dd-ee” to assign static ip address to device using mac address.

Posted in Uncategorized | Leave a comment