Connection Troubleshooting

This script automates a sequence of standard network commands to help resolve common internet connectivity problems. It is useful for issues such as being unable to access certain websites, frequent disconnects, or errors related to DNS or IP addresses. The script performs the following actions:

  • Deletes the ARP cache (netsh interface ip delete arpcache)
  • Releases your current IP address (ipconfig /release)
  • Requests a new IP address (ipconfig /renew)
  • Clears your local DNS cache (ipconfig /flushdns)

Download

Network Reset Script

A script that runs four common networking commands to reset your connection state.

How to Use

  1. Download the Script:Get the script from the link above and place it in an accessible location, like your desktop.
  2. Run as Administrator:Right-click the downloaded .bat file and select "Run as administrator". This is essential for the commands to work correctly.
  3. Ready:A command window will appear, execute the commands, and then close automatically. Your network settings have been refreshed. You may need to wait a moment for your internet connection to re-establish.