Created
December 23, 2019 13:13
-
-
Save faramozzayw/500688034baab866d79c0191b24e89d2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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