Network Commands Netsh (network shell) Set static entry in Arp cache (persists after reboot) Netsh interface ip add neighbors "Wi-Fi" [IP of device] [Mac address of your device] To find name of network adapter so you can use it in the above example: Netsh interfaceshow interface This gives the name of your network adapter REMOVE ARP entry: Netsh interface ip delete neighbors "Wi-Fi" [IP of device] [Mac address of your device] ADD entry in HOSTS file (Windows\system32\drivers\etc) Copy Hosts or LMHosts file to desktop. Add you entry: [IP of your device] [Friendly Name] You can have multiple names of your choice Save File | Copy & Paste back to original location. Choose Replace Exiting file |Yes to admin priviledges