Skip to content

Instantly share code, notes, and snippets.

@faramozzayw
Created December 23, 2019 13:13
Show Gist options
  • Save faramozzayw/500688034baab866d79c0191b24e89d2 to your computer and use it in GitHub Desktop.
Save faramozzayw/500688034baab866d79c0191b24e89d2 to your computer and use it in GitHub Desktop.
@echo off
echo "start reset 'winsock'"
netsh int ip reset
netsh int ipv4 reset
netsh int ipv6 reset
netsh winsock reset
echo "you need to restart your computer just now!"
::pause
shutdown -r -t 45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment