Created
September 7, 2022 05:52
-
-
Save moh6mmad/4e566f8812e33960e33c68970c7fcd9d to your computer and use it in GitHub Desktop.
Commands to reset winsock
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
wsl --shutdown | |
netsh winsock reset | |
netsh int ip reset all | |
netsh winhttp reset proxy | |
ipconfig /flushdns |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment