Tuesday, 22 February 2022

ARP and Clear ARP Cache Entries

Windows

  • View arp cache: arp -a
  • Clear arp cache: netsh interface ipv4 delete arpcache

Linux

  • View arp cache: arp -n
  • Clear arp cache: ip -s -s neigh flush all


No comments:

Setup Windows Local Account without the Internet

During the Windows setup,  On the WiFi screen, press SHIFT + F10  or  FN + SHIFT + F10  This will open the command prompt window with admini...