Saturday, 19 February 2022

Can't Delete ARP Cache on Windows

arp -d produce an error: 

The ARP entry deletion failed: The parameter is incorrect.

Use the following command instead:

netsh interface ip delete arpcache


No comments:

Google Form using App Script

Create a Google Sheet with the following headers: First Name, Last Name, DoB Create a Google Form with the exact headers as Google Sheet he...