Skip to content

Instantly share code, notes, and snippets.

@bcawrse
Last active May 6, 2020 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcawrse/fe7fa8d2326397de9cf451ad7ff41a0b to your computer and use it in GitHub Desktop.
Save bcawrse/fe7fa8d2326397de9cf451ad7ff41a0b to your computer and use it in GitHub Desktop.
Windows IP reset for VPN issues

Reset Windows TCP / IP For Clearing VPN Issues

Run these commands in an elevated command prompt.

netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns

@bcawrse
Copy link
Author

bcawrse commented May 6, 2020

To run in a script with powershell it may need Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment