Skip to content

Instantly share code, notes, and snippets.

@lazerl0rd
Last active July 4, 2024 10:00
Show Gist options
  • Save lazerl0rd/5c4724cd1624994bc85c05f8bc051765 to your computer and use it in GitHub Desktop.
Save lazerl0rd/5c4724cd1624994bc85c05f8bc051765 to your computer and use it in GitHub Desktop.
Apply https://davidvielmetter.com/tricks/netsh-int-ip-reset-says-access-denied before running (preferably to Administrators, only).
ipconfig /release
ipconfig /renew
arp -d *
nbtstat -R
nbtstat -RR
netsh winsock reset
netsh int ip reset all
netsh winhttp reset proxy
ipconfig /flushdns
ipconfig /registerdns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment