Skip to content

Instantly share code, notes, and snippets.

@Isopach
Created March 4, 2021 09:18
Show Gist options
  • Save Isopach/511383dc3970823db6a9b4e084ffc734 to your computer and use it in GitHub Desktop.
Save Isopach/511383dc3970823db6a9b4e084ffc734 to your computer and use it in GitHub Desktop.
Reset my network whenever ERR_CONNECTION_RESET occurs
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment